Changeset 1812 in subversion


Ignore:
Timestamp:
Sep 17, 2008 5:07:06 AM (5 years ago)
Author:
robin
Message:

Fix messagelist horizontal bar in Safari (#1485204).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/mail.css

    r1784 r1812  
    441441 
    442442/* safari hack \*/ 
    443 html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: auto; } 
     443html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99%; } 
    444444html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border:0; } 
    445445/**/ 
Note: See TracChangeset for help on using the changeset viewer.