diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-27 09:11:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-27 09:11:15 +0000 |
| commit | c13a01619338c6fc8233f56a3a577d44d8b0a5b1 (patch) | |
| tree | 59632dff60445da34a8d7dcbb6e1ae1b31e21ec7 | |
| parent | 8d7fa17d20e7912ec19e8fce0dbce5ad83f6bb6b (diff) | |
- Fix searchbox position
git-svn-id: https://svn.roundcube.net/trunk@5657 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 0597d21a2..757f7da0a 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -601,7 +601,7 @@ table.records-table tr.unfocused td { position: absolute; top: 55px; - right: 30px; + right: 10px; width: 190px; height: 20px; text-align: right; |
