]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
better feedback for new version notifier
[tt-rss.git] / tt-rss.css
index a24a7968caaff2877417b8e976db5dc28b079f80..1f95142c6d647eb1ec1a8265c423347bdcd54187 100644 (file)
@@ -51,7 +51,6 @@ ul.feedList {
        margin : 5px;
        padding : 0px 0px 0px 5px;
        font-size : small;
-       white-space : nowrap;
 }
 
 ul.feedList li.feedCat {
@@ -77,7 +76,7 @@ ul.feedCatList {
 
 ul.feedCatList li {
        margin : 0px;
-       padding : 0px 0px 0px 0px;
+       padding : 0px 0px 2px 0px;
        color : black;
 }
 
@@ -86,6 +85,10 @@ ul.feedList li {
        font-size : small;
 }
 
+ul.feedCatList img {
+       vertical-align : bottom;
+}
+
 li.feedUnread, 
 li.errorUnread, 
 li.labelUnread, 
@@ -243,6 +246,11 @@ input.editbox {
        color : black;
 }
 
+.notifyError span:hover {
+       color : red;
+       cursor : pointer;
+}
+
 #dispSwitch {
        font-size : x-small;
        text-align : right;
@@ -481,6 +489,14 @@ div.infoBoxContents td {
        font-size : small;
 }
 
+div.infoBoxContents a {
+       color : #4684ff;
+}
+
+div.infoBoxContents a:hover {
+       color : black;
+}
+
 div.helpResponse h1, div.infoBoxContents h1 {
 /*        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -564,19 +580,20 @@ div.notice {
        font-size : small;
 }
 
+div.error {
+       border : 1px solid #ff0000;
+       background : #ffcccc;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
+       font-size : small;
+}
+
 ul.nomarks {
        list-style-type : none;
        margin : 0px;
        padding : 10px; 
 }
 
-div.bigErrorMsg {
-       border : 1px solid #c0c0c0;
-       background : #fff0f0;
-       padding : 30px;
-       margin : 20px;
-}
-
 div.prefHelp, td.prefHelp {
        font-size : small;
        color : gray;
@@ -597,7 +614,7 @@ table.innerLoginForm td {
        padding : 3px 3px 5px 3px;
 }
 
-span.insensitive {
+span.insensitive, div.insensitive {
        color : gray;
 }
 
@@ -713,16 +730,28 @@ table.headlinesList tr td {
        padding : 2px 0px 2px 0px;
 }
 
-div.postHeader td.postDate {
+div.postHeader div.postDate {
        font-size : x-small;
        text-align : right;
        color : gray;
+       float : right;
 }
 
-div.postHeader td.postDateRTL {
+div.postHeader div.postDateRTL {
        font-size : x-small;
        text-align : left;
        color : gray;
+       float : right;
+}
+
+div.postReply span.tagList {
+       color : gray;
+       font-size : x-small;
+}
+
+div.postHeader div {
+       padding-bottom : 3px;
+       font-size : x-small;
 }
 
 #feedUpdateErrors {
@@ -794,6 +823,16 @@ div.cdmFooter {
        padding-top : 5px;
 }
 
+div.cdmFooter img.markedPic {
+       width : 16px;
+       height : 16px;
+       float : right;
+}
+
+div.cdmHeader div.articleUpdated {
+       float : right;
+}
+
 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
        margin : 0px;
 }
@@ -825,6 +864,16 @@ span.groupPrompt {
        color : #4684ff;
 }
 
+ul.feedErrorsList {
+       height : 300px;
+       overflow : auto;
+       list-style-type : none;
+       border : 1px solid #88b0f0;
+       background-color : white;
+       margin : 0px 0px 5px 0px;
+       padding : 0px;
+}
+
 ul.userFeedList {
        height : 300px;
        overflow : auto;
@@ -1023,7 +1072,7 @@ form {
 }
 
 #main_toolbar_form {
-       display : inline;
+       float : left;
 }
 
 div.feedExtInfo {
@@ -1307,3 +1356,95 @@ div.return a:hover {
        bottom : 2px;
        right : 2px;
 }
+
+a.feedUpdErrLink {
+       color : #ff0000;
+       display : block;
+       margin-bottom : 0.5em;
+}
+
+.catCtrHasUnread {
+       font-weight : bold;
+}
+
+.catCtrNoUnread {
+       display : none;
+}
+
+ul.headlineDropdownMenu {
+       list-style-type : none;
+       margin : 0px;
+       padding : 0px;
+}
+
+ul.headlineDropdownMenu li.top {
+       float : left;
+       width : 9em;
+       background-image : url("images/down_arrow.png");
+       background-position : center right;
+       background-repeat : no-repeat;
+       margin : 0px; 
+       cursor : pointer;
+       border-width : 1px 1px 1px 1px;
+       border-color : transparent;
+       border-style : solid;
+}
+
+ul.headlineDropdownMenu li.top2 {
+       float : left;
+}
+
+ul.headlineDropdownMenu li.vsep {
+       float : left;
+       margin : 0px 5px 0px 0px;
+       border-width : 0px 1px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : dotted;
+       color : white;
+}
+
+ul.headlineDropdownMenu li.top:hover {
+       cursor : pointer;
+       border-width : 1px 1px 0px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
+}
+
+ul.headlineDropdownMenu li.top:hover ul {
+       display : block;
+}
+
+ul.headlineDropdownMenu ul {
+       list-style-type : none;
+       position : absolute;
+       float : none;
+       margin : 0px;
+       padding : 0px;
+       display : none;
+       background-color : white;
+       width : 9em;
+       z-index : 3;
+       top : auto;
+       left : auto;
+       border-width : 0px 1px 1px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       margin-left : -1px;
+}
+
+ul.headlineDropdownMenu ul li {
+       float: none;
+       padding : 2px 0px 2px 10px;
+       color : black;
+}
+
+ul.headlineDropdownMenu ul li:hover {
+       color : #4684ff;
+       background-color : #f0f0f0;
+}
+
+#newVersionIcon {
+       vertical-align : middle;
+       cursor : pointer;
+       display : none;
+}