fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7729]


From: Torstein
Subject: [Fmsystem-commits] [7729]
Date: Tue, 27 Sep 2011 06:02:51 +0000

Revision: 7729
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7729
Author:   vator
Date:     2011-09-27 06:02:51 +0000 (Tue, 27 Sep 2011)
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        2011-09-27 05:54:58 UTC 
(rev 7728)
+++ trunk/controller/templates/base/css/base.css        2011-09-27 06:02:51 UTC 
(rev 7729)
@@ -469,4 +469,27 @@
 dd ul li {
        list-style: disc;
        list-style-position: inside;
+}
+
+ul.expand_list{
+       
+}
+ul.expand_list h4 {
+    cursor: pointer;
+    font-size: 17px;
+    margin-bottom: 6px;
+}
+
+ul.expand_list li ul {
+    display:none;
+    margin-left:21px;
+}
+
+ul.expand_list li ul li{
+    margin-bottom: 3px;
+}
+
+ul.expand_list h4 span {
+    padding-left: 5px;
+    vertical-align: middle;
 }
\ No newline at end of file




reply via email to

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