diff options
author | thomascube <thomas@roundcube.net> | 2011-01-21 17:41:05 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-21 17:41:05 +0000 |
commit | fbeb46890421b11736794f52ce96018d77f37595 (patch) | |
tree | e6742b8c2a04882da11db2d1d39a2897da028cd6 /skins | |
parent | 26e76dfdd89f0183466f2d3354ff741680137c6f (diff) |
Better grouping of contact information
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/addressbook.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/default/addressbook.css b/skins/default/addressbook.css index 6e07281f7..ca92cd503 100644 --- a/skins/default/addressbook.css +++ b/skins/default/addressbook.css @@ -311,6 +311,11 @@ fieldset.contactfieldgroup { border: 0; margin: 0.5em 0; + padding: 0.2em 2px; +} + +fieldset.contactfieldgroupmulti +{ padding: 0.5em 2px; } @@ -322,7 +327,7 @@ fieldset.contactfieldgroup legend .contactfieldgroup .row { position: relative; - margin-bottom: 0.4em; + margin: 0.2em 0; } .contactfieldgroup .contactfieldlabel |