1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 07:29:15 +00:00

remove ttrss_login stuff, use utility class

This commit is contained in:
Andrew Dolgov
2019-02-19 15:14:42 +03:00
parent c11f32ac38
commit e2c9e283a2
9 changed files with 131 additions and 337 deletions

View File

@@ -862,70 +862,6 @@ body.ttrss_main #feedEditDlg img.feedIcon {
height: auto;
width: auto;
}
body.ttrss_login .container {
background: #f5f5f5;
color: black;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
position: absolute;
}
body.ttrss_login .container .footer {
text-align: center;
padding: 10px;
}
body.ttrss_login .container .center {
width: 100%;
display: flex;
align-items: center;
flex-grow: 1;
justify-content: center;
}
body.ttrss_login .container .center .login-form {
background: white;
padding: 20px;
border: 1px solid #ddd;
box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.1);
}
body.ttrss_login .container .center .login-form form {
margin: 0px;
}
body.ttrss_login fieldset > label:first-of-type {
width: 120px;
margin-right: 20px;
display: inline-block;
text-align: right;
font-weight: bold;
}
body.ttrss_login fieldset {
border-width: 0;
padding: 5px 0px;
}
body.ttrss_login fieldset.narrow {
padding: 2px 0px;
}
body.ttrss_login fieldset.align-right {
text-align: right;
}
body.ttrss_login a {
color: #257aa7;
text-decoration: none;
}
body.ttrss_login a:hover,
body.ttrss_login a:focus {
color: #257aa7;
text-decoration: underline;
}
body.ttrss_login div.footer a {
color: gray;
}
body.ttrss_login div.footer a:hover {
color: #257aa7;
}
body.ttrss_login div.row {
padding-bottom: 5px;
}
body.ttrss_main .dijitDialog h1:first-of-type,
body.ttrss_main .dijitDialog h2:first-of-type,
body.ttrss_main .dijitDialog h3:first-of-type,
@@ -1664,6 +1600,12 @@ body.ttrss_utility fieldset {
border-width: 0px;
padding: 5px 0px;
}
body.ttrss_utility fieldset.narrow {
padding: 2px 0px;
}
body.ttrss_utility fieldset.align-right {
text-align: right;
}
body.ttrss_utility fieldset > label:first-of-type {
width: 120px;
margin-right: 20px;
@@ -1671,6 +1613,16 @@ body.ttrss_utility fieldset > label:first-of-type {
text-align: right;
font-weight: bold;
}
body.ttrss_utility .footer {
text-align: center;
padding-top: 10px;
}
body.ttrss_utility .footer a {
color: gray;
}
body.ttrss_utility .footer a:hover {
color: #257aa7;
}
body.ttrss_utility body.otp {
margin: 1em;
padding: 0px;