]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
fix view() being called twice on every headline click, experimental progress indicato...
[tt-rss.git] / tt-rss.css
index ba69820fd9b301751921bb6fc1270c63c1def510..021af11d89b4c383124ca0b51f3fa6f964a0fa85 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;
@@ -883,6 +921,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;
@@ -1698,10 +1741,13 @@ a.feedUpdErrLink {
        display : none;
 }
 
-#newVersionIcon {
+div.topLinks img {
        vertical-align : middle;
        cursor : pointer;
-       margin-left : 10px;
+}
+
+#offlineModePic {
+       margin-left : 5px;
 }
 
 a.helpLinkPic {
@@ -1763,7 +1809,6 @@ div.autocomplete ul li {
 
 div.topLinks {
        float : right;
-       margin-right : 5px;
        color : gray;
 }
 
@@ -2098,9 +2143,21 @@ div.labelColorIndicator {
        font-height : 9px;
        text-align : center;
        border : 1px solid black;
+       float : left;
+       background-color : #fff7d5;     
+       color : #063064;
+       margin-right : 10px;
+}
+
+div.colorPicker div.colorPickerEntry:hover {
+       border : 1px solid #88b0f0;
+}
+
+div.colorPicker div.ccPrompt:hover {
+       color : black;
 }
 
-div.colorPickerEntry {
+div.colorPicker div.colorPickerEntry {
        height : 15px;
        width : 15px;
        line-height : 13px;
@@ -2111,13 +2168,47 @@ div.colorPickerEntry {
        float : left;
 }
 
-div#colorPicker {
+div.colorPicker {
        border : 1px solid #cccccc;
        background : #f0f0f0;
        width : 110px;
        padding : 0px 0px 5px 5px;
        position : absolute;
-       left : 150px;
-       top : 50px;
+       left : auto;
+       top : auto;
        z-index : 3;
+       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;
+}
+