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/tt-rss.less | 81 --------------------------------------------------------- 1 file changed, 81 deletions(-) (limited to 'css/tt-rss.less') diff --git a/css/tt-rss.less b/css/tt-rss.less index b077d856a..a3dc757fc 100755 --- a/css/tt-rss.less +++ b/css/tt-rss.less @@ -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, -- cgit v1.2.3