}
} catch (e) { };
+ $("headlines-frame").removeClassName("cdm");
+ $("headlines-frame").removeClassName("normal");
+
+ $("headlines-frame").addClassName(isCdmMode() ? "cdm" : "normal");
+
var headlines_count = reply['headlines-info']['count'];
vgroup_last_feed = reply['headlines-info']['vgroup_last_feed'];
-html, body#ttrssPrefs, #main {
- width: 100%;
- height: 100%;
- border: 0;
- padding: 0;
- margin: 0;
-}
-
#header a {
color : #4684ff;
}
color : gray;
}
+.dijitAccordionContainer-child {
+ box-shadow : inset 0px 0px 3px rgba(0,0,0,0.2);
+}
+
font-size: 14px;
}
+html, body#ttrssMain, body#ttrssPrefs, #main {
+ width: 100%;
+ height: 100%;
+ border: 0;
+ padding: 0;
+ margin: 0;
+}
+
+
body#ttrssPrefs {
background-color : #ecf4ff;
}
border-style : solid;
border-color : #c0c0c0;
background : #fafafa;
- box-shadow : 0px 0px 3px 0px #ccc;
+ box-shadow : 0px 0px 3px 0px rgba(0,0,0,0.1);
padding : 5px;
color : #909090;
}
div.postReply div.postContent {
padding : 10px;
- font-size : 12px;
}
div.postReply div.postContent img {
color : black;
}
+.hl.active {
+ box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
+}
+
.hl.active div.hlTitle a {
color : #4684ff;
}
background : #f0f0f0;
}
+#headlines-frame.normal {
+ font-size : 13px;
+}
+
.hl {
border-width : 0px 0px 1px 0px;
border-style : solid;
div.postHeader div {
padding-bottom : 3px;
- font-size : 12px;
}
#feedUpdateErrors {
}
#allEntryTags {
- font-size : 12px;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
padding : 1em;
}
-html, body#ttrssMain, #main {
+/* html, body#ttrssMain, #main {
width: 100%;
height: 100%;
- border: 0;
padding: 0;
margin: 0;
-}
+} */
#toolbar div.actionChooser {
display : table-cell;
height : 100px;
}
-#main {
+#ttrssMain #main {
border-width : 0px;
margin : 0px;
padding : 0px;
border-bottom-width : 0px;
border-top-width : 0px;
overflow : hidden;
+ box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
}
#headlines-wrap-inner {
border-style : solid;
border-width : 0px;
margin-top : 0px;
+ box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
}
#headlines-toolbar_splitter, #toolbar_splitter {
border-width : 0px;
white-space: nowrap;
font-size : 12px;
+ box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
}
#header {
border-color : #ecf4ff;
max-width : 100%;
}
+