Changeset 004a08d in github
- Timestamp:
- Jan 10, 2012 4:09:55 PM (17 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 8365492
- Parents:
- 03fe1c2
- Location:
- skins/larry
- Files:
-
- 5 edited
-
images/buttons.png (modified) (previous)
-
images/listicons.png (modified) (previous)
-
mail.css (modified) (2 diffs)
-
settings.css (modified) (1 diff)
-
styles.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skins/larry/mail.css
r03fe1c2 r004a08d 439 439 } 440 440 441 /* 442 #messagelist tr td.attachment span.report { 443 background-position: 0 -255px; 444 } 445 446 #messagelist tr td.priority span.priority { 447 background-position: 0 -309px; 441 #messagelist tr td.priority { 442 padding-right: 0; 448 443 } 449 444 450 445 #messagelist tr td.priority span.prio5 { 451 background-position: 0 -358px;446 background-position: right -1905px; 452 447 } 453 448 454 449 #messagelist tr td.priority span.prio4 { 455 background-position: 0 -340px; 456 } 457 458 #messagelist tr td.priority span.prio3 { 459 background-position: 0 -324px; 450 background-position: right -1885px; 460 451 } 461 452 462 453 #messagelist tr td.priority span.prio2 { 463 background-position: 0 -309px;454 background-position: right -1865px; 464 455 } 465 456 466 457 #messagelist tr td.priority span.prio1 { 467 background-position: 0 -290px;468 } 469 */ 458 background-position: right -1845px; 459 } 460 470 461 #messagelist tbody tr td.flag span.flagged { 471 462 background-position: 0 -1036px; … … 681 672 } 682 673 683 .headers-table.iconlink {674 #messagepreviewheader .iconlink { 684 675 text-indent: -1000px; 685 676 padding: 1px 1px 1px 20px; 686 677 } 687 678 688 .headers-table.iconlink.add {679 #messagepreviewheader .iconlink.add { 689 680 background-position: -5px -359px; 690 681 } 691 682 692 .headers-table.iconlink.delete {683 #messagepreviewheader .iconlink.delete { 693 684 background-position: -5px -339px; 694 685 } 695 696 686 697 687 #full-headers { -
skins/larry/settings.css
r4f1b7a4 r004a08d 95 95 } 96 96 97 #settings-sections span.about a { 98 background-position: -100px 0; 97 #settings-sections span.filter a { 98 background-position: 6px -1746px; 99 } 100 101 #settings-sections span.filter.selected a { 102 background-position: 6px -1770px; 103 } 104 105 #settings-sections span.password a { 106 background-position: 6px -1795px; 107 } 108 109 #settings-sections span.password.selected a { 110 background-position: 6px -1819px; 99 111 } 100 112 -
skins/larry/styles.css
rcdb9556 r004a08d 1292 1292 1293 1293 .toolbar a.button.disabled { 1294 opacity: 0. 5;1294 opacity: 0.4; 1295 1295 } 1296 1296 … … 1315 1315 } 1316 1316 1317 .dropbutton a.button.disabled + .dropbuttontip { 1318 opacity: 0.5; 1319 } 1320 1321 .dropbutton a.button.disabled + .dropbuttontip:hover { 1322 background-position: 0 -1255px; 1323 } 1324 1317 1325 .toolbar a.button.back { 1318 1326 background-position: 0 -1216px; … … 1357 1365 } 1358 1366 1359 .toolbar a.button.markmessage, 1367 .toolbar a.button.markmessage { 1368 background-position: center -1095px; 1369 } 1370 1360 1371 .toolbar a.button.more { 1361 1372 background-position: center -850px; … … 1368 1379 .toolbar a.button.spellcheck { 1369 1380 background-position: center -930px; 1381 } 1382 1383 .toolbar a.button.insertsig { 1384 background-position: center -1135px; 1370 1385 } 1371 1386
Note: See TracChangeset
for help on using the changeset viewer.
