diff options
author | Friendika <info@friendika.com> | 2011-01-18 19:25:28 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-18 19:25:28 -0800 |
commit | b40281802ffce0b977cb0b1c4d02902ecf82e753 (patch) | |
tree | 512b05743036a083b68cce77e64b69475bc66a5d /view/theme | |
parent | 028460a5c1de4833bb1dcfaa945c1292952bf923 (diff) | |
download | volse-hubzilla-b40281802ffce0b977cb0b1c4d02902ecf82e753.tar.gz volse-hubzilla-b40281802ffce0b977cb0b1c4d02902ecf82e753.tar.bz2 volse-hubzilla-b40281802ffce0b977cb0b1c4d02902ecf82e753.zip |
personal title
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 10 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 |
2 files changed, 16 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index d9e93bbe6..0457850dc 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -256,10 +256,15 @@ nav { .fn { font-size: 1.4em; - margin-bottom: 10px; + margin-bottom: 5px; line-height: 1.5; } +.vcard .title { + margin-bottom: 5px; +} + + .powered { font-size: 0.6em; color: black; @@ -731,6 +736,7 @@ input#dfrn-url { #profile-edit-profile-name-label, #profile-edit-name-label, +#profile-edit-pdesc-label, #profile-edit-gender-label, #profile-edit-dob-label, #profile-edit-address-label, @@ -750,6 +756,7 @@ input#dfrn-url { #profile-edit-profile-name, #profile-edit-name, +#profile-edit-pdesc, #gender-select, #profile-edit-dob, #profile-edit-address, @@ -819,6 +826,7 @@ input#dfrn-url { #profile-edit-profile-name-end, #profile-edit-name-end, +#profile-edit-pdesc-end, #profile-edit-gender-end, #profile-edit-dob-end, #profile-edit-address-end, diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b2bdb6e87..9d51c86f7 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -604,6 +604,7 @@ input#dfrn-url { #profile-edit-profile-name-label, #profile-edit-name-label, +#profile-edit-pdesc-label, #profile-edit-gender-label, #profile-edit-dob-label, #profile-edit-address-label, @@ -623,6 +624,7 @@ input#dfrn-url { #profile-edit-profile-name, #profile-edit-name, +#profile-edit-pdesc, #gender-select, #profile-edit-dob, #profile-edit-address, @@ -692,6 +694,7 @@ input#dfrn-url { #profile-edit-profile-name-end, #profile-edit-name-end, +#profile-edit-pdesc-end, #profile-edit-gender-end, #profile-edit-dob-end, #profile-edit-address-end, @@ -1842,6 +1845,10 @@ a.mail-list-link { font-weight: bold; } +.vcard .title { + margin-bottom: 5px; +} + #birthday-title { float: left; |