Changeset 5cdc47a in github


Ignore:
Timestamp:
May 13, 2012 12:37:09 PM (13 months ago)
Author:
Thomas Bruederli <bruederli@…>
Branches:
release-0.8
Children:
ab0b3b03
Parents:
b3da048
git-author:
Thomas Bruederli <thomas@…> (05/13/12 12:35:28)
git-committer:
Thomas Bruederli <bruederli@…> (05/13/12 12:37:09)
Message:

Flipped compose options arrow (#1488474)

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r39eb4ee r5cdc47a  
    22=========================== 
    33 
     4- Flipped compose options arrow (#1488474) 
    45- Fix handling of large uuencode attachments (#1488473) 
    56- Fix handling of "usemap" attribute (#1488472) 
  • skins/larry/mail.css

    rf4698cb r5cdc47a  
    738738        cursor: pointer; 
    739739        height: 10px; 
    740         background: url(images/buttons.png) center -1579px no-repeat; 
     740        background: url(images/buttons.png) center -1619px no-repeat; 
    741741} 
    742742 
    743743div.hide-headers { 
    744         background-position: center -1589px; 
     744        background-position: center -1629px; 
    745745} 
    746746 
     
    11151115        width: 20px; 
    11161116        height: 18px; 
    1117         background: url(images/buttons.png) -3px -458px no-repeat; 
     1117        background: url(images/buttons.png) -3px -1640px no-repeat; 
    11181118        text-decoration: none; 
    11191119} 
    11201120 
    11211121#composeoptionstoggle.enabled { 
    1122         background-position: -28px -458px; 
     1122        background-position: -28px -1640px; 
    11231123} 
    11241124 
  • skins/larry/styles.css

    r568e26c r5cdc47a  
    14241424 
    14251425.toolbar a.button.spellcheck.selected { 
    1426         background-position: left -1610px; 
     1426        background-position: left -1580px; 
    14271427        color: #1978a1; 
    14281428} 
Note: See TracChangeset for help on using the changeset viewer.