Title: [opsview] [5294] Amend mrtg stylesheet to use new formtable image
Revision
5294
Author
tvoon
Date
2010-11-03 10:22:52 +0000 (Wed, 03 Nov 2010)

Log Message

Amend mrtg stylesheet to use new formtable image

Modified Paths


Modified: trunk/opsview-core/share/stylesheets/mrtg.css
===================================================================
--- trunk/opsview-core/share/stylesheets/mrtg.css	2010-11-03 10:13:13 UTC (rev 5293)
+++ trunk/opsview-core/share/stylesheets/mrtg.css	2010-11-03 10:22:52 UTC (rev 5294)
@@ -38,13 +38,13 @@
 	color: #3f3f3f;
 }
 div.startendform {
-	background: url(../images/formtable_bg.gif);
+	background: #f1f1f1 url(../images/formtable_bg.png) no-repeat;
 	padding: 40px;
 	width: 350px;
 	font-size: 80%;
 	float: right;
 	clear: both;
-	border: 1px solid #ececec;
+	border: 1px solid #e5e5e5;
 }
 div.shadow {
 	background: #999999;
@@ -95,4 +95,4 @@
 	font-family: Verdana, Arial, Helvetica;
 	color: #da8d0f;
 	text-decoration: underline;
-}
\ No newline at end of file
+}

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

Reply via email to