summaryrefslogtreecommitdiff
path: root/include/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-03 13:25:34 +0300
committerAndrew Dolgov <[email protected]>2017-12-03 13:25:34 +0300
commit09bc54c6901c5e4f6ec1d2a8b00fbf450aa258dd (patch)
tree60f82d0ee2d4caeb8e97885876f11257a3dd9a07 /include/login_form.php
parent3f2a8714219d33eb57f44e7989c320a63ffc8fb9 (diff)
further stylesheet simplification related fixes
Diffstat (limited to 'include/login_form.php')
-rw-r--r--include/login_form.php30
1 files changed, 8 insertions, 22 deletions
diff --git a/include/login_form.php b/include/login_form.php
index 09f9f04b8..3cc89f41f 100644
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -24,7 +24,7 @@
});
</script>
<style type="text/css">
- body#ttrssLogin {
+ body.ttrss_login {
padding : 2em;
font-size : 14px;
}
@@ -37,14 +37,6 @@
border-width : 0px;
}
- /*input.input {
- font-family : sans-serif;
- font-size : medium;
- border-spacing : 2px;
- border : 1px solid #b5bcc7;
- padding : 2px;
- }*/
-
label {
width : 120px;
margin-right : 20px;
@@ -54,20 +46,18 @@
}
div.header {
- border-width : 0px 0px 1px 0px;
- border-style : solid;
- border-color : #0088cc;
- margin-bottom : 1em;
+ border: 0px solid #0088cc;
+ border-bottom-width: 1px;
+ margin-bottom : 1em;
padding-bottom : 5px;
}
div.footer {
margin-top : 1em;
padding-top : 5px;
- border-width : 1px 0px 0px 0px;
- border-style : solid;
- border-color : #0088cc;
- text-align : center;
+ border: 0px solid #0088cc;
+ border-top-width: 1px;
+ text-align : center;
color : gray;
font-size : 12px;
}
@@ -79,10 +69,6 @@
}
a {
- color : #0088cc;
- }
-
- a {
color: #0088cc;
text-decoration: none;
}
@@ -114,7 +100,7 @@
</style>
</head>
-<body id="ttrssLogin" class="claro">
+<body class="claro ttrss_main ttrss_login">
<script type="text/javascript">
function init() {