d-t-w
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 25 Jan 2010 21:17:44 +0100
changeset 4348 6bf1e46be6ae
parent 4347 af7b256bf2d5
child 4349 48dadeeacfa5
d-t-w
web/data/cubicweb.iprogress.css
--- a/web/data/cubicweb.iprogress.css	Mon Jan 25 21:17:15 2010 +0100
+++ b/web/data/cubicweb.iprogress.css	Mon Jan 25 21:17:44 2010 +0100
@@ -39,7 +39,7 @@
  border:2px solid #ebe8d9;
 }
 
-table.progress th{ 
+table.progress th{
  text-align:left;
  white-space:nowrap;
  font-weight : bold;
@@ -48,25 +48,25 @@
 }
 
 table.progress th,
-table.progress td{ 
+table.progress td{
  border: 1px solid #dedede;
  margin:0px;
 }
 
-table.progress td{ 
+table.progress td{
  text-align:right;
  padding:2px 5px 2px 2px;
 }
 
 table.progress th.tdleft,
-table.progress td.tdleft{ 
+table.progress td.tdleft{
  text-align:left;
  padding:2px 3px 2px 5px;
 }
 
 
 table.progress tr.highlighted{
- background-color: #f4f5ed; 
+ background-color: #f4f5ed;
 }
 
 table.progress tr.highlighted .progressbarback {
@@ -77,7 +77,7 @@
  border: 1px solid #777;
 }
 
-.progress_data{ 
+.progress_data{
  padding-right:3px;
 }