mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
pref-prefs: rework personal info tab, remove ugly table markup
This commit is contained in:
@@ -132,3 +132,31 @@ body.ttrss_prefs {
|
||||
}
|
||||
}
|
||||
|
||||
body.ttrss_prefs,
|
||||
body.ttrss_utility {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user