mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
installer CSS tweaks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user