Changeset 900e622 in github


Ignore:
Timestamp:
Jun 18, 2012 6:41:54 AM (11 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
master, HEAD
Children:
8a6fde0
Parents:
207d618
Message:

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r90a713e r900e622  
    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 r900e622  
    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 r900e622  
    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

    rf8c96f73 r900e622  
    14821482#compose-attachments li a 
    14831483{ 
    1484   text-indent: -1000px; 
     1484  text-indent: -5000px; 
    14851485  width: 17px; 
    14861486  height: 16px; 
  • skins/larry/addressbook.css

    re29515a r900e622  
    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

    r235680a r900e622  
    12111211#uploadform a.iconlink { 
    12121212        margin-left: 1em; 
    1213         text-indent: -1000px; 
     1213        text-indent: -5000px; 
    12141214} 
    12151215 
  • skins/larry/styles.css

    r174e2ca r900e622  
    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.