]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
pass several image files used in notify messages to frontend as base64 to prevent...
[tt-rss.git] / css / tt-rss.css
index be88d4dea16384526fae43bc20fec1dd2d811141..6476d705e86ba1af6deedbe6ac6dfeca3a085421 100644 (file)
@@ -42,6 +42,7 @@ div.postReply div.postDate {
 
 div.postReply div.postContent {
        padding : 10px;
+       font-size : 16px;
 }
 
 div.postReply div.postContent img,
@@ -134,8 +135,7 @@ a {
        text-decoration: none;
 }
 
-a:hover,
-a:focus {
+a:hover {
        color: #005580;
        text-decoration: underline;
 }
@@ -180,8 +180,8 @@ a:focus {
        width : 100%;
 }
 
-#notify span.close {
-       text-align : right;
+#notify img.close {
+       cursor : pointer;
 }
 
 #notify span {
@@ -312,6 +312,7 @@ div.filterTestHolder {
        top: -2px;
        right: -21px;
        line-height: 20px;
+       cursor : pointer;
 }
 
 .alert-success {
@@ -420,6 +421,12 @@ div.prefHelp {
        margin-right : 4px;
 }
 
+@media (max-width: 992px) {
+       #main-toolbar #selected_prompt {
+               display : none;
+       }
+}
+
 span.contentPreview {
        color : #999;
        font-weight : normal;
@@ -1019,7 +1026,7 @@ div.postContent h4 {
 }
 
 div.postContent p {
-       max-width : 650px;
+       /*max-width : 650px;*/
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
@@ -1052,18 +1059,37 @@ span.sel_links {
        vertical-align  : middle;
 }
 
-#feedTree img.feedIcon {
+/*#feedTree img.feedIcon {
        position : relative;
        top : -2px;
+}*/
+
+body#ttrssMain.claro #feedTree.dijitTree .dijitTreeNode .dijitTreeRowSelected {
+       box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
+       border-right-color : white;
+}
+
+body#ttrssMain #feedTree.dijitTree .dijitTreeContainer {
+       max-width : 100%;
+}
+
+body#ttrssMain #feedTree.dijitTree .dijitTreeRow {
+       overflow: hidden;
+       text-overflow: ellipsis;
 }
 
-body#ttrssMain #feedTree .dijitTreeRow {
+body#ttrssMain #feedTree.dijitTree .dijitTreeNode .dijitTreeRow {
        padding : 2px 0px 2px;
        height : 22px;
        border-width : 1px;
        color : #333;
 }
 
+body#ttrssMain #feedTree.dijitTree img.tinyFeedIcon {
+       position : relative;
+       top : -2px;
+}
+
 ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
        margin-right : 5px;
 }
@@ -1101,11 +1127,14 @@ body#ttrssMain #feedTree .counterNode {
        height : 14px;
 }
 
-#feedTree img[src*='indicator_white.gif'] {
+body#ttrssMain #feedTree .dijitTreeNode .loadingExpando {
+       left : -3px;
+       height : 22px;
        position : relative;
-       top : -2px;
+       top : -3px;
 }
 
+
 span.highlight {
        background-color : #ffff00;
        color : #cc90cc;
@@ -1132,6 +1161,11 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
        position : relative;
 } 
 
+#headlines-frame {
+       -webkit-transform: translateZ(0);
+       -webkit-backface-visibility: hidden;
+}
+
 :focus {
        outline: none; 
 }
@@ -1142,4 +1176,8 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
 
 .dijitDropDownButton.attachments {
        display : inline-block;
+}
+
+#editTagsDlg{
+       overflow: visible;
 }
\ No newline at end of file