diff options
author | friendica <info@friendica.com> | 2012-05-30 16:30:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-30 16:30:51 -0700 |
commit | 1180919c898155126b098d0a44de6d96feb9aef6 (patch) | |
tree | 6e7fa48d260f8f28ca487225e7a2e12eb7729fd3 /view | |
parent | ebc4a05164930a425fabe2d73d5c682a9976f79d (diff) | |
download | volse-hubzilla-1180919c898155126b098d0a44de6d96feb9aef6.tar.gz volse-hubzilla-1180919c898155126b098d0a44de6d96feb9aef6.tar.bz2 volse-hubzilla-1180919c898155126b098d0a44de6d96feb9aef6.zip |
some zero theming on settings page
Diffstat (limited to 'view')
-rw-r--r-- | view/pagetypes.tpl | 4 | ||||
-rw-r--r-- | view/settings.tpl | 7 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 12 |
3 files changed, 18 insertions, 5 deletions
diff --git a/view/pagetypes.tpl b/view/pagetypes.tpl index 796abf0ee..c9022a1c1 100644 --- a/view/pagetypes.tpl +++ b/view/pagetypes.tpl @@ -1,5 +1,5 @@ {{inc field_radio.tpl with $field=$page_normal }}{{endinc}} - {{inc field_radio.tpl with $field=$page_soapbox }}{{endinc}} {{inc field_radio.tpl with $field=$page_community }}{{endinc}} - {{inc field_radio.tpl with $field=$page_freelove }}{{endinc}} {{inc field_radio.tpl with $field=$page_prvgroup }}{{endinc}} + {{inc field_radio.tpl with $field=$page_soapbox }}{{endinc}} + {{inc field_radio.tpl with $field=$page_freelove }}{{endinc}} diff --git a/view/settings.tpl b/view/settings.tpl index d61af072f..d7ef21210 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -104,15 +104,16 @@ $group_select <h3 class="settings-heading">$h_not</h3> +<div id="settings-notifications"> -<strong>$activity_options</strong> +<div id="settings-activity-desc">$activity_options</div> {{inc field_checkbox.tpl with $field=$post_newfriend }}{{endinc}} {{inc field_checkbox.tpl with $field=$post_joingroup }}{{endinc}} {{inc field_checkbox.tpl with $field=$post_profilechange }}{{endinc}} -<div id="settings-notify-desc"><strong>$lbl_not </strong></div> +<div id="settings-notify-desc">$lbl_not</div> <div class="group"> {{inc field_intcheckbox.tpl with $field=$notify1 }}{{endinc}} @@ -124,6 +125,7 @@ $group_select {{inc field_intcheckbox.tpl with $field=$notify7 }}{{endinc}} </div> +</div> <div class="settings-submit-wrapper" > <input type="submit" name="submit" class="settings-submit" value="$submit" /> @@ -131,6 +133,7 @@ $group_select <h3 class="settings-heading">$h_advn</h3> +<div id="settings-pagetype-desc">$h_descadvn</div> $pagetype diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 2f792977b..5854ccc02 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -717,7 +717,17 @@ input#dfrn-url { #settings-community { float: left; } - +#settings-notifications label { + margin-left: 20px; +} +#settings-notify-desc, #settings-activity-desc { + font-weight: bold; + margin-bottom: 15px; +} +#settings-pagetype-desc { + color: #666666; + margin-bottom: 15px; +} #profile-in-dir-yes-label, #profile-in-dir-no-label, |