Title: [opsview] [12871] Fix Select box being too close to subsequent check box.
Revision
12871
Author
tvoon
Date
2013-07-09 17:30:45 +0100 (Tue, 09 Jul 2013)

Log Message

Fix Select box being too close to subsequent check box. See Roles edit page

Modified Paths

Modified: trunk/opsview-core/share/stylesheets/opsview2.css
===================================================================
--- trunk/opsview-core/share/stylesheets/opsview2.css	2013-07-09 16:28:36 UTC (rev 12870)
+++ trunk/opsview-core/share/stylesheets/opsview2.css	2013-07-09 16:30:45 UTC (rev 12871)
@@ -1098,6 +1098,9 @@
     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;
 }

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

Reply via email to