summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-15 13:12:02 +0300
committerAndrew Dolgov <[email protected]>2010-11-15 13:12:02 +0300
commit6e4f4ce14bb2ce14fbc73cb8b0fe82f3aa059f24 (patch)
tree897b38ccb22c1e280b941e21b697447659452e4f /tt-rss.css
parent2f01fe57a8d37767827d6db42850aef86a767c53 (diff)
remove modalbox; use dijit.Dialog; further dojo-related updates
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css61
1 files changed, 38 insertions, 23 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 1afda26ee..5200301e4 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
+}