diff options
author | thomascube <thomas@roundcube.net> | 2011-01-18 18:00:57 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-18 18:00:57 +0000 |
commit | 0501b637a3177cce441166b5fcfe27c9bd9fbe0f (patch) | |
tree | 5460128ef65d2510a7538c4a0e7336987e090ca1 /skins/default/iehacks.css | |
parent | e81a30752b244394b03cbcaa0df254c93b379782 (diff) |
Merge branch devel-addressbook (r4193:4382) back into trunk
Diffstat (limited to 'skins/default/iehacks.css')
-rw-r--r-- | skins/default/iehacks.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/default/iehacks.css b/skins/default/iehacks.css index 29ab8cb75..4c0816ad8 100644 --- a/skins/default/iehacks.css +++ b/skins/default/iehacks.css @@ -236,3 +236,9 @@ table.records-table thead tr td { margin-top: 2px; } + +.contactfieldgroup legend +{ + padding: 0 0 0.5em 0; + margin-left: -4px; +} |