Changeset ec366b3 in github


Ignore:
Timestamp:
Feb 25, 2012 12:47:44 PM (15 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
589385f
Parents:
c0806c6
Message:

PNG with alpha channel + filter:alpha() don't go well together on IE7

Location:
skins/larry
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/ie7hacks.css

    r14a3f28 rec366b3  
    4545} 
    4646 
     47.toolbar a.button.disabled, 
     48.boxpagenav a.icon.disabled, 
     49.pagenav a.button.disabled span.inner, 
     50.boxfooter .listbutton.disabled .inner, 
     51.dropbutton a.button.disabled + .dropbuttontip { 
     52        background-image: url(images/buttons.gif); 
     53} 
     54 
     55.dropbutton .dropbuttontip { 
     56        right: -2px; 
     57} 
     58 
    4759#messagepreviewheader .iconlink { 
    4860        color: #fff; 
     
    6274} 
    6375 
    64 .dropbutton .dropbuttontip { 
    65         right: 0; 
    66 } 
    67  
    6876#threadselectmenu li a { 
    6977        width: 160px; 
     
    7482} 
    7583 
     84#rcmKSearchpane { 
     85        width: 400px; 
     86} 
     87#rcmKSearchpane ul li { 
     88        width: 380px; 
     89        text-overflow: ellipsis; 
     90} 
     91 
     92 
    7693table.listing, 
    7794table.records-table { 
     
    7996        width: auto; 
    8097        border-collapse: expression('separate', cellSpacing = '0'); 
     98} 
     99 
     100.records-table tbody td span { 
     101        white-space: nowrap; 
    81102} 
    82103 
  • skins/larry/mail.css

    rb6837c3 rec366b3  
    749749        box-shadow: 0px 3px 4px 0px rgba(80, 80, 80, 0.6); 
    750750        background: #fff; 
    751         background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 8px, #fff 100%); 
    752         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(8px,#fff), color-stop(100%,#fff)); 
    753         background: -o-linear-gradient(top, #f3f3f3 0%, #fff 8px, #fff 100%); 
    754         background: -ms-linear-gradient(top, #f3f3f3 0%, #fff 8px, #fff 100%); 
    755         background: linear-gradient(top,  #f3f3f3 0%, #fff 8px, #fff 100%); 
     751        background: -moz-linear-gradient(top, #f0f0f0 0%, #fff 8%, #fff 100%); 
     752        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(8%,#fff), color-stop(100%,#fff)); 
     753        background: -o-linear-gradient(top, #f0f0f0 0%, #fff 8%, #fff 100%); 
     754        background: -ms-linear-gradient(top, #f0f0f0 0%, #fff 8%, #fff 100%); 
     755        background: linear-gradient(top,  #f0f0f0 0%, #fff 8%, #fff 100%); 
    756756} 
    757757 
Note: See TracChangeset for help on using the changeset viewer.