mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
remove ttrss_login stuff, use utility class
This commit is contained in:
@@ -1022,87 +1022,6 @@ body.ttrss_main {
|
||||
}
|
||||
}
|
||||
|
||||
body.ttrss_login {
|
||||
|
||||
.container {
|
||||
background : @color-panel-bg;
|
||||
color : @default-fg;
|
||||
display : flex;
|
||||
flex-direction: column;
|
||||
width : 100%;
|
||||
height : 100%;
|
||||
position : absolute;
|
||||
|
||||
.footer {
|
||||
text-align : center;
|
||||
padding : 10px;
|
||||
}
|
||||
|
||||
.center {
|
||||
width : 100%;
|
||||
display : flex;
|
||||
align-items: center;
|
||||
flex-grow : 1;
|
||||
justify-content : center;
|
||||
|
||||
.login-form {
|
||||
form {
|
||||
margin : 0px;
|
||||
}
|
||||
|
||||
background : white;
|
||||
padding : 20px;
|
||||
border : 1px solid #ddd;
|
||||
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fieldset > label:first-of-type {
|
||||
width : 120px;
|
||||
margin-right : 20px;
|
||||
display : inline-block;
|
||||
text-align : right;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border-width : 0;
|
||||
padding : 5px 0px;
|
||||
}
|
||||
|
||||
fieldset.narrow {
|
||||
padding : 2px 0px;
|
||||
}
|
||||
|
||||
fieldset.align-right {
|
||||
text-align : right;
|
||||
}
|
||||
|
||||
a {
|
||||
color: @color-accent;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: @color-accent;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.footer a {
|
||||
color : gray;
|
||||
}
|
||||
|
||||
div.footer a:hover {
|
||||
color : @color-accent;
|
||||
}
|
||||
|
||||
div.row {
|
||||
padding-bottom : 5px;
|
||||
}
|
||||
}
|
||||
|
||||
body.ttrss_main .dijitDialog {
|
||||
h1:first-of-type,
|
||||
h2:first-of-type,
|
||||
|
||||
Reference in New Issue
Block a user