diff options
author | godofdream <soilfiction@gmail.com> | 2012-08-12 19:52:34 +0200 |
---|---|---|
committer | godofdream <soilfiction@gmail.com> | 2012-08-12 19:52:34 +0200 |
commit | 97eb5d744da2c515c0eee5df9b38cc45a2bbe65a (patch) | |
tree | 8a41546ff4ec0a27a4d1aa5e5a882c2fc383bd22 /module/web/static/css/default | |
parent | converted bottom logo to div (diff) | |
parent | added login.html (diff) | |
download | pyload-97eb5d744da2c515c0eee5df9b38cc45a2bbe65a.tar.xz |
merge
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index c4d7dc44e..326111680 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -151,6 +151,27 @@ header .logo { margin-top: 12px;
font-family: sans-serif
}
+ +/*
+ Login
+*/ +.login { + vertical-align: middle; + text-align: center; + border: 1px; + border-color:#000000; + border-width:2px; + border-style:solid; + padding: 15px; + -moz-border-radius: 15px; + border-radius: 15px; +} + +.login div{ + vertical-align: middle; + text-align: center; + padding: 3px; +} /*
Footer
|