summaryrefslogtreecommitdiff
path: root/css/utility.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-19 20:11:54 +0300
committerAndrew Dolgov <[email protected]>2019-02-19 20:11:54 +0300
commit005b90cedea903bc5b0ab9450a72e192a4ba3427 (patch)
treeee41f080878746e784db7b246115de8691ea5ebc /css/utility.less
parent26b23b67b620fc27a0a0ad0fd846593af1a7dda3 (diff)
installer CSS tweaks
Diffstat (limited to 'css/utility.less')
-rw-r--r--css/utility.less55
1 files changed, 34 insertions, 21 deletions
diff --git a/css/utility.less b/css/utility.less
index b9c162026..78929d6a8 100644
--- a/css/utility.less
+++ b/css/utility.less
@@ -14,27 +14,44 @@ body.ttrss_utility {
border : 1px solid #ddd;
padding : 20px;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
- }
- fieldset {
- border-width : 0px;
- padding : 5px 0px;
- }
+ h2:first-of-type {
+ margin-top : 0;
+ }
- fieldset.narrow {
- padding : 2px 0px;
- }
+ h2, h3, h4 {
+ color : @color-accent;
+ font-family: @fonts-ui-bold;
+ }
- fieldset.align-right {
- text-align : right;
- }
+ h2 {
+ font-size : 18px;
+ }
- fieldset > label:first-of-type {
- width : 120px;
- margin-right : 20px;
- display : inline-block;
- text-align : right;
- font-weight : bold;
+ 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 {
+ width : 140px;
+ margin-right : 20px;
+ display : inline-block;
+ text-align : right;
+ font-weight : bold;
+ }
}
a {
@@ -55,10 +72,6 @@ body.ttrss_utility {
margin : 10px 0 0 0;
}
- h2, h3, h4 {
- color : @color-accent;
- }
-
.footer {
text-align : center;
padding-top : 10px;