fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14802] Fixed style-bugs on controller


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [14802] Fixed style-bugs on controller
Date: Wed, 02 Mar 2016 13:31:28 +0000

Revision: 14802
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14802
Author:   erikhl
Date:     2016-03-02 13:29:45 +0000 (Wed, 02 Mar 2016)
Log Message:
-----------
Fixed style-bugs on controller

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

Modified: trunk/controller/templates/base/css/base.css
===================================================================
--- trunk/controller/templates/base/css/base.css        2016-03-02 12:45:36 UTC 
(rev 14801)
+++ trunk/controller/templates/base/css/base.css        2016-03-02 13:29:45 UTC 
(rev 14802)
@@ -950,6 +950,10 @@
   width:71%;
 }
 
+#check-list-heading .box-1 h2 {
+    border: none;
+}
+
 #check-list-heading .box-2 {
   float:right; 
   width:25%;
@@ -1040,6 +1044,7 @@
 #check_list_details .col_1, #check_list_details .col_2 {
   float: left;
   vertical-align: top;
+  border: none;
 }
 
 #check_list_details .col_1 {
@@ -1642,6 +1647,14 @@
   padding: 0 20px 20px;
 }
 
+#tab_content h2 {
+    border: none;
+}
+
+#tab_content #control_details {
+    border: none;
+}
+
 /* ======================== CHECK LIST MENU ========================== */
 #check_list_menu {
   clear: both;
@@ -1910,6 +1923,22 @@
   padding: 0;
 }
 
+ul.add-cases {
+    list-style-type: none;
+}
+
+ul.add-cases li.expanded {
+    list-style-type: none;
+}
+
+ul.expand_list {
+    list-style-type: none;
+}
+
+ul.expand_list li.expanded {
+    list-style-type: none;
+}
+
 .add-cases .expand_list h4 span{
   padding-left: 0;
 }




reply via email to

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