diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 17:17:14 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 17:17:14 +0200 |
commit | b5d57d5313b61842a72f0e2ad002cf633aa72dd7 (patch) | |
tree | 4ffebdb810c5839b4906044114100c829a06e48f /view/theme/diabook-aerith | |
parent | 9faa940f044dd47687a008272c727f8f8dac9fec (diff) | |
download | volse-hubzilla-b5d57d5313b61842a72f0e2ad002cf633aa72dd7.tar.gz volse-hubzilla-b5d57d5313b61842a72f0e2ad002cf633aa72dd7.tar.bz2 volse-hubzilla-b5d57d5313b61842a72f0e2ad002cf633aa72dd7.zip |
diabook-themes: fixed pageheader
Diffstat (limited to 'view/theme/diabook-aerith')
-rw-r--r-- | view/theme/diabook-aerith/style-network.css | 6 | ||||
-rw-r--r-- | view/theme/diabook-aerith/style-profile.css | 7 | ||||
-rw-r--r-- | view/theme/diabook-aerith/style-settings.css | 6 | ||||
-rw-r--r-- | view/theme/diabook-aerith/style.css | 6 |
4 files changed, 16 insertions, 9 deletions
diff --git a/view/theme/diabook-aerith/style-network.css b/view/theme/diabook-aerith/style-network.css index 79ab1d04f..3e6e44f28 100644 --- a/view/theme/diabook-aerith/style-network.css +++ b/view/theme/diabook-aerith/style-network.css @@ -1198,8 +1198,10 @@ section { body .pageheader{ text-align: center; - margin-top: 25px; - font-size: 0px; + font-size: 20px; + margin-bottom: 20px; + margin-top: 0px; + max-width: 575px; } #id_username { diff --git a/view/theme/diabook-aerith/style-profile.css b/view/theme/diabook-aerith/style-profile.css index 74f2a48d1..ef09829d4 100644 --- a/view/theme/diabook-aerith/style-profile.css +++ b/view/theme/diabook-aerith/style-profile.css @@ -1193,10 +1193,11 @@ section { body .pageheader{ text-align: center; - margin-top: 25px; - font-size: 0px; + font-size: 20px; + margin-bottom: 20px; + margin-top: 0px; + max-width: 575px; } - #id_username { width: 173px; } diff --git a/view/theme/diabook-aerith/style-settings.css b/view/theme/diabook-aerith/style-settings.css index 0326dbcfc..8963065ca 100644 --- a/view/theme/diabook-aerith/style-settings.css +++ b/view/theme/diabook-aerith/style-settings.css @@ -1191,8 +1191,10 @@ section { body .pageheader{ text-align: center; - margin-top: 25px; - font-size: 0px; + font-size: 20px; + margin-bottom: 20px; + margin-top: 0px; + max-width: 575px; } #id_username { diff --git a/view/theme/diabook-aerith/style.css b/view/theme/diabook-aerith/style.css index 189d6252b..3f11e71ef 100644 --- a/view/theme/diabook-aerith/style.css +++ b/view/theme/diabook-aerith/style.css @@ -1254,8 +1254,10 @@ section { } body .pageheader{ text-align: center; - margin-top: 25px; - font-size: 0px; + font-size: 20px; + margin-bottom: 20px; + margin-top: 0px; + max-width: 575px; } #id_username { |