summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorArt4 <[email protected]>2015-02-19 23:17:43 +0100
committerArt4 <[email protected]>2015-02-19 23:17:43 +0100
commitd9c042c4c536f1afbf206aeea09b0b127b7b6418 (patch)
tree9d7ef18c6d9d4c8f8f4d1c9a5dbfceeb9fd5acf4 /css/tt-rss.css
parentcf42b79120290ee5866136a0c4656e6999f06045 (diff)
parent4ca621a36016de1fbb5447e1c1de0b607ba94a7c (diff)
Merge branch 'master' into patch-1
Conflicts: locale/de_DE/LC_MESSAGES/messages.po
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css43
1 files changed, 32 insertions, 11 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index d732c13ba..693541a7c 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -7,6 +7,11 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
font-size: 14px;
}
+body#ttrssMain {
+ overflow : hidden;
+ max-height : 100%;
+}
+
div.postReply {
padding : 0px;
}
@@ -138,18 +143,30 @@ a:hover {
position : absolute;
}
+#notify.visible {
+ transform: translate(0, -35px);
+ -webkit-transform: translate(0, -35px);
+ -o-transform: translate(0, -35px);
+ -moz-transform: translate(0, -35px);
+}
+
#notify {
- bottom : 10px;
- right : 20px;
- border-width : 1px;
+ bottom : -35px;
+ right : 0px;
+ height : 20px;
+ left : 0px;
+ border-width : 1px 0px 0px 0px;
border-style : solid;
- position : absolute;
+ position : fixed;
font-size : 12px;
z-index : 99;
- max-width : 200px;
- min-width : 100px;
padding : 5px;
- -width : 200px;
+ 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 {
@@ -176,17 +193,17 @@ a:hover {
background-color : #fff7d5;
}
-.notify.progress {
+.notify.notify_progress {
border-color : #d7c47a;
background-color : #fff7d5;
}
-.notify.info {
+.notify.notify_info {
border-color : #88b0f0;
background-color : #ecf4ff;
}
-.notify.error {
+.notify.notify_error {
background-color : #ffcccc;
border-color : #ff0000;
}
@@ -324,6 +341,10 @@ div.prefHelp {
color : #555;
}
+.small {
+ font-size : 11px;
+}
+
#main-toolbar > * {
white-space : nowrap;
display : table-cell;
@@ -796,7 +817,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;