]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
css: remove dejavu sans
[tt-rss.git] / css / tt-rss.css
index 1604ba78a9e459dd27dd69dc38419ecf9c831097..a908523baf6265e5cc3bf830a34d72483c50e861 100644 (file)
@@ -32,7 +32,7 @@ div.postReply div.postTitle {
        font-weight : 600;
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -42,6 +42,7 @@ div.postReply div.postDate {
 
 div.postReply div.postContent {
        padding : 10px;
+       font-size : 16px;
 }
 
 div.postReply div.postContent img,
@@ -86,7 +87,7 @@ h1 {
        font-weight : 600;
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -98,7 +99,7 @@ h2 {
        border-color : #ecf4ff;
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -110,7 +111,7 @@ h3 {
        font-weight : 600;
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -119,7 +120,7 @@ h4 {
        font-weight : 600;
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -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 {
@@ -213,7 +214,7 @@ a:hover {
        font-weight : 600;
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
        color : #777;
 }
@@ -311,6 +312,7 @@ div.filterTestHolder {
        top: -2px;
        right: -21px;
        line-height: 20px;
+       cursor : pointer;
 }
 
 .alert-success {
@@ -374,7 +376,7 @@ div.prefHelp {
 #main-toolbar table *,
 #main-toolbar .actionChooser * {
        text-rendering: optimizelegibility;
-       font-family : "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+       font-family : "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
        font-size : 12px;
 
@@ -815,8 +817,8 @@ div.fatalError button {
 }
 
 div.fatalError textarea {
-       width : 100%;
-       height : 100px;
+       width : 565px;
+       height : 200px;
 }
 
 #ttrssMain #main {
@@ -1013,6 +1015,10 @@ span.collapseBtn {
        cursor : pointer;
 }
 
+span.collapseBtn img {
+       vertical-align : middle;
+}
+
 div.postContent h1 {
        font-size : 16px;
 }
@@ -1067,6 +1073,15 @@ body#ttrssMain.claro #feedTree.dijitTree .dijitTreeNode .dijitTreeRowSelected {
        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.dijitTree .dijitTreeNode .dijitTreeRow {
        padding : 2px 0px 2px;
        height : 22px;
@@ -1087,7 +1102,7 @@ body#ttrssMain #feedTree {
        height : 100%;
        overflow-x : hidden;
        text-rendering: optimizelegibility;
-       font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+       font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }