aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-red
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-red
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-red')
-rw-r--r--view/theme/diabook/diabook-red/style-wide.css6
-rw-r--r--view/theme/diabook/diabook-red/style.css6
2 files changed, 4 insertions, 8 deletions
diff --git a/view/theme/diabook/diabook-red/style-wide.css b/view/theme/diabook/diabook-red/style-wide.css
index b9ea238e2..b068a2f5d 100644
--- a/view/theme/diabook/diabook-red/style-wide.css
+++ b/view/theme/diabook/diabook-red/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;
@@ -619,10 +620,7 @@ header #banner #logo-img {
margin-top: 3px;
}
header #banner #logo-text {
- font-size: 20px;
- position: absolute;
- top: 10%;
- margin-left: 3px;
+ font-size: 20px!important;position: relative!important;top: -4px!important;
}
/* messages */
#message-new {
diff --git a/view/theme/diabook/diabook-red/style.css b/view/theme/diabook/diabook-red/style.css
index 05c802102..37e26b8b9 100644
--- a/view/theme/diabook/diabook-red/style.css
+++ b/view/theme/diabook/diabook-red/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;
@@ -619,10 +620,7 @@ header #banner #logo-img {
margin-top: 3px;
}
header #banner #logo-text {
- font-size: 20px;
- position: absolute;
- top: 10%;
- margin-left: 3px;
+ font-size: 20px!important;position: relative!important;top: -4px!important;
}
/* messages */
#message-new {