diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-15 08:57:33 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-15 08:57:33 +0000 |
| commit | c03f38b02b5fb383127284931f0c598e52125030 (patch) | |
| tree | e5197056bde27643b9d3fb72580f023c2835f087 /assets/css/style.css | |
| parent | 08c9d21dd4a4da2f5ec713ca94a884d3924761c1 (diff) | |
Improved UI for signin and signup
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index e8a88b7..f688524 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -522,6 +522,8 @@ hr { .slate .container { width: 100%; padding: 15px; + padding-left: 25px; + padding-right: 25px; } .signin, .signup { @@ -530,3 +532,79 @@ hr { text-align: center; } +.signin-insite, .signup-btn{ + color: #fff; + background-color: rgba(80,80,80, 0.5) !important; + border-color: rgba(80,80,80, 0.5) !important; +} + +.signin-insite:hover, .signup-btn:hover { + color: #fff; + background-color: rgba(80,80,80, 0.2) !important; + border-color: rgba(80,80,80, 0.2) !important; +} + +.signin-fb{ + color: #fff; + background-color: #3b5998 !important; + border-color: #3b5998 !important; +} + +.signin-fb:hover { + color: #fff; + background-color: #8b9dc3 !important; + border-color: #8b9dc3 !important; +} + + + +.input-username, .input-password, .input-group-addon{ + font-size: 1em !important; + border-radius: 0 !important; +} + +.input-lname, .input-email, .input-username-signin, .input-new-password, +.input-confirm, .input-phone, .input-univ{ + font-size: 1em !important; + border-radius: 0 !important; + border-bottom: 0 !important; + box-shadow: none !important; +} + +.input-fname{ + font-size: 1em !important; + border-radius: 0 !important; + border-top-right-radius: 8px !important; + border-bottom: 0 !important; + box-shadow: none !important; +} + +.input-dept { + font-size: 1em !important; + border-radius: 0 !important; + border-bottom-right-radius: 8px !important; + box-shadow: none !important; +} +.input-username { + font-size: 1em !important; + border-top-right-radius: 8px !important; +} + +.addon-username, .addon-fname { + border-top-left-radius: 8px !important; +} + +.input-password, .input-dept { + border-bottom-right-radius: 8px !important; +} + +.addon-password, .addon-dept { + border-bottom-left-radius: 8px !important; +} + + + +.input-group-addon { + min-width:50px; + text-align:left; +}
\ No newline at end of file |
