Title: [opsview] [9815] Make a form 100% wide instead of 800px.
Revision
9815
Author
pknight
Date
2012-08-13 15:42:55 +0100 (Mon, 13 Aug 2012)

Log Message

Make a form 100% wide instead of 800px.

Modified Paths


Modified: trunk/opsview-core/share/stylesheets/opsview2.css
===================================================================
--- trunk/opsview-core/share/stylesheets/opsview2.css	2012-08-13 14:05:53 UTC (rev 9814)
+++ trunk/opsview-core/share/stylesheets/opsview2.css	2012-08-13 14:42:55 UTC (rev 9815)
@@ -1092,9 +1092,8 @@
     padding: 5px;
 }
 /* Forms for status page should go to 100% so the table below matches */
-/* Setting 100% doesn't work, so do the reverse */
 form.admin, .fakeform, form.page {
-    width: 800px;
+    width: 100%;
 }
 
 form.page select.objects {

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to