summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 10:03:58 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 10:03:58 +0300
commit05200a3840178520dabc3bd1dce07503925ec4da (patch)
treea2ec52174d7972b1c20a95c9398912180ba787d8 /css/tt-rss.less
parentd967d43319cd07ec4fdbf81213972cecb37cde4b (diff)
rename main toolbar elements to be more consistent
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less124
1 files changed, 54 insertions, 70 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index d16b8b6e5..8307fb79d 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -434,67 +434,6 @@ body.ttrss_main {
font-size : 11px;
}
- #main-toolbar {
- background : white;
- border: 0px solid #ddd;
- border-bottom-width: 1px;
- height : 32px;
- line-height : 32px;
- display : flex;
- flex-direction : row;
- flex-wrap : nowrap;
- color : @default-text;
- font-size : 12px;
-
- > * {
- align-self : center;
- }
-
- .dijitSelect,
- .dijitDropDownButton .dijitButtonNode,
- .dijitComboButton .dijitButtonNode {
- border : 0px;
- }
-
- #main_toolbar_form {
-
- }
-
- #headlines-toolbar {
- padding-right : 4px;
- flex-grow : 2;
- display : flex;
-
- .left {
- flex-grow: 2;
-
- img {
- vertical-align : middle;
- margin-right : 8px;
- position : relative;
- top : -2px;
- }
- }
- }
-
- #selected_prompt {
- font-style : italic;
- text-align : right;
- margin-right : 4px;
- }
-
- .actionChooser {
-
- }
-
- @media (max-width: 992px) {
- #selected_prompt {
- display : none;
- }
- }
- }
-
-
span.preview {
color : #999;
font-weight : normal;
@@ -892,23 +831,68 @@ body.ttrss_main {
}
}
- #headlines-toolbar_splitter, #toolbar_splitter {
+ #toolbar-frame_splitter {
display : none;
}
- /* #content-insert_splitter.dijitSplitterH {
- background : #f0f0f0;
- border-color: #ddd;
- border-top-width : 1px;
- border-style : solid;
- } */
-
- #toolbar {
+ #toolbar-frame {
padding : 0px;
margin : 0px;
border-width : 0px;
white-space: nowrap;
font-size : 12px;
+
+ #toolbar {
+ background : white;
+ border: 0px solid #ddd;
+ border-bottom-width: 1px;
+ height : 32px;
+ line-height : 32px;
+ display : flex;
+ flex-direction : row;
+ flex-wrap : nowrap;
+ color : @default-text;
+ font-size : 12px;
+
+ > * {
+ align-self : center;
+ }
+
+ .dijitSelect,
+ .dijitDropDownButton .dijitButtonNode,
+ .dijitComboButton .dijitButtonNode {
+ border : 0px;
+ }
+
+ #toolbar-headlines {
+ padding-right : 4px;
+ flex-grow : 2;
+ display : flex;
+
+ .left {
+ flex-grow: 2;
+
+ img {
+ vertical-align : middle;
+ margin-right : 8px;
+ position : relative;
+ top : -2px;
+ }
+ }
+ }
+
+ #selected_prompt {
+ font-style : italic;
+ text-align : right;
+ margin-right : 4px;
+ }
+
+ @media (max-width: 992px) {
+ #selected_prompt {
+ display : none;
+ }
+ }
+ }
}
#header {