From e2c9e283a2d2a207b9ec7926b974e6cd599c1f14 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Feb 2019 15:14:42 +0300 Subject: remove ttrss_login stuff, use utility class --- css/default.css | 80 ++++++++++++--------------------------------------------- 1 file changed, 16 insertions(+), 64 deletions(-) (limited to 'css/default.css') diff --git a/css/default.css b/css/default.css index b2666b2a0..165d92a2f 100644 --- a/css/default.css +++ b/css/default.css @@ -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; -- cgit v1.2.3