1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:56:34 +00:00

filter rule & label dialog updates

This commit is contained in:
Andrew Dolgov
2019-02-20 14:58:09 +03:00
parent 4d9141d762
commit 063b4f535a
9 changed files with 34 additions and 20 deletions

View File

@@ -432,6 +432,9 @@ body.ttrss_main .dijitDialog .dlgSecHoriz {
body.ttrss_main .dijitDialog .dlgSecCont {
margin: 10px 20px;
}
body.ttrss_main .dijitDialog .dlgSecHoriz + .dlgSecCont {
margin: 10px 0px;
}
body.ttrss_main .dijitDialog div.dlgSecCont fieldset > label,
body.ttrss_main .dijitDialog div.dlgSecSimple fieldset > label {
font-weight: bold;

File diff suppressed because one or more lines are too long

View File

@@ -500,6 +500,10 @@ body.ttrss_main {
margin : 10px 20px;
}
.dlgSecHoriz + .dlgSecCont {
margin : 10px 0px;
}
div.dlgSecCont, div.dlgSecSimple {
fieldset {