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

pref-prefs: rework personal info tab, remove ugly table markup

This commit is contained in:
Andrew Dolgov
2019-02-20 17:21:32 +03:00
parent 1a8770f8f4
commit 3880a17e57
9 changed files with 209 additions and 195 deletions
-27
View File
@@ -31,33 +31,6 @@ body.ttrss_utility {
h3 {
font-size : 16px;
}
fieldset {
border-width : 0px;
padding : 5px 0px;
}
fieldset.narrow {
padding : 2px 0px;
}
fieldset.align-right {
text-align : right;
}
fieldset > label:first-of-type {
min-width : 140px;
margin-right : 20px;
display : inline-block;
text-align : right;
font-weight : bold;
}
fieldset > label.checkbox {
display : inline;
font-weight : normal;
}
}
a {