summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authoroweissbarth2014-03-10 18:14:47 +0100
committeroweissbarth2014-03-10 18:14:47 +0100
commit583cbb70612da905ed778d3cf8e8eaa186c680d8 (patch)
tree87d5fa787688c677b79db03c1f857a54e7d8734e /www/style.css
parent73d6eba65a8bc84e21d6de42df50b31f59eb48fc (diff)
downloadfiles.iamfabulous.de-583cbb70612da905ed778d3cf8e8eaa186c680d8.tar.gz
added register form and required attribute. Edited input field spacing
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css59
1 files changed, 0 insertions, 59 deletions
diff --git a/www/style.css b/www/style.css
index 0e6db18..a1af6aa 100644
--- a/www/style.css
+++ b/www/style.css
@@ -76,65 +76,6 @@ a.logo:hover{
}
-/*********************************************************
- Login-Form
-**********************************************************/
-div.login-area{
- height: 200px;
- width: 400px;
- position: relative;
- top: 50%;
- /*transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);*/
- margin-top: -100px;
-
- margin-left: auto;
- margin-right: auto;
- vertical-align: middle;
- border: 1px solid #1F3D4C;
- padding: 10px;
-}
-
-h1.login-area{
- font-weight: 200;
-}
-
-form.login-form{
-
-}
-
-input.login-input[type=text], input.login-input[type=password]{
- border: none;
- box-shadow: inset 0px 0px 1px 1px #1F3D4C;
- border-radius: 0;
- height: 40px;
- font-size: 25px;
- margin-top: 15px;
- width: 100%;
- display:block;
-}
-
-input.login-input:focus{
- background: #D6E0E5
-}
-#button-input{
- height: 40px;
- width: 120px;
- display:inline;
- border: none;
- box-shadow: inset 0px 0px 1px 1px #1F3D4C;
- border-radius: 0;
- font-size: 25px;
- margin-top: 15px;
-}
-#recover-password-link{
-
-}
-
-
-
-
/******************************************************
FOOTER
*******************************************************/