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/theme | |
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/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 12 |
1 files changed, 11 insertions, 1 deletions
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, |