summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-10 08:37:24 +0300
committerAndrew Dolgov <[email protected]>2018-12-10 08:37:24 +0300
commit96fccefa621c71d58ba77ce939690fedc78d2615 (patch)
treec93d66e564471df5aa850e889ae0132caf7bc05b /themes/night.css
parentad6ae725d8d5dba272bd49d0d38a903838c34e73 (diff)
update hotkey help dialog a bit
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css23
1 files changed, 9 insertions, 14 deletions
diff --git a/themes/night.css b/themes/night.css
index 3321e26f3..5eeb1f1b6 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -865,23 +865,18 @@ body.ttrss_main ul#filterDlg_Matches li .dijitCheckBox,
body.ttrss_main ul#filterDlg_Actions li .dijitCheckBox {
margin-right: 4px;
}
-body.ttrss_main ul.helpKbList {
- max-height: 300px;
- overflow: auto;
- list-style-type: none;
- border: 1px solid #222222;
- margin: 0px 0px 5px 0px;
- padding: 5px;
+body.ttrss_main ul.hotkeys-help li {
+ display: flex;
}
-body.ttrss_main ul.helpKbList span.hksequence {
- width: 6em;
- margin-left: 20px;
+body.ttrss_main ul.hotkeys-help li.desc {
+ flex-grow: 2;
+}
+body.ttrss_main ul.hotkeys-help .hk {
color: #b87d2c;
- font-weight: bold;
- display: inline-block;
+ width: 100px;
}
-body.ttrss_main ul.helpKbList h2 {
- margin-top: 0px;
+body.ttrss_main ul.hotkeys-help h3 {
+ margin: 8px 0px;
}
body.ttrss_main select.attachments {
display: block;