- Timestamp:
- Apr 8, 2010, 11:15:11 PM (15 years ago)
- Location:
- trunk/admin/themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/clear/theme.css
r5705 r5724 29 29 #copyright { color:#777; margin:5px auto 0px 240px; text-align:center; 30 30 padding-bottom: 15px; } 31 .header_notes { background: transparent url(icon/note.png) no-repeat right top; 32 border:0; font-weight:bold; min-height: 48px; 33 padding:15px 60px 0 0; position:absolute; right:0; 34 text-align:right; top:30px; width:550px; } 31 .header_notes { 32 background: transparent url(../default/icon/note.png) no-repeat right top; 33 border: none; 34 min-height: 48px; 35 padding: 15px 60px 0 0; 36 right: 0; 37 width: 550px; 38 top: 70px; 39 } 35 40 html, body { min-height: 100%; } 36 41 body { margin: 0; padding: 0; background:#f9f9f9 } -
trunk/admin/themes/default/default-colors.css
r5364 r5724 45 45 */ 46 46 .header_notes { 47 border: 1px solid #666; 48 text-align: center; 49 background-image: url(icon/note.png); 50 background-repeat: no-repeat; 51 background-position: top left; 47 border: 1px solid #666; 48 background: transparent url(icon/note.png) no-repeat right top; 52 49 font-weight: bold; 53 margin: 14px; 54 padding: 5px 00px 0px 0px; 50 margin: 14px 24px 14px 14px; 51 padding: 5px 0 0 0; 52 top: 90px; 53 position: absolute; 54 text-align: right; 55 55 } 56 56 -
trunk/admin/themes/roma/theme.css
r5702 r5724 27 27 h2 { color: #ccc; } 28 28 29 .header_notes { background: transparent url(../../icon/note.png) no-repeat right top; 30 border:0; font-weight:bold; min-height: 48px; 31 padding:15px 60px 0 0; position:absolute; right:0; 32 text-align:right; top:90px; width:550px; } 29 .header_notes { 30 background: transparent url(../default/icon/note.png) no-repeat right top; 31 border: none; 32 min-height: 48px; 33 padding: 15px 60px 0 0; 34 right: 0; 35 width: 550px; 36 } 33 37 html, body { min-height: 100%; } 38 34 39 body { margin: 0; padding: 0; 35 40 background-color:#111111; }
Note: See TracChangeset
for help on using the changeset viewer.