diff --git a/application/views/auth/login.php b/application/views/auth/login.php index 1277fdf..c670b59 100644 --- a/application/views/auth/login.php +++ b/application/views/auth/login.php @@ -5,8 +5,7 @@ ScattPort | Login - - + @@ -16,50 +15,41 @@ - -
-".$e."
"; - if(isset($notice)) - foreach($notice as $n) echo "
".$n."
"; - if(isset($success)) - foreach($success as $s) echo "
".$s."
"; +
+

Scattport Login

+ +

+".$e."

"; +if (isset($notice)) + foreach($notice as $n) echo "
".$n."
"; +if (isset($success)) + foreach($success as $s) echo "
".$s."
"; ?> -
+

-
-

Login

-
- -
-
-
    -
  • -

    Benutzername

    - -
  • -
  • -

    Passwort

    - -
  • -
  • - Login -
  • -
-
-
- +
+ +
+

Passwort vergessen?

diff --git a/assets/css/login.css b/assets/css/login.css new file mode 100644 index 0000000..40c0895 --- /dev/null +++ b/assets/css/login.css @@ -0,0 +1,39 @@ +@CHARSET "UTF-8"; + +* { + margin: 0; + padding: 0; +} + +body { + font: 12px/14px Arial, Helvetica, sans-serif; + color: #666; + text-align: left; + background: #404040; +} + +a { color: #0088cc; text-decoration: none;} +a:hover { text-decoration: underline;} +a img { border: none;} + +p { margin: 0px 0px 20px 0px; line-height: 18px;} + +#box { + margin: 40px auto; + padding: 25px; + width: 400px; + background: #fff; +} + +#box h2 { + font-size: 28px; + font-weight: bold; + margin: 0 0 20px; + text-align: center; + text-transform: uppercase; +} + +.light { + color: #ccc; + text-transform: none; +} \ No newline at end of file