aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-blue
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-05-10 09:54:16 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-05-10 09:54:16 +0200
commit69b43582d07d90536030c780b8c85db2ef789ee4 (patch)
tree101fc7028a16d0b45456742d4faffe299793c8bd /view/theme/diabook/diabook-blue
parent4a42414135538fedad53ba6a2bc46ae18d652609 (diff)
downloadvolse-hubzilla-69b43582d07d90536030c780b8c85db2ef789ee4.tar.gz
volse-hubzilla-69b43582d07d90536030c780b8c85db2ef789ee4.tar.bz2
volse-hubzilla-69b43582d07d90536030c780b8c85db2ef789ee4.zip
diabook-theme: some css/bug-fixes
Diffstat (limited to 'view/theme/diabook/diabook-blue')
-rw-r--r--view/theme/diabook/diabook-blue/style-wide.css5
-rw-r--r--view/theme/diabook/diabook-blue/style.css5
2 files changed, 4 insertions, 6 deletions
diff --git a/view/theme/diabook/diabook-blue/style-wide.css b/view/theme/diabook/diabook-blue/style-wide.css
index 189f4d559..103047f32 100644
--- a/view/theme/diabook/diabook-blue/style-wide.css
+++ b/view/theme/diabook/diabook-blue/style-wide.css
@@ -554,6 +554,7 @@ code {
text-decoration: none;
}
/* popup notifications */
+div.jGrowl.top-right { top: 30px; /* put it below header/nav bar */ }
div.jGrowl div.notice {
background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
color: #ffffff;
@@ -607,9 +608,7 @@ header #banner #logo-img {
margin-top: 3px;
}
header #banner #logo-text {
- font-size: 20px;
- position: absolute;
- top: 10%;
+ font-size: 20px!important;position: relative!important;top: -4px!important;
}
/* messages */
#message-new {
diff --git a/view/theme/diabook/diabook-blue/style.css b/view/theme/diabook/diabook-blue/style.css
index 2b68afc6f..e7f3fd0bc 100644
--- a/view/theme/diabook/diabook-blue/style.css
+++ b/view/theme/diabook/diabook-blue/style.css
@@ -554,6 +554,7 @@ code {
text-decoration: none;
}
/* popup notifications */
+div.jGrowl.top-right { top: 30px; /* put it below header/nav bar */ }
div.jGrowl div.notice {
background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
color: #ffffff;
@@ -607,9 +608,7 @@ header #banner #logo-img {
margin-top: 3px;
}
header #banner #logo-text {
- font-size: 20px;
- position: absolute;
- top: 10%;
+ font-size: 20px!important;position: relative!important;top: -4px!important;
}
/* messages */
#message-new {