jhbuild r2245 - in trunk: . buildbot/public_html



Author: fpeters
Date: Fri Aug 15 10:57:10 2008
New Revision: 2245
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2245&view=rev

Log:
* buildbot/public_html/lgo.css: added padding for long slave names.



Modified:
   trunk/ChangeLog
   trunk/buildbot/public_html/lgo.css

Modified: trunk/buildbot/public_html/lgo.css
==============================================================================
--- trunk/buildbot/public_html/lgo.css	(original)
+++ trunk/buildbot/public_html/lgo.css	Fri Aug 15 10:57:10 2008
@@ -213,16 +213,19 @@
 	padding-right: 2px;
 }
 
-th.offline {
+th.offline,
+th.idle,
+th.success {
 	background: white url(offline.png) center right no-repeat;
+	padding: 0 16px;
 }
 
 th.idle {
-	background: white url(idle.png) center right no-repeat;
+	background-image: url(idle.png);
 }
 
 th.building {
-	background: white url(building.png) center right no-repeat;
+	background-image: url(building.png);
 }
 
 td.success {



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