diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-19 07:41:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-19 07:41:15 +0000 |
| commit | 15779e2d92192c5d2b2d213366d2454e6cc612f5 (patch) | |
| tree | e25faf9c3bd1067954b8535038e3ce74ae346847 /roundcubemail/skins/default/common.css | |
| parent | d6bd2e6d2e2a690cbac0401d6e57435c93f91f33 (diff) | |
- Make quicksearchbox looking the same in all browsers (checked in IE6, FF3, Opera9, Konqueror3, Chrome1, Safari4)
git-svn-id: https://svn.roundcube.net/trunk@2398 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index ec2cd526f..34ea1d2b8 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -364,19 +364,13 @@ table.records-table tr.unfocused td top: 2px; left: 20px; width: 140px; + height: 15px; font-size: 11px; padding: 0px; border: none; } -/*\*/ -html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) { background-image: none; } -html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) a { top: 5px; } -html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; } -/**/ - - /***** roundcube webmail pre-defined classes *****/ #rcversion |
