]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
tweak selected feed display a bit
[tt-rss.git] / css / tt-rss.css
index 8d692cfa59be103bfca3a5ea17d8ff5fcf2e22ee..3db8dc1d53e5c52ced8f0c510120de2dc7733528 100644 (file)
@@ -9,6 +9,7 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
 
 body#ttrssMain {
        overflow : hidden;
+       max-height : 100%;
 }
 
 div.postReply {
@@ -147,11 +148,6 @@ a:hover {
        -webkit-transform: translate(0, -35px);
    -o-transform: translate(0, -35px);
    -moz-transform: translate(0, -35px);
-
-       transition: all 0.5s ease-in-out;
-       -webkit-transition: all 0.5s ease-in-out;
-   -moz-transition: all 0.5s ease-in-out;
-   -o-transition: all 0.5s ease-in-out;
 }
 
 #notify {
@@ -161,11 +157,16 @@ 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;
        box-shadow : 0px -2px 2px rgba(0,0,0,0.1);
+
+       transition: all 0.5s ease-in-out;
+       -webkit-transition: all 0.5s ease-in-out;
+   -moz-transition: all 0.5s ease-in-out;
+   -o-transition: all 0.5s ease-in-out;
 }
 
 #notify img {
@@ -812,7 +813,7 @@ div.fatalError textarea {
 
 #feeds-holder {
        padding : 0px;
-       border-width : 0px 1px 0px 0px;
+       border-width : 0px 0px 0px 0px;
        border-style : solid;
        border-color : #ddd;
        overflow : hidden;