Changeset 17347
- Timestamp:
- Aug 3, 2012, 4:59:50 PM (12 years ago)
- Location:
- trunk/admin/themes/default
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/uploadify.jGrowl.css
r6363 r17347 9 9 /** Uploadify Styling here Styling **/ 10 10 div.jGrowl div.success { 11 background: url(images/ Check.png) no-repeat 6px 6px;11 background: url(images/jgrowl-check.png) no-repeat 6px 6px; 12 12 } 13 13 div.jGrowl div.error { 14 background: url(images/ Error.png) no-repeat 6px 6px;14 background: url(images/jgrowl-error.png) no-repeat 6px center; 15 15 } 16 16 div.jGrowl div.warning { 17 background: url(images/Alert.png) no-repeat 6px 6px; 17 background: url(images/jgrowl-alert.png) no-repeat 6px 6px; 18 } 19 div.jGrowl div.warning:before { 20 content:none; 18 21 } 19 22 … … 67 70 font-weight: bold; 68 71 font-size: 14px; 69 margin-left: 60px;72 margin-left: 47px; 70 73 } 71 74 div.jGrowl div.jGrowl-notification div.message { 72 75 font-size: 12px; 73 margin-left: 60px;76 margin-left: 47px; 74 77 } 75 78 div.jGrowl div.jGrowl-notification p {
Note: See TracChangeset
for help on using the changeset viewer.