diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-03-19 22:11:15 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-03-19 22:16:10 (GMT) |
commit | 259e1c7a81ea9a096c227a6bc44114a7a9cf3a50 (patch) | |
tree | 051c708e449b5e5afb6ba25bce169b280045f254 /styles/auth.css | |
parent | d7795f99ed3fb52564fa6d2340d928ae9b191e5b (diff) |
implemented a more secure directory structure
Diffstat (limited to 'styles/auth.css')
-rw-r--r-- | styles/auth.css | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/styles/auth.css b/styles/auth.css deleted file mode 100644 index 8100ecd..0000000 --- a/styles/auth.css +++ /dev/null @@ -1,46 +0,0 @@ -.form-auth { - max-width: 330px; - padding: 15px; - margin: 0 auto; -} -.form-auth img { - display: block; - margin-left: auto; - margin-right: auto; - margin-bottom: 10px; -} -.form-auth .form-auth-heading { - margin-bottom: 10px; -} -.form-auth .form-control { - position: relative; - height: auto; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - padding: 10px; - font-size: 16px; - width: 100%; - display: block; - margin-left: auto; - margin-right: auto; -} -.form-auth .form-control:focus { - z-index: 2; -} -.form-auth input[type="text"] { - margin-bottom: -1px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.form-auth input[type="password"] { - margin-bottom: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.form-auth button[type="submit"] { - display: block; - margin-left: auto; - margin-right: auto; - width: 100%; -} |