aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-05-02 23:42:53 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-05-02 23:42:53 +0200
commitfeca91fb01777a73b9a5240794e1c5e8449ddf0d (patch)
tree51c51528ecbba94645cfbcca35aaebe43c08a8c4
parentTest bitcoin in HTML URL scheme with markdown. (diff)
downloadnewspipe-feca91fb01777a73b9a5240794e1c5e8449ddf0d.tar.gz
newspipe-feca91fb01777a73b9a5240794e1c5e8449ddf0d.tar.bz2
newspipe-feca91fb01777a73b9a5240794e1c5e8449ddf0d.zip
Updated login page CSS.
-rw-r--r--source/static/css/log.css52
1 files changed, 8 insertions, 44 deletions
diff --git a/source/static/css/log.css b/source/static/css/log.css
index 9ffd499a..56eb5220 100644
--- a/source/static/css/log.css
+++ b/source/static/css/log.css
@@ -1,58 +1,22 @@
+html {
+ height: 100%;
+}
+
body {
font:normal medium 'Gill Sans','Gill Sans MT',Verdana,sans-serif;
line-height:1.75;
-}
-
-a:link {
- color:#1c73b7;
- text-decoration:none;
- outline:0;
-}
-
-a:visited {
- color:#1c73b7;
- text-decoration:none;
- outline:0;
-}
-
-a:active {
- color:#1c73b7;
- text-decoration:none;
- outline:0;
-}
-
-h1 {
- font-size:x-large;
- color:#0c85e5;
-}
-
-h2 {
- font-size:medium;
-}
-
-h3 {
- font-size:small;
-}
-
-hr {
- der-style:dotted;
- height:1px;
- border-width: 1px 0 0 0;
- margin:1.45em 0 1.4em;
- padding:0;
+ height: 100%;
+ margin: 0;
+ padding: 0;
}
#logform {
text-align:center;
clear: both;
position: float;
+ vertical-align: center;
margin-top: 10%;
-}
-#footer {
- clear:both;
- text-align:center;
- font-size:small
}
img {
bgstack15