From 583cbb70612da905ed778d3cf8e8eaa186c680d8 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Mon, 10 Mar 2014 18:14:47 +0100 Subject: added register form and required attribute. Edited input field spacing --- www/login.css | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ www/login.php | 2 ++ www/register.css | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ www/register.php | 19 ++++++++++++++++++ www/style.css | 59 -------------------------------------------------------- 5 files changed, 130 insertions(+), 59 deletions(-) create mode 100644 www/login.css create mode 100644 www/register.css create mode 100644 www/register.php (limited to 'www') diff --git a/www/login.css b/www/login.css new file mode 100644 index 0000000..6bd8a5e --- /dev/null +++ b/www/login.css @@ -0,0 +1,56 @@ +/********************************************************* + 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: 395px; + display:block; + padding-left: 5px; +} + +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{ + +} diff --git a/www/login.php b/www/login.php index e65cfef..470065d 100644 --- a/www/login.php +++ b/www/login.php @@ -1,5 +1,7 @@ + +