]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
actions dropbox layout fix
[tt-rss.git] / tt-rss.css
index 3946d6fcbd00c87df0b3d47d31f0ed246612288a..0511979bb8dcc13489fda45a65446d60a3f1d324 100644 (file)
@@ -71,8 +71,10 @@ div.postReply img.tagsPic {
 }
 
 div.articleNote div.articleNoteOps {
-       float : right;
+       text-align : center;
        color : #9a8c59;
+       font-style : italic;
+       margin-top : 5px;
 }
 
 div.articleNote div.articleNoteOps a {
@@ -90,14 +92,25 @@ div.articleNote {
        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;
@@ -569,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 */
@@ -584,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 {
@@ -636,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;
@@ -908,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;
@@ -1515,6 +1535,11 @@ div.whiteBox {
        border-collapse : collapse;
 }
 
+#toolbar div.actionChooser {
+       margin-right : 5px;
+       float : right;
+}
+
 #toolbar {
        position : absolute;
        left : 261px;
@@ -2193,3 +2218,16 @@ optgroup {
 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;
+}