Changeset 492 in subversion


Ignore:
Timestamp:
Feb 21, 2007 5:53:37 PM (6 years ago)
Author:
thomasb
Message:

More CSS fixing for IE 7; removed unnecessary garbage

Location:
trunk/roundcubemail/skins/default
Files:
2 edited

Legend:

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

    r491 r492  
    7272  background-color: #ffffff; 
    7373  border: 1px solid #666666; 
     74} 
     75 
     76input[type="checkbox"] 
     77{ 
     78  border: 0; 
     79  padding: 0; 
    7480} 
    7581 
  • trunk/roundcubemail/skins/default/mail.css

    r491 r492  
    468468#messagelist tr td.date 
    469469{ 
    470   width: 110px; 
     470  width: 118px; 
    471471  vertical-align: middle; 
    472472} 
     
    562562 
    563563/*\*/ 
    564 html>body*#quicksearchbar { background-image: none; } 
    565 html>body*#quicksearchbar a { top: 5px; } 
    566 html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; } 
    567564html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) { background-image: none; } 
    568565html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) a { top: 5px; } 
Note: See TracChangeset for help on using the changeset viewer.