fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9055]


From: Torstein
Subject: [Fmsystem-commits] [9055]
Date: Wed, 28 Mar 2012 09:54:35 +0000

Revision: 9055
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9055
Author:   vator
Date:     2012-03-28 09:54:35 +0000 (Wed, 28 Mar 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/templates/base/css/base.css

Modified: trunk/controller/templates/base/css/base.css
===================================================================
--- trunk/controller/templates/base/css/base.css        2012-03-28 09:54:26 UTC 
(rev 9054)
+++ trunk/controller/templates/base/css/base.css        2012-03-28 09:54:35 UTC 
(rev 9055)
@@ -473,7 +473,7 @@
 
 
 /* =======================================  ITEM LIST  
========================================= */
-
+/*
 ul.itemlist {
     position: relative;
 }
@@ -509,7 +509,63 @@
 .drag_group {
        width: 650px;
 }
+*/
 
+/* =======================================  ITEM LIST  
========================================= */
+ul.groups {
+    padding: 0;
+       margin:0;
+    position: relative;
+}
+ul.groups li {
+    padding: 3px 0;
+}
+ul.groups li.odd{
+    background: none repeat scroll 0 0 #DBE7F5;
+}
+ul.groups h3 {
+    font-size: 18px;
+    margin: 0 0 5px;
+}
+
+ul.groups a{
+       text-decoration:none;
+       color:#000;
+}
+ul.groups a:visited{
+       color:#000;
+}
+
+.drag_group a:hover{
+  cursor: move;
+}
+
+.drag_elem{
+  z-index: 100;
+  position:absolute;
+  opacity: .50;
+  filter: alpha(opacity=50);
+  margin-left:0;
+  padding-left:0;
+  background: #dedede;
+}
+
+ul.items {
+    list-style: none outside none;
+    margin: 0 20px;
+    padding: 0;
+    position: relative;
+}
+
+ul.items li.list_item{
+  position:relative;
+  z-index: 1;
+  opacity: 1;
+  filter: alpha(opacity=100);
+  top: 0px;
+  left: 0px;
+}
+
 /* =======================================  EXPAND LIST  
========================================= */
 
 ul.expand_list h4 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]