]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
remove modalbox; use dijit.Dialog; further dojo-related updates
[tt-rss.git] / tt-rss.css
index 1afda26ee3c34e10e0a2310d10a6306cc163cf16..5200301e4fdb21f4b7687e003df590e461f59359 100644 (file)
@@ -1,4 +1,4 @@
-body {
+body#ttrssMain {
        background : white;
        color : black;
        margin : 0px;
@@ -678,35 +678,24 @@ td.selectPrompt {
        color : gray;
 }
 
-div.headlinesSubToolbar {
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #f0f0f0;
-       height : 20px;
-       line-height : 20px; 
-
-/*     position : absolute;
-       left : 0px;
-       top : 0px; 
-       height : 25px;
-       line-height : 25px; 
-       padding-left : 5px;
-       padding-right : 5px;
-       right : 0px; */
+div#headlines-toolbar {
+       border-width : 0px;
        background-color : white;
        font-size : 11px;
        font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
        color : gray;
+       padding : 0px 5px 0px 0px;
+       margin : 0px;
+       overflow : hidden;
 }
 
-div.headlinesSubToolbar * {
+/* div.headlines-toolbar * {
        line-height : normal;
-}
+} */
 
-div.headlinesSubToolbar div#subtoolbar_ftitle {
+div#headlines-toolbar div#subtoolbar_ftitle {
        float : right;
-       line-height : 20px;
-
+       /* line-height : 20px; */
 }
 
 span.contentPreview {
@@ -1047,7 +1036,7 @@ html, body, #main {
 }
 
 #toolbar div.actionChooser {
-       margin-right : 5px;
+       /* margin-right : 5px; */
        float : right;
 }
 
@@ -1558,6 +1547,7 @@ ul#headlineActionsBody {
        margin-left : -1px;
        max-height : 250px;
        overflow : auto;
+
 }
 
 ul#headlineActionsBody li {
@@ -1762,19 +1752,40 @@ div.fatalError textarea {
 
 #main {
        border-width : 0px;
+       margin : 0px;
+       padding : 0px;
+}
+
+#content-wrap {
+       padding : 0px;
+       border-width : 0px;
+       margin : 0px;
 }
 
 #feeds-holder {
        padding : 0px;
 }
 
+#headlines-wrap-inner {
+       padding : 0px;
+       margin : 0px;
+       border-width : 0px;
+}
+
 #headlines-frame {
        padding : 0px;
 }
 
+#headlinesInnerContainer {
+       font-size : 12px;
+}
+
 #toolbar {
-       padding : 4px;
+       padding : 0px;
+       margin : 0px;
        border-width : 0px;
+       white-space: nowrap;
+       font-size : 12px;
 }
 
 #header {
@@ -1788,3 +1799,7 @@ div.fatalError textarea {
        padding : 4px;
        border-width : 0px;
 }
+
+#content-insert {
+       padding : 0px;
+}