diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-17 11:02:37 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-17 11:02:37 +0000 |
| commit | 6aeef82f8dc2170cc9a23faec595a110557f751b (patch) | |
| tree | 31c9e3b8d0ba1acb68aaf575e11228e83f2463ec /roundcubemail | |
| parent | 85fbd638fc66aabce872ed3f9a0807c0a10dc85f (diff) | |
- Fix quicksearchbox alignment
git-svn-id: https://svn.roundcube.net/trunk@4866 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 10 | ||||
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index a76220b53..4f1ab6b01 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -163,7 +163,7 @@ img height: 24px; width: 100%; background: url(images/taskbar.png) top right no-repeat; - padding: 10px 4px 5px 0px; + padding: 10px 6px 5px 0px; text-align: right; white-space: nowrap; z-index: 2; @@ -578,8 +578,8 @@ table.records-table tr.unfocused td { position: absolute; top: 55px; - right: 20px; - width: 182px; + right: 30px; + width: 190px; height: 20px; text-align: right; background: url(images/searchfield.gif) top left no-repeat; @@ -589,7 +589,7 @@ table.records-table tr.unfocused td { position: absolute; top: 3px; - right: 4px; + right: 12px; text-decoration: none; } @@ -597,7 +597,7 @@ table.records-table tr.unfocused td { position: absolute; top: 3px; - right: 160px; + right: 168px; } #quicksearchbar img diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index a2400ec0c..14249daee 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -221,7 +221,7 @@ { white-space: nowrap; position: absolute; - right: 190px; + right: 198px; vertical-align: middle; } |
