]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
notify msg: reduce padding
[tt-rss.git] / css / tt-rss.css
index dd3ce818f843d03edf8a4ddeb85ec500153cf5c3..b8da2ce0eb50db3eedb79275672ff970125523aa 100644 (file)
@@ -42,6 +42,7 @@ div.postReply div.postDate {
 
 div.postReply div.postContent {
        padding : 10px;
+       font-size : 16px;
 }
 
 div.postReply div.postContent img,
@@ -179,14 +180,14 @@ a:hover {
        width : 100%;
 }
 
-#notify span.close {
-       text-align : right;
+#notify img.close {
+       cursor : pointer;
 }
 
 #notify span {
        display : table-cell;
        vertical-align : middle;
-       padding : 4px;
+       padding : 2px;
 }
 
 .notify {
@@ -311,6 +312,7 @@ div.filterTestHolder {
        top: -2px;
        right: -21px;
        line-height: 20px;
+       cursor : pointer;
 }
 
 .alert-success {
@@ -419,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;
@@ -809,8 +817,8 @@ div.fatalError button {
 }
 
 div.fatalError textarea {
-       width : 100%;
-       height : 100px;
+       width : 565px;
+       height : 200px;
 }
 
 #ttrssMain #main {
@@ -1007,6 +1015,10 @@ span.collapseBtn {
        cursor : pointer;
 }
 
+span.collapseBtn img {
+       vertical-align : middle;
+}
+
 div.postContent h1 {
        font-size : 16px;
 }
@@ -1018,7 +1030,7 @@ div.postContent h4 {
 }
 
 div.postContent p {
-       max-width : 650px;
+       /*max-width : 650px;*/
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
@@ -1051,18 +1063,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 .dijitTreeRow {
+body#ttrssMain #feedTree.dijitTree .dijitTreeContainer {
+       max-width : 100%;
+}
+
+body#ttrssMain #feedTree.dijitTree .dijitTreeRow {
+       overflow: hidden;
+       text-overflow: ellipsis;
+}
+
+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;
 }
@@ -1100,11 +1131,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;
@@ -1131,6 +1165,11 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
        position : relative;
 } 
 
+#headlines-frame {
+       -webkit-transform: translateZ(0);
+       -webkit-backface-visibility: hidden;
+}
+
 :focus {
        outline: none; 
 }
@@ -1141,4 +1180,8 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
 
 .dijitDropDownButton.attachments {
        display : inline-block;
+}
+
+#editTagsDlg{
+       overflow: visible;
 }
\ No newline at end of file