]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
actions dropbox layout fix
[tt-rss.git] / tt-rss.css
index 3fbf51fc0153269b764e3ea4a8a109caadb1b2a0..0511979bb8dcc13489fda45a65446d60a3f1d324 100644 (file)
@@ -66,13 +66,51 @@ div.postReply div.postEnclosures {
 div.postReply img.tagsPic {
        width : 16px;
        height : 16px;
+       margin-left : 4px;
        vertical-align : middle;
 }
 
+div.articleNote div.articleNoteOps {
+       text-align : center;
+       color : #9a8c59;
+       font-style : italic;
+       margin-top : 5px;
+}
+
+div.articleNote div.articleNoteOps a {
+       color : #9a8c59;
+}
+
+div.articleNote div.articleNoteOps a:hover {
+       color : black;
+}
+
+div.articleNote {
+       background-color : #fff7d5;
+       border-width : 1px;
+       padding : 5px;
+       border-style : dashed;
+       border-color : #e7d796;
+       font-size : 8px;
+       margin-bottom : 5px;
+       margin-top : 5px;
+       margin-left : 5px;
+       float : right;
+       color : #9a8c59;
+       max-width : 150px;
+       text-align : justify;
+}
+
 div.postReply span.author {
        font-size : 12px;
 }
 
+ul.feedList img.hlLoading {
+       margin-left : 5px;
+       vertical-align : middle;
+       height : 10px;
+}
+
 ul.feedList {
        list-style-type : none;
        margin : 5px 5px 5px 0px;
@@ -544,14 +582,15 @@ div.helpResponse {
 }
 
 #infoBoxTitle {
-       border-width : 1px 1px 1px 1px;
+       border-width : 0px 0px 1px 0px;
        border-style : solid;
-       border-color : #99d67a;
+       border-color : #659a4c;
        background-color : #99d67a;
        padding : 4px 2px 4px 10px;
        color : white;
        font-weight : bold;
-       font-size : 12px;
+       font-size : 16px;
+       text-shadow : #659a4c 0px 1px 0px;
 }
 
 /* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
@@ -559,12 +598,13 @@ div.helpResponse {
 #infoBox {     
        border-width : 1px 1px 1px 1px;
        border-style : solid;
-       border-color : #99d67a;
+       border-color : #659a4c;
        background-color : #f8fcf5;
        position: relative;
        overflow : hidden;
        left : -4px;
        top : -4px;
+       
 }
 
 div#errorBox {
@@ -611,7 +651,7 @@ html>body #infoBox, html>body #errorBox {
        background-image : url("images/shadow.png");
        background-position : bottom right;
        left : 25%;
-       top : 70px;
+       top : 50px;
        width : 50%;
        position : absolute;
        min-width : 600px;
@@ -883,6 +923,11 @@ table.headlinesList span.hlLabelRef, div.cdmHeader span.hlLabelRef {
        white-space: nowrap;
 }
 
+table.headlinesList img.hlLoading {
+       margin-left : 5px;
+       vertical-align : middle;
+}
+
 table.headlinesList td.hlFeedIcon {
        width : 25px;
        text-align : center;
@@ -1490,6 +1535,11 @@ div.whiteBox {
        border-collapse : collapse;
 }
 
+#toolbar div.actionChooser {
+       margin-right : 5px;
+       float : right;
+}
+
 #toolbar {
        position : absolute;
        left : 261px;
@@ -1703,7 +1753,7 @@ div.topLinks img {
        cursor : pointer;
 }
 
-#restartOfflinePic {
+#offlineModePic {
        margin-left : 5px;
 }
 
@@ -2137,4 +2187,47 @@ div.colorPicker {
        color : #909090;
 }
 
+div#offlineModeDrop div {
+       padding : 2px 2px 2px 2px;
+       text-align : left;
+}
 
+div#offlineModeDrop {
+       position : absolute;
+       margin : 0px;
+       padding : 2px;
+       background-color : white;
+       z-index : 2;
+       margin : 2px 0px 0px 0px;
+       top : auto;
+       right : 0px;
+       border : 1px solid #cccccc;
+       background : white;
+       min-width : 170px;
+       margin-left : -1px;
+       max-height : 250px;
+       overflow : auto;
+       color : #909090;
+}
+
+optgroup {
+       color : #5050aa;
+       font-style : normal;
+}
+
+option {
+       color : black;
+}
+
+div#cmdline {
+       position : absolute;
+       left : 5px;
+       bottom : 5px;
+       font-size : 11px;
+       color : gray;
+       font-weight : bold;
+       background-color : white;
+       border : 1px solid #88b0f0;
+       padding : 3px 5px 3px 5px;
+       z-index : 5;
+}