Changeset eb04f60d in github


Ignore:
Timestamp:
Jun 18, 2012 6:42:22 AM (11 months ago)
Author:
Thomas Bruederli <thomas@…>
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)
Message:

Increase negative text-indents to properly hide button texts (#1488534)

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r65c3bb0 reb04f60d  
    22=========================== 
    33 
     4- Properly hide text of icon links/buttons (#1488534) 
    45- Fix handling of unitless CSS size values in HTML message (#1488535) 
    56- Fix removing contact photo using LDAP addressbook (#1488420) 
  • plugins/archive/skins/default/archive.css

    r48e9c14 reb04f60d  
    11 
    22#messagetoolbar a.button.archive { 
    3         text-indent: -1000px; 
     3        text-indent: -5000px; 
    44        background: url(archive_act.png) 0 0 no-repeat; 
    55} 
  • plugins/markasjunk/skins/default/markasjunk.css

    r48e9c14 reb04f60d  
    11 
    22#messagetoolbar a.button.junk { 
    3         text-indent: -1000px; 
     3        text-indent: -5000px; 
    44        background: url(junk_act.png) 0 0 no-repeat; 
    55} 
  • skins/default/mail.css

    r8b31d99 reb04f60d  
    14741474#compose-attachments li a 
    14751475{ 
    1476   text-indent: -1000px; 
     1476  text-indent: -5000px; 
    14771477  width: 17px; 
    14781478  height: 16px; 
  • skins/larry/addressbook.css

    r49db523 reb04f60d  
    290290        height: 18px; 
    291291        text-decoration: none; 
    292         text-indent: -1000px; 
     292        text-indent: -5000px; 
    293293        background: url(images/buttons.png) -7px -377px no-repeat; 
    294294} 
  • skins/larry/mail.css

    ra2ec2eb reb04f60d  
    11861186#uploadform a.iconlink { 
    11871187        margin-left: 1em; 
    1188         text-indent: -1000px; 
     1188        text-indent: -5000px; 
    11891189} 
    11901190 
  • skins/larry/styles.css

    rce7090c reb04f60d  
    331331        height: 18px; 
    332332        text-decoration: none; 
    333         text-indent: -1000px; 
     333        text-indent: -5000px; 
    334334        background: url(images/buttons.png) -1000px 0 no-repeat; 
    335335} 
     
    828828        width: 48px; 
    829829        height: 35px; 
    830         text-indent: -1000px; 
     830        text-indent: -5000px; 
    831831        background: url(images/buttons.png) -1000px 0 no-repeat; 
    832832} 
     
    19421942        padding: 0; 
    19431943        text-decoration: none; 
    1944         text-indent: -1000px; 
     1944        text-indent: -5000px; 
    19451945        background: url(images/buttons.png) -7px -337px no-repeat; 
    19461946} 
Note: See TracChangeset for help on using the changeset viewer.