From cb7d32ebdd1c783f201e2f3fa6c52f1fafdc6fcf Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 22 Oct 2010 15:24:39 +0000 Subject: List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753) --- skins/default/common.css | 12 ++++++++++++ skins/default/settings.css | 12 ------------ skins/default/templates/showcontact.html | 15 +++++++++++++-- 3 files changed, 25 insertions(+), 14 deletions(-) (limited to 'skins/default') diff --git a/skins/default/common.css b/skins/default/common.css index 53e07e12d..2c365141b 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -843,6 +843,18 @@ span.tablink-selected a background-position: right -23px; } +fieldset +{ + margin-bottom: 1em; + border: 1px solid #999999; + padding: 4px 8px 9px 8px; +} + +legend +{ + color: #999999; +} + fieldset.tabbed { margin-top: 22px; diff --git a/skins/default/settings.css b/skins/default/settings.css index e4718d40e..c902740a6 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -149,18 +149,6 @@ input.disabled bottom: 0; } -fieldset -{ - margin-bottom: 0.5em; - border: 1px solid #999999; - padding: 4px 8px 9px 8px; -} - -legend -{ - color: #999999; -} - #identities-list, #sectionslist { diff --git a/skins/default/templates/showcontact.html b/skins/default/templates/showcontact.html index be663a78b..a6819f376 100644 --- a/skins/default/templates/showcontact.html +++ b/skins/default/templates/showcontact.html @@ -9,9 +9,20 @@
- +
+ + + +


+
+ + +
+ + +
+ -


-- cgit v1.2.3