1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 06:51:29 +00:00

dialogs: use semantic markup instead of dlgsec stuff

continue unifying quoting style for html strings
This commit is contained in:
Andrew Dolgov
2019-02-22 10:48:56 +03:00
parent e9f58427c0
commit 335147e572
23 changed files with 438 additions and 459 deletions

View File

@@ -496,6 +496,7 @@ body.ttrss_main {
.dijitDialog {
header,
.dlgSec, .dlgSecHoriz {
font-size : 16px;
font-weight : 600;
@@ -503,14 +504,17 @@ body.ttrss_main {
font-family: @fonts-ui-bold;
}
section,
.dlgSecCont {
margin : 10px 20px;
}
header.horizontal + section,
.dlgSecHoriz + .dlgSecCont {
margin : 10px 0px;
}
section,
div.dlgSecCont, div.dlgSecSimple {
fieldset {
@@ -542,10 +546,14 @@ body.ttrss_main {
}
}
footer,
.dlgButtons {
margin-top : 5px;
text-align: right;
clear: both;
}
footer.text-center {
text-align: center;
}
}