Changeset 900e622 in github
- Timestamp:
- Jun 18, 2012 6:41:54 AM (11 months ago)
- Branches:
- master, HEAD
- Children:
- 8a6fde0
- Parents:
- 207d618
- Files:
-
- 7 edited
-
CHANGELOG (modified) (1 diff)
-
plugins/archive/skins/default/archive.css (modified) (1 diff)
-
plugins/markasjunk/skins/default/markasjunk.css (modified) (1 diff)
-
skins/default/mail.css (modified) (1 diff)
-
skins/larry/addressbook.css (modified) (1 diff)
-
skins/larry/mail.css (modified) (1 diff)
-
skins/larry/styles.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r90a713e r900e622 2 2 =========================== 3 3 4 - Properly hide text of icon links/buttons (#1488534) 4 5 - Fix handling of unitless CSS size values in HTML message (#1488535) 5 6 - Fix removing contact photo using LDAP addressbook (#1488420) -
plugins/archive/skins/default/archive.css
r48e9c14 r900e622 1 1 2 2 #messagetoolbar a.button.archive { 3 text-indent: - 1000px;3 text-indent: -5000px; 4 4 background: url(archive_act.png) 0 0 no-repeat; 5 5 } -
plugins/markasjunk/skins/default/markasjunk.css
r48e9c14 r900e622 1 1 2 2 #messagetoolbar a.button.junk { 3 text-indent: - 1000px;3 text-indent: -5000px; 4 4 background: url(junk_act.png) 0 0 no-repeat; 5 5 } -
skins/default/mail.css
rf8c96f73 r900e622 1482 1482 #compose-attachments li a 1483 1483 { 1484 text-indent: - 1000px;1484 text-indent: -5000px; 1485 1485 width: 17px; 1486 1486 height: 16px; -
skins/larry/addressbook.css
re29515a r900e622 290 290 height: 18px; 291 291 text-decoration: none; 292 text-indent: - 1000px;292 text-indent: -5000px; 293 293 background: url(images/buttons.png) -7px -377px no-repeat; 294 294 } -
skins/larry/mail.css
r235680a r900e622 1211 1211 #uploadform a.iconlink { 1212 1212 margin-left: 1em; 1213 text-indent: - 1000px;1213 text-indent: -5000px; 1214 1214 } 1215 1215 -
skins/larry/styles.css
r174e2ca r900e622 331 331 height: 18px; 332 332 text-decoration: none; 333 text-indent: - 1000px;333 text-indent: -5000px; 334 334 background: url(images/buttons.png) -1000px 0 no-repeat; 335 335 } … … 828 828 width: 48px; 829 829 height: 35px; 830 text-indent: - 1000px;830 text-indent: -5000px; 831 831 background: url(images/buttons.png) -1000px 0 no-repeat; 832 832 } … … 1942 1942 padding: 0; 1943 1943 text-decoration: none; 1944 text-indent: - 1000px;1944 text-indent: -5000px; 1945 1945 background: url(images/buttons.png) -7px -337px no-repeat; 1946 1946 }
Note: See TracChangeset
for help on using the changeset viewer.
