summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-19 15:14:42 +0300
committerAndrew Dolgov <[email protected]>2019-02-19 15:14:42 +0300
commite2c9e283a2d2a207b9ec7926b974e6cd599c1f14 (patch)
tree18ddcd2ff02bd7ee6eefba6dda8856a33f8ccdc1 /css/default.css
parentc11f32ac388fd1ac2f7402572db7afad04cd5ce4 (diff)
remove ttrss_login stuff, use utility class
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css80
1 files changed, 16 insertions, 64 deletions
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;