[Movecommons-commits] r452 - trunk/src
Mario Gallegos
mgallegos at ourproject.org
Mon Jun 4 21:20:46 CEST 2012
Author: mgallegos
Date: 2012-06-04 21:20:46 +0200 (Mon, 04 Jun 2012)
New Revision: 452
Modified:
trunk/src/mc-dia-form2.css
Log:
Modified: trunk/src/mc-dia-form2.css
===================================================================
--- trunk/src/mc-dia-form2.css 2012-06-04 18:56:12 UTC (rev 451)
+++ trunk/src/mc-dia-form2.css 2012-06-04 19:20:46 UTC (rev 452)
@@ -161,16 +161,18 @@
.progressLine {
width: 520px;
- margin: 1px 0 19px;
+ margin: 0 auto;
height: 32px;
- background: url('/mc/0.1/images/progressLine.png') position: relative !important;
+ background: url('/mc/0.1/images/progressLine.png');
+ position: relative;
}
.complete {
width: 520px;
margin: 0 0 19px;
- height: 32px;
- background: url('/mc/0.1/images/progressLine.png') position: relative !important;
+ height: 32px;
+ background: url('/mc/0.1/images/progressLine.png');
+ position: relative;
background-position: 0px 57px;
}
@@ -178,7 +180,7 @@
position: absolute;
top: 0;
right: -26px;
- background: url('/img/backgrounds/markers.png') !important;
+ background: url('/mc/0.1/images/markers.png');
width: 26px;
height: 32px;
}
More information about the Movecommons-commits
mailing list