1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 22:51:28 +00:00

merge login form css into default.css

update more hardcoded colors to use @color-accent
update @color-accent
This commit is contained in:
Andrew Dolgov
2017-12-10 22:51:39 +03:00
parent 1c1fc17120
commit 4d10b4abca
8 changed files with 134 additions and 138 deletions

View File

@@ -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">