]> 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 130b0e37afab971e334db0b47ba4022d77b977a1..5200301e4fdb21f4b7687e003df590e461f59359 100644 (file)
@@ -1,4 +1,4 @@
-body {
+body#ttrssMain {
        background : white;
        color : black;
        margin : 0px;
@@ -678,33 +678,24 @@ td.selectPrompt {
        color : gray;
 }
 
-div.headlinesSubToolbar {
-       border-width : 0px 0px 1px 0px;
-       border-style : solid;
-       border-color : #f0f0f0;
-       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 : 25px;
-
+       /* line-height : 20px; */
 }
 
 span.contentPreview {
@@ -799,7 +790,7 @@ span.groupPrompt {
 }
 
 div.tagCloudContainer {
-       border : 1px solid #99d67a;
+       border : 1px solid gray;
        background-color : white;
        margin : 5px 0px 5px 0px;
        padding : 5px;
@@ -1036,9 +1027,22 @@ div.whiteBox {
        padding : 1em;
 }
 
+html, body, #main {
+       width: 100%; 
+       height: 100%;
+       border: 0; 
+       padding: 0; 
+       margin: 0;
+}
+
+#toolbar div.actionChooser {
+       /* margin-right : 5px; */
+       float : right;
+}
+
 /* layout */
 
-#header {
+/* #header {
        position : absolute;
        white-space: nowrap;
        top : 5px;
@@ -1126,21 +1130,6 @@ div.headlines_cdm {
        border-collapse : collapse;
 }
 
-/*#resize-grabber {
-       position : absolute;
-       border-width : 1px;
-       border-style : dotted;
-       border-color : #88b0f0;
-       background-color : white;
-       width : 8px;
-       height : 8px;
-       z-index : 20;
-       right : 20px;
-       top : 20px;
-       display : none;
-       cursor : move;
-}*/
-
 #resize-grabber {
        height : 5px;
        border-width : 0px 0px 1px 0px;
@@ -1200,7 +1189,7 @@ div.headlines_cdm {
        right : 0px;
        bottom : 0px;
        top : 25px; 
-}
+} */
 
 /* preferences layout */
 
@@ -1497,7 +1486,7 @@ div#l_progress_i {
        height : 10px;
 }
 
-#content-insert {
+/* #content-insert {
        background-color : white;
        overflow : auto;
        position : absolute;
@@ -1505,7 +1494,7 @@ div#l_progress_i {
        right : 0px;
        bottom : 0px;
        top : 6px; 
-}
+} */
 
 div.dlgSec {
        font-size : 12px;
@@ -1558,6 +1547,7 @@ ul#headlineActionsBody {
        margin-left : -1px;
        max-height : 250px;
        overflow : auto;
+
 }
 
 ul#headlineActionsBody li {
@@ -1749,3 +1739,67 @@ div.hlUpdPic {
 div.hlUpdPic img {
        max-width : 16px;
 }
+
+
+div.fatalError button {
+       margin-top : 5px;
+}
+
+div.fatalError textarea {
+       width : 100%;
+       height : 100px;
+}
+
+#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 : 0px;
+       margin : 0px;
+       border-width : 0px;
+       white-space: nowrap;
+       font-size : 12px;
+}
+
+#header {
+       padding : 4px;
+       border-width : 0px;
+}
+
+#footer {
+       text-align : center;
+       color : gray;
+       padding : 4px;
+       border-width : 0px;
+}
+
+#content-insert {
+       padding : 0px;
+}