summaryrefslogtreecommitdiff
path: root/include/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-10 22:51:39 +0300
committerAndrew Dolgov <[email protected]>2017-12-10 22:51:39 +0300
commit4d10b4abcac22ef64658eedccefe6b7f8a496fe8 (patch)
tree213d8d7cceec4c78a77729179c0774378c3f1ccb /include/login_form.php
parent1c1fc171203835410d82f3f895a28b0751cbcaa6 (diff)
merge login form css into default.css
update more hardcoded colors to use @color-accent update @color-accent
Diffstat (limited to 'include/login_form.php')
-rw-r--r--include/login_form.php75
1 files changed, 0 insertions, 75 deletions
diff --git a/include/login_form.php b/include/login_form.php
index 3cc89f41f..bb142f6c5 100644
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -23,81 +23,6 @@
init();
});
</script>
- <style type="text/css">
- body.ttrss_login {
- padding : 2em;
- font-size : 14px;
- }
-
- fieldset {
- margin-left : auto;
- margin-right : auto;
- display : block;
- width : 400px;
- border-width : 0px;
- }
-
- label {
- width : 120px;
- margin-right : 20px;
- display : inline-block;
- text-align : right;
- color : gray;
- }
-
- div.header {
- border: 0px solid #0088cc;
- border-bottom-width: 1px;
- margin-bottom : 1em;
- padding-bottom : 5px;
- }
-
- div.footer {
- margin-top : 1em;
- padding-top : 5px;
- border: 0px solid #0088cc;
- border-top-width: 1px;
- text-align : center;
- color : gray;
- font-size : 12px;
- }
-
- a.forgotpass {
- text-align : right;
- font-size : 11px;
- display : inline-block;
- }
-
- a {
- color: #0088cc;
- text-decoration: none;
- }
-
- a:hover,
- a:focus {
- color: #005580;
- text-decoration: underline;
- }
-
- div.footer a {
- color : gray;
- }
-
- div.footer a:hover {
- color : #0088cc;
- }
-
- div.row {
- padding : 0px 0px 5px 0px;
- }
-
- div.row-error {
- color : red;
- text-align : center;
- padding : 0px 0px 5px 0px;
- }
-
- </style>
</head>
<body class="claro ttrss_main ttrss_login">