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-blue | |
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-blue')
-rw-r--r-- | view/theme/diabook-blue/style-network.css | 6 | ||||
-rw-r--r-- | view/theme/diabook-blue/style-profile.css | 6 | ||||
-rw-r--r-- | view/theme/diabook-blue/style-settings.css | 6 | ||||
-rw-r--r-- | view/theme/diabook-blue/style.css | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/view/theme/diabook-blue/style-network.css b/view/theme/diabook-blue/style-network.css index 224e6a931..08dc87076 100644 --- a/view/theme/diabook-blue/style-network.css +++ b/view/theme/diabook-blue/style-network.css @@ -1160,8 +1160,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-blue/style-profile.css b/view/theme/diabook-blue/style-profile.css index a84b2df34..81bbe03c6 100644 --- a/view/theme/diabook-blue/style-profile.css +++ b/view/theme/diabook-blue/style-profile.css @@ -1159,8 +1159,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-blue/style-settings.css b/view/theme/diabook-blue/style-settings.css index 197b53d30..2e7db1e1f 100644 --- a/view/theme/diabook-blue/style-settings.css +++ b/view/theme/diabook-blue/style-settings.css @@ -1156,8 +1156,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-blue/style.css b/view/theme/diabook-blue/style.css index 867d5b88f..809ae8f61 100644 --- a/view/theme/diabook-blue/style.css +++ b/view/theme/diabook-blue/style.css @@ -1210,8 +1210,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 { |