1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 12:41:33 +00:00

update hotkey help dialog a bit

This commit is contained in:
Andrew Dolgov
2018-12-10 08:37:24 +03:00
parent ad6ae725d8
commit 96fccefa62
6 changed files with 38 additions and 49 deletions

View File

@@ -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 #dddddd;
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: #257aa7;
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;

File diff suppressed because one or more lines are too long

View File

@@ -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;
span.hksequence {
width : 6em;
margin-left : 20px;
color : @color-accent;
font-weight : bold;
display : inline-block;
ul.hotkeys-help {
li {
display : flex;
}
h2 {
margin-top : 0px;
li.desc {
flex-grow : 2;
}
.hk {
color : @color-accent;
width : 100px;
}
h3 {
margin : 8px 0px;
}
}