Title: [opsview] [12891] Adjusted so that fields do not run into each other due to recent CSS changes
Revision
12891
Author
tvoon
Date
2013-07-11 09:41:27 +0100 (Thu, 11 Jul 2013)

Log Message

Adjusted so that fields do not run into each other due to recent CSS changes 
to line up labels and fields. We ensure the select box does not add any
extra padding, but that each field has space at the top

Modified Paths

Modified: trunk/opsview-core/share/stylesheets/opsview2.css
===================================================================
--- trunk/opsview-core/share/stylesheets/opsview2.css	2013-07-11 08:29:39 UTC (rev 12890)
+++ trunk/opsview-core/share/stylesheets/opsview2.css	2013-07-11 08:41:27 UTC (rev 12891)
@@ -1098,9 +1098,6 @@
     margin-top: -5px;
     margin-bottom: 0;
 }
-form.admin select {
-    margin-bottom: 15px;
-}
 form.admin input[type="checkbox"], form.admin input[type="radio"] {
     margin-top: -5px;
 }
@@ -1638,6 +1635,7 @@
 div.field {
     display: block;
     clear: both;
+    padding-top: 5px;
 }
 
 div.calendar {

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to