Changeset 682 for trunk/phpbms/common
- Timestamp:
- 12/16/09 14:18:55 (2 years ago)
- Location:
- trunk/phpbms/common
- Files:
-
- 3 added
- 1 modified
-
image/fail.gif (added)
-
image/success.gif (added)
-
image/warning.gif (added)
-
stylesheet/mozilla/pages/mailchimp/manual_sync.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/stylesheet/mozilla/pages/mailchimp/manual_sync.css
r681 r682 1 #sync{ 2 width:75px; 3 } 4 5 #showResults{ 6 width:100px; 7 } 8 9 #showResults span{ 10 display:inline; 11 padding-left:15px; 12 color : #455372; 13 font-weight:bold; 14 } 15 16 #showResults:hover span{text-decoration:underline;} 17 18 #cancelP{ 19 text-align:right; 20 } 21 #cancelButton{ 22 width:75px; 23 } 24 1 25 .success{ 2 26 color: green; 3 27 line-height: 16px; 4 background: url("../../../../ ../install/success.gif") no-repeat left;28 background: url("../../../../image/success.gif") no-repeat left; 5 29 padding:2px 0 2px 20px; 6 30 } 7 31 8 . error{32 .fail { 9 33 color: red; 10 34 line-height: 16px; 11 background: url("../../../../ ../install/fail.gif") no-repeat left;35 background: url("../../../../image/fail.gif") no-repeat left; 12 36 padding:2px 0 2px 20px; 13 37 } … … 15 39 .warning { 16 40 line-height: 16px; 17 background: url("../../../../ ../install/warning.gif") no-repeat left;41 background: url("../../../../image/warning.gif") no-repeat left; 18 42 padding:2px 0 2px 20px; 19 43 }