Changeset eb04f60d in github
- Timestamp:
- Jun 18, 2012 6:42:22 AM (11 months ago)
- Branches:
- release-0.8
- Children:
- 58cd494
- Parents:
- 459e46a
- git-author:
- Thomas Bruederli <thomas@…> (06/18/12 06:41:54)
- git-committer:
- Thomas Bruederli <thomas@…> (06/18/12 06:42:22)
- 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
r65c3bb0 reb04f60d 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 reb04f60d 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 reb04f60d 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
r8b31d99 reb04f60d 1474 1474 #compose-attachments li a 1475 1475 { 1476 text-indent: - 1000px;1476 text-indent: -5000px; 1477 1477 width: 17px; 1478 1478 height: 16px; -
skins/larry/addressbook.css
r49db523 reb04f60d 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
ra2ec2eb reb04f60d 1186 1186 #uploadform a.iconlink { 1187 1187 margin-left: 1em; 1188 text-indent: - 1000px;1188 text-indent: -5000px; 1189 1189 } 1190 1190 -
skins/larry/styles.css
rce7090c reb04f60d 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.
