]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
try to parse new headline elements after they have been deduplicated
[tt-rss.git] / tt-rss.css
index e438edb9f7dbe1f0b74580260f060d745d948a98..c1200bd41a83e066ba613be005285d69b005d481 100644 (file)
@@ -33,7 +33,10 @@ div.postReply div.postHeader {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #88b0f0;
-       background : #f7faff;
+       background-color : white;
+       background : url("images/toolbar.png");
+       background-position : bottom left;
+       background-repeat : repeat-x;
        padding : 5px;
        color : #909090;
 }
@@ -281,7 +284,8 @@ table.prefPrefsList tr:hover td.prefValue input {
 } */
 
 table.prefPrefsList h3 {
-       margin-top : 0px;
+       margin-top : 0.5em;
+       margin-bottom : 0px;
 }
 
 tr.title td {
@@ -526,7 +530,7 @@ div#headlines-toolbar .dijitSelect {
 div#headlines-toolbar span.r {
        float: right;
    position: relative;
-       background : #f7faff;
+       background : #ecf4ff;
        border-left: 5px solid white;
        padding : 0 4px 0px 4px;
        text-align : right;
@@ -569,7 +573,7 @@ div#headlines-toolbar span.r span.error {
 } 
 
 div#headlines-toolbar span.r a {
-       color : #4684ff;
+       color : gray;
 }
 
 div#headlines-toolbar span.r a:hover {
@@ -649,6 +653,7 @@ span.hlFeed a:hover {
 
 img.markedPic {
        cursor : pointer;
+       vertical-align : middle;
 }
 
 a.warning {
@@ -1131,6 +1136,10 @@ span.hlUpdated {
        text-align : right;
 }
 
+div.hlLeft {
+       padding-left : 8px;
+}
+
 div.hlLeft input {
        margin-left : 4px;
        margin-right : 4px;
@@ -1138,19 +1147,11 @@ div.hlLeft input {
 
 div.hlLeft img, div.hlRight img {
        margin : 0px 4px 0px 4px;
-
 }
 
-div.hlUpdPic {
-       display : table-cell;
-       padding-right : 4px;
-       padding-left : 4px;
-       text-align : center;
-       vertical-align : middle;
-}
-
-div.hlUpdPic img {
-       max-width : 16px;
+div.hlLeft img {
+       width : 16px;
+       height : 16px;
 }
 
 div.fatalError {
@@ -1334,13 +1335,6 @@ span.labelFixedLength {
        border : 1px solid #c0c0c0;
 }
 
-.dijitDialog .dijitDialogPaneContent {
-       background-color : white;
-       background-image : url("images/toolbar.png");
-       background-repeat : repeat-x;
-       background-position : bottom;
-}
-
 a.bookmarklet {
        color : #4684ff;
        border : 1px solid #ecf4ff;
@@ -1413,3 +1407,7 @@ ul#filterDlg_Matches li, ul#filterDlg_Actions li {
 ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
        margin-right : 5px;
 }
+
+table.prefPrefsList td labe/ {
+       cursor : pointer;
+}