diff options
author | friendica <info@friendica.com> | 2012-05-10 01:46:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-10 01:46:29 -0700 |
commit | 93ae6ee97b5afccee2cc37e9ce400c7da43dec47 (patch) | |
tree | 624ed4f807542c4c60a043bc6a51f6a1e16b1ac0 /view/theme/diabook/diabook-green | |
parent | 774c51cc19c2e1fd135a7f692dd53bfb3a4d0ed3 (diff) | |
parent | 7b41c0a555c5b58b2a09be0424bb09af7fa49b42 (diff) | |
download | volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.tar.gz volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.tar.bz2 volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/diabook-green')
-rw-r--r-- | view/theme/diabook/diabook-green/style-wide.css | 5 | ||||
-rw-r--r-- | view/theme/diabook/diabook-green/style.css | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/view/theme/diabook/diabook-green/style-wide.css b/view/theme/diabook/diabook-green/style-wide.css index d98a6c325..0a9c5e35c 100644 --- a/view/theme/diabook/diabook-green/style-wide.css +++ b/view/theme/diabook/diabook-green/style-wide.css @@ -555,6 +555,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; @@ -609,9 +610,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-green/style.css b/view/theme/diabook/diabook-green/style.css index 6a9d8f7d0..762310e4d 100644 --- a/view/theme/diabook/diabook-green/style.css +++ b/view/theme/diabook/diabook-green/style.css @@ -557,6 +557,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; @@ -611,9 +612,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; } /*color*/ /* messages */ |