diff options
Diffstat (limited to 'skins/default/addresses.css')
-rw-r--r-- | skins/default/addresses.css | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/skins/default/addresses.css b/skins/default/addresses.css index 45dcf9bc4..234f0c63f 100644 --- a/skins/default/addresses.css +++ b/skins/default/addresses.css @@ -185,20 +185,17 @@ background-color: #FFFFA6; } - #contacts-table { width: 100%; table-layout: fixed; } - #contacts-table tbody td { cursor: default; } - #contacts-box { position: absolute; @@ -219,25 +216,6 @@ body.iframe, #contact-frame { border: none; -/* visibility: hidden; */ -} - -#contact-title, #groups-title -{ - height: 12px !important; -/* height: 20px; */ - padding: 4px 5px 3px 5px; - border-bottom: 1px solid #999; - color: #333; - font-size: 11px; - font-weight: bold; - background: url('images/listheader.gif') top left repeat-x #CCC; - white-space: nowrap; -} - -#contact-title -{ - padding: 4px 10px 3px 10px; } #contact-details @@ -252,5 +230,3 @@ body.iframe, text-align: right; padding-right: 10px; } - - |