summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-20 17:21:32 +0300
committerAndrew Dolgov <[email protected]>2019-02-20 17:21:32 +0300
commit3880a17e57b832038b9271a628514ba006230e6f (patch)
tree26e56ed77a8c12fd632db97b491ed826f884bbf2 /css/default.css
parent1a8770f8f48aeb7fbbcd3b569bd37a4a88ccfdb4 (diff)
pref-prefs: rework personal info tab, remove ugly table markup
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css47
1 files changed, 26 insertions, 21 deletions
diff --git a/css/default.css b/css/default.css
index 46cb0a50b..6ed2cca4b 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1474,6 +1474,32 @@ body.ttrss_prefs .phpinfo td.e {
body.ttrss_prefs .phpinfo td.v {
font-family: monospace;
}
+body.ttrss_prefs fieldset,
+body.ttrss_utility fieldset {
+ border-width: 0px;
+ padding: 5px 0px;
+}
+body.ttrss_prefs fieldset.narrow,
+body.ttrss_utility fieldset.narrow {
+ padding: 2px 0px;
+}
+body.ttrss_prefs fieldset.align-right,
+body.ttrss_utility fieldset.align-right {
+ text-align: right;
+}
+body.ttrss_prefs fieldset > label:first-of-type,
+body.ttrss_utility fieldset > label:first-of-type {
+ min-width: 140px;
+ margin-right: 20px;
+ display: inline-block;
+ text-align: right;
+ font-weight: bold;
+}
+body.ttrss_prefs fieldset > label.checkbox,
+body.ttrss_utility fieldset > label.checkbox {
+ display: inline;
+ font-weight: normal;
+}
body.ttrss_utility.sanity_failed {
background: #900;
}
@@ -1505,27 +1531,6 @@ body.ttrss_utility .content h2 {
body.ttrss_utility .content h3 {
font-size: 16px;
}
-body.ttrss_utility .content fieldset {
- border-width: 0px;
- padding: 5px 0px;
-}
-body.ttrss_utility .content fieldset.narrow {
- padding: 2px 0px;
-}
-body.ttrss_utility .content fieldset.align-right {
- text-align: right;
-}
-body.ttrss_utility .content fieldset > label:first-of-type {
- min-width: 140px;
- margin-right: 20px;
- display: inline-block;
- text-align: right;
- font-weight: bold;
-}
-body.ttrss_utility .content fieldset > label.checkbox {
- display: inline;
- font-weight: normal;
-}
body.ttrss_utility a {
color: #257aa7;
text-decoration: none;