]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
daemon: enable master lockfile
[tt-rss.git] / tt-rss.css
index 1e89360b585c1478cdad8fc93deaf7da0ef47ff5..3388e6dc24b6ed8bd2d1b77a8280d3745d3fb431 100644 (file)
@@ -60,17 +60,6 @@ div.postReply div.postContent img {
        max-width : 98%;
 }
 
-div.postReply div.postIcon {
-       float : right;
-       border : 0px;
-       margin : 5px;
-}
-
-div.postReply div.postIcon img {
-       max-width : 120px;
-       display : inline;
-}
-
 div.postReply div.postEnclosures {
        margin-top : 1em;
        color : gray;
@@ -530,44 +519,10 @@ div#headlines-toolbar .dijitSelect {
 div#headlines-toolbar span.r {
        float: right;
    position: relative;
-       background : #ecf4ff;
-       border-left: 5px solid white;
        padding : 0 4px 0px 4px;
        text-align : right;
 }      
 
-/* http://css-tricks.com/adobe-like-arrow-headers/ */
-
-@media screen and (-webkit-min-device-pixel-ratio:0) { 
-       div#headlines-toolbar span.r:before,
-       div#headlines-toolbar span.r:after {
-               content: "";
-          position: absolute;
-           /* Pushed down half way, will get pulled back up half height of triangle
-              ensures centering if font-size or line-height changes */
-           top: 50%;
-           width: 0;
-           height: 0;
-       }
-       div#headlines-toolbar span.r:before {
-           left: -12px;
-           /* Triangle */
-           border-top: 8px solid transparent;
-           border-bottom: 8px solid transparent;
-           border-right: 8px solid white;
-           /* Pull-up */
-           margin-top: -8px;
-       }
-       div#headlines-toolbar span.r:after {
-           /* Smaller and different position triangle */
-           left: -5px;
-           border-top: 6px solid transparent;
-           border-bottom: 6px solid transparent;
-           border-right: 6px solid #ecf4ff;
-           margin-top: -6px;
-       }
-}
-
 div#headlines-toolbar span.r span.error {
        color : red;
 } 
@@ -653,6 +608,7 @@ span.hlFeed a:hover {
 
 img.markedPic {
        cursor : pointer;
+       vertical-align : middle;
 }
 
 a.warning {
@@ -931,74 +887,6 @@ img.hlScorePic {
        height : 16px;
 }
 
-div#hotkey_help_overlay {
-       position : absolute;
-       left : 30px;
-       right : 30px;
-       top : 30px;
-       z-index : 999;
-       color : white;
-       font-size : 15px;
-       background : black;
-       border-radius : 30px;
-       padding : 10px;
-}
-
-div#hotkey_help_overlay h1 {
-       text-align : center;
-}
-
-div#hotkey_help_overlay ul {
-       list-style-type : none;
-       margin : 0px;
-}
-
-div#hotkey_help_overlay a {
-       color : #88b0f0;
-}
-
-div#hotkey_help_overlay a:hover {
-       color : white;
-}
-
-div#hotkey_help_overlay li {
-       margin : 0px;
-}
-
-div#hotkey_help_overlay p {
-       text-align : center;
-}
-
-div#hotkey_help_overlay td.n {
-       text-align : right;
-       font-weight : bold;
-       width : 6em;
-       color : #a0ffa0;
-       padding-right : 5px;
-}
-
-div#hotkey_help_overlay td {
-       vertical-align : top;
-}
-
-div#hotkey_help_overlay h1 {
-       margin : 0px;
-}
-
-div#hotkey_help_overlay h2 {
-       font-size : 16px;
-       border-width : 0px;
-       margin : 0.3em 0px 0.3em 0px;
-       text-align : center;
-       color : #88b0f0;
-}
-
-div#hotkey_help_overlay table.hho td.top,
-div#hotkey_help_overlay table.hho td.bottom {
-       text-align : center;
-       font-size : 11px;
-}
-
 div.dlgSec {
        font-size : 12px;
        color : gray;
@@ -1135,6 +1023,10 @@ span.hlUpdated {
        text-align : right;
 }
 
+div.hlLeft {
+       padding-left : 8px;
+}
+
 div.hlLeft input {
        margin-left : 4px;
        margin-right : 4px;
@@ -1142,19 +1034,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 {
@@ -1184,7 +1068,9 @@ div.fatalError textarea {
 
 #content-wrap {
        padding : 0px;
-       border-width : 0px;
+       border-width : 0px 0px 1px 1px;
+       border-style : solid;
+       border-color : #c0c0c0;
        margin : 0px;
 }
 
@@ -1216,12 +1102,6 @@ div.fatalError textarea {
        display : none;
 }
 
-#content-tabs {
-       margin : 0px;
-       padding : 0px;
-       border-width : 0px;
-}
-
 #toolbar {
        padding : 0px;
        margin : 0px;
@@ -1283,6 +1163,7 @@ div.fatalError textarea {
 img.feedIcon, img.tinyFeedIcon {
        width : 16px;
        height : 16px;
+       vertical-align : middle;
 }
 
 div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
@@ -1344,13 +1225,6 @@ a.bookmarklet {
        padding : 2px;
 }
 
-#newVersionIcon {
-       margin-left : 5px;
-       vertical-align : middle;
-       position : relative;
-       top : -1px;
-}
-
 .player {
        display : inline-block;
        color : gray;
@@ -1411,6 +1285,28 @@ ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitChec
        margin-right : 5px;
 }
 
-table.prefPrefsList td labe/ {
+table.prefPluginsList td label, table.prefUserList td {
        cursor : pointer;
 }
+
+ul.helpKbList {
+       max-height : 300px;
+       overflow : auto;
+       list-style-type : none;
+       border : 1px solid #c0c0c0;
+       background-color : #ecf4ff;
+       margin : 0px 0px 5px 0px;
+       padding : 5px;
+}
+
+ul.helpKbList span.hksequence {
+       width : 6em;
+       margin-left : 20px;
+       color : #88b0f0;
+       font-weight : bold;
+       display : inline-block;
+}
+
+ul.helpKbList h2 {
+       margin-top : 0px;
+}