diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-26 10:43:02 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-26 10:43:02 +0000 |
| commit | d02a2595fb2c36f9c3a544f9b8324f759ce19561 (patch) | |
| tree | c2a751de7e6215d6b90c49ae22c41993b31ce12a | |
| parent | 62206543dc279e449cd950fff8236cfe757c1353 (diff) | |
- css fix for input in addressbook groups list
git-svn-id: https://svn.roundcube.net/trunk@3830 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/addressbook.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/addressbook.css b/roundcubemail/skins/default/addressbook.css index c2d7f027c..09c55d8ad 100644 --- a/roundcubemail/skins/default/addressbook.css +++ b/roundcubemail/skins/default/addressbook.css @@ -102,8 +102,8 @@ #directorylistbox input { - display: absolute; margin: 2px; + width: 90%; } #addresslist |
