diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-10 12:12:03 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-10 12:12:03 +0000 |
| commit | aab4abc3012a65213981d98c90edefbcc5f672e8 (patch) | |
| tree | 95906270ecfe0db2e82d94f363fa65659219038d | |
| parent | 5c323972b48f12921675f553e5e1501c334bb729 (diff) | |
- Increase length of subtype select
git-svn-id: https://svn.roundcube.net/trunk@4528 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 ca92cd503..06808cd76 100644 --- a/roundcubemail/skins/default/addressbook.css +++ b/roundcubemail/skins/default/addressbook.css @@ -345,7 +345,7 @@ fieldset.contactfieldgroup legend .contactfieldgroup .contactfieldlabel select { - width: 78px; + width: 100%; background: none; border: 0; color: #666; |
