diff options
author | thomascube <thomas@roundcube.net> | 2011-07-26 17:21:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-07-26 17:21:26 +0000 |
commit | da89cf293753cfbfbe1f6cedcbb5a5d22aed45db (patch) | |
tree | 05dfe4390506fdf579c1c9944d8727e5d356980e /skins/default/addressbook.css | |
parent | 210438a6be905b25991a88c28fcbfbfa09ad0034 (diff) |
Always show address book name if multiple books are configured; fix styling
Diffstat (limited to 'skins/default/addressbook.css')
-rw-r--r-- | skins/default/addressbook.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/addressbook.css b/skins/default/addressbook.css index 63c60c08a..69b913e84 100644 --- a/skins/default/addressbook.css +++ b/skins/default/addressbook.css @@ -390,5 +390,5 @@ fieldset.contactfieldgroup legend { color: #666; font-size: 10px; - margin-left: 2px; + margin: -5px 0 8px 2px; } |