Changeset 7dca45e in github


Ignore:
Timestamp:
Aug 2, 2012 3:06:30 PM (10 months ago)
Author:
Aleksander Machniak <alec@…>
Children:
1257dd67
Parents:
622bce2
Message:

Fix overflow of compose attachments list in Opera and IE7 browsers

Location:
skins/classic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/classic/iehacks.css

    rc40419b r7dca45e  
    151151} 
    152152 
     153#compose-attachments ul li 
     154{ 
     155  width: 1000px; /* for IE7 */ 
     156} 
     157 
     158#compose-attachments li a 
     159{ 
     160  float: left; /* for IE7 */ 
     161} 
     162 
    153163#messagelist 
    154164{ 
  • skins/classic/mail.css

    rc40419b r7dca45e  
    14861486  width: 17px; 
    14871487  height: 16px; 
    1488   display: block; 
    1489   float: left; 
     1488  display: inline-block; 
    14901489  text-decoration: none; 
    14911490} 
Note: See TracChangeset for help on using the changeset viewer.