summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-27 19:03:35 +0400
committerAndrew Dolgov <[email protected]>2014-01-27 19:03:35 +0400
commitd44f3da4be8fc11543765b9dcc2743083bfd8be0 (patch)
treebe554400c26cd0b02bd5c8f940af975ef531ee3d
parent8d53c81874faabe9f0c78922a4d263ee5f067082 (diff)
default theme updates
-rw-r--r--classes/feeds.php2
-rw-r--r--css/cdm.css14
-rw-r--r--css/tt-rss.css138
-rw-r--r--images/treeExpandImages.pngbin0 -> 288 bytes
-rw-r--r--js/tt-rss.js12
5 files changed, 105 insertions, 61 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 5fc75cb2f..536f1b793 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -725,7 +725,7 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "</div>";
$reply['content'] .= "</div>";
- $reply['content'] .= "</div><hr/>";
+ $reply['content'] .= "</div>";
$reply['content'] .= "</div>";
diff --git a/css/cdm.css b/css/cdm.css
index c6e309d27..5b004fccf 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -73,10 +73,16 @@ div.cdm.expanded {
margin-bottom : 4px;
}
+div.cdm.expanded div.cdmFooter {
+ border-style : solid;
+ border-width : 0px 0px 1px 0px;
+ border-color : #f0f0f0;
+}
+
div.cdm.expandable {
background-color : #f0f0f0;
border-width : 0px 0px 1px 0px;
- border-color : #c0c0c0;
+ border-color : #ddd;
border-style : solid;
}
@@ -98,8 +104,6 @@ div.cdm.expandable.Selected {
}
div.cdm.expandable.active {
- box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
- border-color : #88b0f0;
background : white ! important;
}
@@ -247,9 +251,9 @@ div#floatingTitle {
right : 0px;
left : 0px;
border-color : #ccc;
- border-width : 1px 0px 1px 0px;
+ border-width : 0px 0px 1px 0px;
border-style : solid;
- background : #fcfcfc;
+ background : white;
color : #555;
box-shadow : 0px 1px 1px 0px rgba(0,0,0,0.1);
}
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 559b8f92b..41f163ccb 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -24,8 +24,8 @@ div.postReply {
div.postReply div.postHeader {
border-width : 0px 0px 1px 0px;
border-style : solid;
- border-color : #c0c0c0;
- background : #fafafa;
+ border-color : #eee;
+ background : white;
box-shadow : 0px 0px 3px 0px rgba(0,0,0,0.1);
padding : 5px;
color : #909090;
@@ -66,12 +66,12 @@ div.postReply img.tagsPic {
div.articleNote {
background-color : #fff7d5;
padding : 5px;
- border-radius : 4px;
+ /* border-radius : 4px; */
margin : 5px;
border-style : solid;
border-color : #e7d796;
border-width : 1px;
- box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
+ /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
background-color : #fff7d5;
color : #9a8c59;
}
@@ -108,8 +108,7 @@ h3 {
hr {
border-width : 0px 0px 1px 0px;
border-style : solid;
- border-color : #c0c0c0;
- max-width : 90%;
+ border-color : #ccc;
}
a {
@@ -138,7 +137,7 @@ a:hover {
min-width : 100px;
padding : 5px;
-width : 200px;
- box-shadow : 0px 0px 2px rgba(0,0,0,0.2);
+ /* box-shadow : 0px 0px 2px rgba(0,0,0,0.2); */
}
#notify img {
@@ -190,7 +189,7 @@ a:hover {
}
.hl.active {
- box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
+ /* box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1); */
}
.hl.active div.hlTitle a {
@@ -217,7 +216,7 @@ a:hover {
.hl {
border-width : 0px 0px 1px 0px;
border-style : solid;
- border-color : #c0c0c0;
+ border-color : #eee;
}
.hl.active {
@@ -232,8 +231,8 @@ div.filterTestHolder {
margin : 0px 0px 5px 0px;
background-color : #ecf4ff;
border-width : 1px;
- border-radius : 4px;
- box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
+ /* border-radius : 4px; */
+ /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
}
@@ -274,9 +273,9 @@ div.notice, div.warning, div.error {
font-size : 12px;
border-style : solid;
border-color : #ccc;
- border-radius : 4px;
+ /* border-radius : 4px; */
border-width : 1px;
- box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
+ /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
}
div.notice div.inner, div.warning div.inner, div.error div.inner {
@@ -325,9 +324,7 @@ div.prefHelp {
}
div#headlines-toolbar {
- border-width : 0px 0px 1px 0px;
- background-color : #fcfcfc;
- border-color : #c0c0c0;
+ border-width : 0px;
font-size : 12px;
font-family : "Segoe UI", Tahoma, sans-serif;
color : #555;
@@ -337,6 +334,7 @@ div#headlines-toolbar {
height : 25px;
line-height : 25px;
padding-left : 4px;
+ background : #fafafa;
}
div#headlines-toolbar .dijitSelect {
@@ -377,7 +375,7 @@ span.hlLabelRef {
display : inline-block;
vertical-align : middle;
white-space: nowrap;
- border-radius : 4px;
+ border-radius : 4px;
}
div.postHeader div.postDate {
@@ -408,7 +406,7 @@ a.hlFeed {
font-size : 9px;
font-style : italic;
font-weight : normal;
- border-radius : 4px;
+ /* border-radius : 4px; */
display : inline-block;
padding : 1px 2px 1px 2px;
margin-bottom : 2px;
@@ -431,8 +429,8 @@ div.tagCloudContainer {
margin : 5px 0px 5px 0px;
padding : 5px;
text-align : center;
- border-radius : 4px;
- box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
+ /* border-radius : 4px; */
+ /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
}
div.errorExplained {
@@ -440,8 +438,8 @@ div.errorExplained {
background-color : #ecf4ff;
margin : 5px 0px 5px 0px;
padding : 5px;
- border-radius : 4px;
- box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
+ /* border-radius : 4px; */
+ /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
}
ul.feedErrorsList {
@@ -452,8 +450,8 @@ ul.feedErrorsList {
background-color : #ecf4ff;
margin : 0px 0px 5px 0px;
padding : 5px;
- border-radius : 4px;
- box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
+ /* border-radius : 4px; */
+ /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
}
ul.feedErrorsList em {
@@ -667,7 +665,7 @@ span.labelColorIndicator {
background-color : #fff7d5;
color : #063064;
text-align : center;
- box-shadow : 0px 0px 1px 0px rgba(0,0,0,0.1);
+ /* box-shadow : 0px 0px 1px 0px rgba(0,0,0,0.1); */
}
div#cmdline {
@@ -771,7 +769,7 @@ div.fatalError textarea {
#content-wrap {
padding : 0px;
- border-width : 0px 0px 0px 1px;
+ border-width : 0px 0px 0px 0px;
border-style : solid;
border-color : #c0c0c0;
margin : 0px;
@@ -779,13 +777,12 @@ div.fatalError textarea {
#feeds-holder {
padding : 0px;
- border-color : #c0c0c0;
- border-left-width : 0px;
- border-bottom-width : 0px;
- border-top-width : 0px;
+ border-width : 0px 1px 0px 0px;
+ border-style : solid;
+ border-color : #eee;
overflow : hidden;
+ background : #fafafa;
box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
- background : #f9fbff;
}
#headlines-wrap-inner {
@@ -800,7 +797,7 @@ div.fatalError textarea {
border-style : solid;
border-width : 0px;
margin-top : 0px;
- box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
+ /* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
}
#headlines-toolbar_splitter, #toolbar_splitter {
@@ -813,7 +810,13 @@ div.fatalError textarea {
border-width : 0px;
white-space: nowrap;
font-size : 12px;
- box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
+ /* box-shadow : 0px 0px 2px rgba(0,0,0,0.1); */
+}
+
+#main-toolbar {
+ background : white;
+ border-width : 0px;
+ padding-left : 0px;
}
#header {
@@ -837,7 +840,7 @@ div.fatalError textarea {
#content-insert {
padding : 0px;
- border-color : #c0c0c0;
+ border-color : #eee;
border-bottom-width : 0px;
border-right-width : 0px;
border-left-width : 0px;
@@ -937,6 +940,7 @@ img.feedIcon, img.tinyFeedIcon {
color : #555;
}
+
ul#filterDlg_Matches, ul#filterDlg_Actions {
max-height : 100px;
overflow : auto;
@@ -947,7 +951,7 @@ ul#filterDlg_Matches, ul#filterDlg_Actions {
background-color : #ecf4ff;
margin : 0px 0px 5px 0px;
padding : 0px;
- box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
+ /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
}
ul#filterDlg_Matches li, ul#filterDlg_Actions li {
@@ -967,8 +971,8 @@ ul.helpKbList {
background-color : #ecf4ff;
margin : 0px 0px 5px 0px;
padding : 5px;
- border-radius : 4px;
- box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
+ /* border-radius : 4px; */
+ /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
}
ul.helpKbList span.hksequence {
@@ -1057,14 +1061,14 @@ body#ttrssZoom div.postContent p {
body#ttrssZoom div.postHeader {
margin : 10px;
border : 1px solid #ccc;
- box-shadow : none;
- border-radius : 4px;
+ /* box-shadow : none; */
+ /* border-radius : 4px; */
}
body#ttrssZoom div.postReply {
border : 1px solid #ccc;
- border-radius : 4px;
- box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
+ /* border-radius : 4px;
+ box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
background : white;
}
@@ -1088,10 +1092,6 @@ select.attachments {
max-width : 120px;
}
-div.hl.active {
- border-color : #88b0f0;
-}
-
#selected_prompt {
margin-right : 25px;
}
@@ -1157,7 +1157,7 @@ body#ttrssMain #feedTree {
float : right;
position : relative;
line-height : 14px;
- margin-right : 4px;
+ margin-right : 8px;
margin-top : 3px;
min-width : 23px;
height : 14px;
@@ -1178,6 +1178,41 @@ body#ttrssPrefs hr {
font-size : 13px;
}
+body#ttrssMain #feedTree .dijitTreeRowSelected {
+ background : #ecf4ff;
+ /* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
+}
+
+body#ttrssMain #feedTree .dijitTreeRowHover {
+ background : white;
+}
+
+body#ttrssMain #feedTree .dijitTreeRowActive {
+ background-color : transparent;
+ background-image : none;
+ border-color : transparent;
+}
+
+/* body#ttrssMain .dijitTreeRowHover,
+body#ttrssPrefs .dijitTreeRowHover,
+body#ttrssMain .dijitTreeRowActive,
+body#ttrssPrefs .dijitTreeRowActive {
+ background-color : transparent;
+ background-image : none;
+ border-color : transparent;
+} */
+
+body#ttrssMain .dijitTreeRowSelected .dijitTreeLabel,
+body#ttrssPrefs .dijitTreeRowSelected .dijitTreeLabel {
+ color : #4684ff;
+ font-weight : bold;
+}
+
+body#ttrssMain .dijitTreeRowHover .dijitTreeLabel,
+body#ttrssPrefs .dijitTreeRowHover .dijitTreeLabel {
+ color : #4684ff;
+}
+
.dijitTreeRowSelected .dijitTreeLabel {
text-shadow : 1px 1px 2px #fff;
}
@@ -1192,7 +1227,18 @@ span.highlight {
color : #cc90cc;
}
+#feedTree .dijitTreeRow .dijitTreeExpando {
+ background-image: url("../images/treeExpandImages.png");
+ position : relative;
+ top : -1px;
+}
+
+#feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
+ display : none;
+}
+
div.enclosure_title {
}
+
diff --git a/images/treeExpandImages.png b/images/treeExpandImages.png
new file mode 100644
index 000000000..c92171ba5
--- /dev/null
+++ b/images/treeExpandImages.png
Binary files differ
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 04aec0cca..97a70b434 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -550,9 +550,6 @@ function init_second_stage() {
updateFeedList();
closeArticlePanel();
- _widescreen_mode = getInitParam("widescreen");
- switchPanelMode(_widescreen_mode);
-
if (parseInt(getCookie("ttrss_fh_width")) > 0) {
dijit.byId("feeds-holder").domNode.setStyle(
{width: getCookie("ttrss_fh_width") + "px" });
@@ -624,6 +621,9 @@ function init_second_stage() {
hotkeys[1] = tmp;
setInitParam("hotkeys", hotkeys);
+ _widescreen_mode = getInitParam("widescreen");
+ switchPanelMode(_widescreen_mode);
+
console.log("second stage ok");
if (getInitParam("simple_update")) {
@@ -1064,11 +1064,8 @@ function switchPanelMode(wide) {
dijit.byId("content-insert").domNode.setStyle({width: '50%',
height: 'auto',
- borderLeftWidth: '1px',
- borderLeftColor: '#c0c0c0',
borderTopWidth: '0px' });
- $("headlines-toolbar").setStyle({ borderBottomWidth: '0px' });
$("headlines-frame").setStyle({ borderBottomWidth: '0px' });
$("headlines-frame").addClassName("wide");
@@ -1078,11 +1075,8 @@ function switchPanelMode(wide) {
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
height: '50%',
- borderLeftWidth: '0px',
borderTopWidth: '1px'});
- $("headlines-toolbar").setStyle({ borderBottomWidth: '1px' });
-
$("headlines-frame").setStyle({ borderBottomWidth: '1px' });
$("headlines-frame").removeClassName("wide");