Changeset 9224c8a in github
- Timestamp:
- Mar 23, 2010 10:55:13 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 1c9bd8c
- Parents:
- d50b857
- Location:
- skins/default
- Files:
-
- 6 edited
-
addressbook.css (modified) (2 diffs)
-
common.css (modified) (9 diffs)
-
ie6hacks.css (modified) (5 diffs)
-
iehacks.css (modified) (3 diffs)
-
mail.css (modified) (10 diffs)
-
settings.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/addressbook.css
r0f8ff20 r9224c8a 24 24 margin-right: 10px; 25 25 overflow: hidden; 26 background: url( 'images/abook_toolbar.png') 0 0 no-repeat transparent;26 background: url(images/abook_toolbar.png) 0 0 no-repeat transparent; 27 27 opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ 28 28 } … … 70 70 #abooktoolbar span.separator { 71 71 width: 5px; 72 background-image: url( 'images/abook_toolbar.png');72 background-image: url(images/abook_toolbar.png); 73 73 background-position: -162px 0; 74 74 } -
skins/default/common.css
r0b0a293 r9224c8a 162 162 text-decoration: none; 163 163 padding: 6px 14px 6px 27px; 164 background: url( 'images/taskicons.gif') no-repeat;164 background: url(images/taskicons.gif) no-repeat; 165 165 } 166 166 … … 212 212 #remote-objects-message 213 213 { 214 background: url( 'images/display/icons.png') 6px 3px no-repeat;214 background: url(images/display/icons.png) 6px 3px no-repeat; 215 215 background-color: #F7FDCB; 216 216 border: 1px solid #C2D071; … … 220 220 #message div.warning 221 221 { 222 background: url( 'images/display/icons.png') 6px -97px no-repeat;222 background: url(images/display/icons.png) 6px -97px no-repeat; 223 223 background-color: #EF9398; 224 224 border: 1px solid #DC5757; … … 227 227 #message div.confirmation 228 228 { 229 background: url( 'images/display/icons.png') 6px -47px no-repeat;229 background: url(images/display/icons.png) 6px -47px no-repeat; 230 230 background-color: #A6EF7B; 231 231 border: 1px solid #76C83F; … … 234 234 #message div.loading 235 235 { 236 background: url( 'images/display/loading.gif') 6px 3px no-repeat;236 background: url(images/display/loading.gif) 6px 3px no-repeat; 237 237 background-color: #EBEBEB; 238 238 border: 1px solid #CCCCCC; … … 256 256 margin: 1px; 257 257 overflow: hidden; 258 background: url( 'images/pagenav.gif') 0 0 no-repeat transparent;258 background: url(images/pagenav.gif) 0 0 no-repeat transparent; 259 259 opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ 260 260 } … … 321 321 font-size: 11px; 322 322 font-weight: bold; 323 background: url( 'images/listheader.gif') top left repeat-x #CCC;323 background: url(images/listheader.gif) top left repeat-x #CCC; 324 324 } 325 325 … … 403 403 border-bottom: 1px solid #999999; 404 404 color: #333333; 405 background: url( 'images/listheader.gif') top left repeat-x #CCC;405 background: url(images/listheader.gif) top left repeat-x #CCC; 406 406 font-size: 11px; 407 407 font-weight: bold; … … 451 451 height: 20px; 452 452 text-align: right; 453 background: url( 'images/searchfield.gif') top left no-repeat;453 background: url(images/searchfield.gif) top left no-repeat; 454 454 } 455 455 -
skins/default/ie6hacks.css
rf52c936f r9224c8a 3 3 img 4 4 { 5 behavior: url( 'skins/default/pngbehavior.htc');5 behavior: url(skins/default/pngbehavior.htc); 6 6 } 7 7 … … 12 12 #remote-objects-message 13 13 { 14 background-image: url( 'images/display/icons.gif');14 background-image: url(images/display/icons.gif); 15 15 } 16 16 … … 19 19 #messagelist tr td div.collapsed 20 20 { 21 background-image: url( 'images/messageactions.gif');21 background-image: url(images/messageactions.gif); 22 22 } 23 23 24 24 #mailboxlist li 25 25 { 26 background-image: url( 'images/icons/folders.gif');26 background-image: url(images/icons/folders.gif); 27 27 } 28 28 … … 41 41 #messagetoolbar a.button, 42 42 #messagetoolbar a.buttonPas { 43 background-image: url( 'images/mail_toolbar.gif');43 background-image: url(images/mail_toolbar.gif); 44 44 } 45 45 … … 47 47 #abooktoolbar a.buttonPas, 48 48 #abooktoolbar span.separator { 49 background-image: url( 'images/abook_toolbar.gif');49 background-image: url(images/abook_toolbar.gif); 50 50 } 51 51 -
skins/default/iehacks.css
rf52c936f r9224c8a 59 59 { 60 60 filter: alpha(opacity=35); 61 background-image: url( 'images/abook_toolbar.gif');61 background-image: url(images/abook_toolbar.gif); 62 62 } 63 63 … … 65 65 { 66 66 filter: alpha(opacity=35); 67 background-image: url( 'images/mail_toolbar.gif');67 background-image: url(images/mail_toolbar.gif); 68 68 } 69 69 … … 72 72 { 73 73 filter: alpha(opacity=35); 74 background-image: url( 'images/mail_footer.png');74 background-image: url(images/mail_footer.png); 75 75 } 76 76 -
skins/default/mail.css
r0b0a293 r9224c8a 30 30 margin-right: 10px; 31 31 overflow: hidden; 32 background: url( 'images/mail_toolbar.png') 0 0 no-repeat transparent;32 background: url(images/mail_toolbar.png) 0 0 no-repeat transparent; 33 33 opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ 34 34 } … … 185 185 #messagemenu li a 186 186 { 187 background: url( 'images/messageactions.png') no-repeat 7px 0;187 background: url(images/messageactions.png) no-repeat 7px 0; 188 188 background-position: 7px 20px; 189 189 } … … 216 216 #markmessagemenu a.readlink 217 217 { 218 background: url( 'images/icons/dot.png') no-repeat 7px 2px;218 background: url(images/icons/dot.png) no-repeat 7px 2px; 219 219 } 220 220 221 221 #markmessagemenu a.unreadlink 222 222 { 223 background: url( 'images/icons/unread.png') no-repeat 7px 2px;223 background: url(images/icons/unread.png) no-repeat 7px 2px; 224 224 } 225 225 226 226 #markmessagemenu a.flaggedlink 227 227 { 228 background: url( 'images/icons/flagged.png') no-repeat 7px 2px;228 background: url(images/icons/flagged.png) no-repeat 7px 2px; 229 229 } 230 230 231 231 #markmessagemenu a.unflaggedlink 232 232 { 233 background: url( 'images/icons/unflagged.png') no-repeat 7px 2px;233 background: url(images/icons/unflagged.png) no-repeat 7px 2px; 234 234 } 235 235 … … 405 405 position: relative; 406 406 font-size: 11px; 407 background: url( 'images/icons/folders.png') 5px 0 no-repeat;407 background: url(images/icons/folders.png) 5px 0 no-repeat; 408 408 border-bottom: 1px solid #EBEBEB; 409 409 } … … 427 427 #mailboxlist li div.collapsed 428 428 { 429 background: url( 'images/icons/collapsed.png') bottom right no-repeat;429 background: url(images/icons/collapsed.png) bottom right no-repeat; 430 430 } 431 431 432 432 #mailboxlist li div.expanded 433 433 { 434 background: url( 'images/icons/expanded.png') bottom right no-repeat;434 background: url(images/icons/expanded.png) bottom right no-repeat; 435 435 } 436 436 … … 546 546 margin-right: 2px; 547 547 overflow: hidden; 548 background: url( 'images/mail_footer.png') 0 0 no-repeat transparent;548 background: url(images/mail_footer.png) 0 0 no-repeat transparent; 549 549 opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ 550 550 } … … 671 671 border-bottom: 1px solid #999999; 672 672 color: #333333; 673 background: url( 'images/listheader.gif') top left repeat-x #CCC;673 background: url(images/listheader.gif) top left repeat-x #CCC; 674 674 font-size: 11px; 675 675 font-weight: bold; … … 684 684 #messagelist thead tr td.sortedASC a 685 685 { 686 background: url( 'images/icons/sort.gif') right 0 no-repeat;686 background: url(images/icons/sort.gif) right 0 no-repeat; 687 687 } 688 688 689 689 #messagelist thead tr td.sortedDESC a 690 690 { 691 background: url( 'images/icons/sort.gif') right -14px no-repeat;691 background: url(images/icons/sort.gif) right -14px no-repeat; 692 692 } 693 693 … … 791 791 { 792 792 display: block; 793 background: url( 'images/messageactions.png') center -91px no-repeat;793 background: url(images/messageactions.png) center -91px no-repeat; 794 794 } 795 795 … … 797 797 { 798 798 display: block; 799 background: url( 'images/messageactions.png') center -109px no-repeat;799 background: url(images/messageactions.png) center -109px no-repeat; 800 800 } 801 801 -
skins/default/settings.css
r0f8ff20 r9224c8a 22 22 overflow: hidden; 23 23 text-overflow: ellipsis; 24 background: url( 'images/tabs.gif') top left no-repeat;24 background: url(images/tabs.gif) top left no-repeat; 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.
