diff options
author | zottel <github@zottel.net> | 2012-05-10 09:58:52 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-10 09:58:52 +0200 |
commit | 4709960189e48fa1e073035cde916767f3dd830e (patch) | |
tree | c8c7bb81562374480912deff42986bbef434879f /view/theme/diabook/diabook-blue | |
parent | d92be9d93cc6a9b90572cd46e982e24f57c43ffc (diff) | |
parent | 7b41c0a555c5b58b2a09be0424bb09af7fa49b42 (diff) | |
download | volse-hubzilla-4709960189e48fa1e073035cde916767f3dd830e.tar.gz volse-hubzilla-4709960189e48fa1e073035cde916767f3dd830e.tar.bz2 volse-hubzilla-4709960189e48fa1e073035cde916767f3dd830e.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/diabook/diabook-blue')
-rw-r--r-- | view/theme/diabook/diabook-blue/style-wide.css | 5 | ||||
-rw-r--r-- | view/theme/diabook/diabook-blue/style.css | 5 |
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 { |