summaryrefslogtreecommitdiff
path: root/include
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
parent3f2a8714219d33eb57f44e7989c320a63ffc8fb9 (diff)
further stylesheet simplification related fixes
Diffstat (limited to 'include')
-rw-r--r--include/login_form.php30
-rwxr-xr-xinclude/sanity_check.php4
2 files changed, 10 insertions, 24 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() {
diff --git a/include/sanity_check.php b/include/sanity_check.php
index 713777585..9c089bda2 100755
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -188,9 +188,9 @@
<head>
<title>Startup failed</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="stylesheet" type="text/css" href="css/utility.css">
+ <link rel="stylesheet" type="text/css" href="css/default.css">
</head>
- <body class='sanity_failed'>
+ <body class='sanity_failed claro ttrss_utility'>
<div class="floatingLogo"><img src="images/logo_small.png"></div>
<div class="content">