summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
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 /css/tt-rss.less
parentad6ae725d8d5dba272bd49d0d38a903838c34e73 (diff)
update hotkey help dialog a bit
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less26
1 files changed, 12 insertions, 14 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 494e52888..6ec376ede 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -1013,24 +1013,22 @@ body.ttrss_main {
margin-right: 4px;
}
- ul.helpKbList {
- max-height : 300px;
- overflow : auto;
- list-style-type : none;
- border : 1px solid @border-default;
- margin : 0px 0px 5px 0px;
- padding : 5px;
+ ul.hotkeys-help {
+ li {
+ display : flex;
+ }
+
+ li.desc {
+ flex-grow : 2;
+ }
- span.hksequence {
- width : 6em;
- margin-left : 20px;
+ .hk {
color : @color-accent;
- font-weight : bold;
- display : inline-block;
+ width : 100px;
}
- h2 {
- margin-top : 0px;
+ h3 {
+ margin : 8px 0px;
}
}