projects
/
tt-rss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f43089
)
use position:fixed for notify
author
Andrew Dolgov
<noreply@fakecake.org>
Wed, 5 Nov 2014 06:18:41 +0000
(09:18 +0300)
committer
Andrew Dolgov
<noreply@fakecake.org>
Wed, 5 Nov 2014 06:18:41 +0000
(09:18 +0300)
css/tt-rss.css
patch
|
blob
|
history
diff --git
a/css/tt-rss.css
b/css/tt-rss.css
index 8d692cfa59be103bfca3a5ea17d8ff5fcf2e22ee..ca0284a662f5dcc4ca7d28ea99585139a67d12f0 100644
(file)
--- a/
css/tt-rss.css
+++ b/
css/tt-rss.css
@@
-9,6
+9,7
@@
body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
body#ttrssMain {
overflow : hidden;
+ max-height : 100%;
}
div.postReply {
@@
-161,7
+162,7
@@
a:hover {
left : 0px;
border-width : 1px 0px 0px 0px;
border-style : solid;
- position :
absolute;
+ position :
fixed;
font-size : 12px;
z-index : 99;
padding : 5px;