]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
notice/warning style updates
[tt-rss.git] / tt-rss.css
index d7dff96e03271def33022364235070ca656901ee..b74aa487bbf25fb1bf3283113b13b650fc70f81f 100644 (file)
@@ -83,6 +83,7 @@ ul.feedCatList li {
 
 ul.feedList li {
        margin : 0px;
+       font-size : small;
 }
 
 li.feedUnread, 
@@ -214,9 +215,9 @@ input.editbox {
        padding-left : 2px;
 }
 
-.notify {
-       background : #fff7d5;
-       border : 1px solid #d7c47a;
+#notify {
+       border-width : 1px;
+       border-style : solid;
        top : 10px;
        right : 35%;
        min-width : 30%;
@@ -230,6 +231,18 @@ input.editbox {
        padding : 5px 5px 5px 5px;
 }
 
+.notify {
+       border-color : #d7c47a;
+       background-color : #fff7d5;
+       color : black;
+}
+
+.notifyError {
+       background-color : #ffcccc;
+       border-color : #ff0000;
+       color : black;
+}
+
 #dispSwitch {
        font-size : x-small;
        text-align : right;
@@ -489,6 +502,10 @@ div.prefsTab:hover {
        cursor : pointer;
 }
 
+div.prefsTabSelected:hover {
+       cursor : pointer;
+}
+
 div.prefsTab {
        float : left;
        border-width : 1px 1px 0px 1px;
@@ -498,6 +515,7 @@ div.prefsTab {
        padding : 3px 5px 3px 5px;
        font-size : small;
        position : relative;
+       bottom : -1px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        min-width : 100px;
@@ -514,6 +532,7 @@ div.prefsTabSelected {
        background-color : #ecf4ff;
        font-size : small;
        position : relative;
+       bottom : -1px;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        font-weight : bold;
@@ -525,7 +544,7 @@ div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
        padding : 5px;
-       margin : 5px;
+       margin : 0px 0px 5px 0px;
        font-size : small;
 }
 
@@ -533,7 +552,7 @@ div.notice {
        background : #ffffff;
        border : 1px solid #88b0f0;
        padding : 5px;
-       margin : 5px;
+       margin : 0px 0px 5px 0px;
        font-size : small;
 }
 
@@ -612,29 +631,41 @@ td.selectPrompt {
        color : gray;
 }
 
+table.headlinesSubToolbar {
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #f0f0f0;
+       position : absolute;
+       left : 1px;
+       top : 0px;
+       height : 25px;
+       right : 0px;
+       background-color : white;
+}
+
 table.headlinesSubToolbar td.headlineActions {
        font-size : x-small;
        color : gray;
-       padding : 5px 0px 5px 5px;
+       padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineActionsRTL {
        font-size : x-small;
        color : gray;
-       padding : 5px 5px 5px 0px;
+       padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineTitle {
        font-size : x-small;
        color : gray;
-       padding : 5px 5px 5px 0px;
+       padding : 0px 5px 0px 5px;
        text-align : right;
 }
 
 table.headlinesSubToolbar td.headlineTitleRTL {
        font-size : x-small;
        color : gray;
-       padding : 5px 0px 5px 5px;
+       padding : 0px 5px 0px 5px;
        text-align : left;
 }
 
@@ -714,27 +745,30 @@ td.hlFeed {
 }
 
 div.cdmArticle {
-       border : 1px solid #f0f0f0;
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
        background-color : #fafafa;
-       -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
 }
 
 div.cdmArticleUnread {
-       border : 1px solid #d5f1f4;
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
        background-color : #fafeff;
-       -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
 }
 
 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
-         -moz-border-radius : 5px;
-       margin : 10px 10px 0px 10px;
+       margin : 0px;
        padding : 10px;
        background-color : #fff7d5;
-                 border : 1px solid #e7d796;
+       border-color : #e7d796;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
 }
 
 div.cdmArticleUnread div.cdmHeader a.title, 
@@ -1141,7 +1175,7 @@ div.headlines_cdm {
        bottom : 40px;
        top : 85px;
        right : 0px;
-       overflow : auto;
+       overflow : hidden;
        font-size : small;
        border-collapse : collapse;
        width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
@@ -1206,8 +1240,12 @@ div.headlines_cdm {
 }
 
 #headlinesInnerContainer {
-       height : 280px;
        overflow : auto;
+       position : absolute;
+       left : 1px;
+       right : 0px;
+       bottom : 0px;
+       top : 25px; 
 }
 
 /* preferences layout */
@@ -1216,6 +1254,7 @@ div.headlines_cdm {
        color : #4684ff;
        font-size : small;
        margin : 10px;
+       height : 33px;
 }
 
 div.return {
@@ -1249,6 +1288,9 @@ div.return a:hover {
        border-width : 1px 0px 0px 0px;
        border-color : #88b0f0;
        border-style : solid;
+       height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
+       width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
+
 
 }