diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 09:13:04 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 09:13:04 +0000 |
| commit | 2f885555d4cb9ae4da6edae611f9d049ad603dc9 (patch) | |
| tree | 63054caed2dffe1090c95e14ecfe866695c029e1 /assets/css/style.css | |
| parent | 47093c298d4cf60375311200d3ae85a57d787262 (diff) | |
Added a popup window for sign up
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 308a36c..e81046d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -407,30 +407,21 @@ section.exam-info em { /************************** Pop-up Window *********************************************/ -.login-window { +.login-window, .registration-window { display: inline-block; text-align: left; vertical-align: middle; - padding: 15%; + padding: 10%; } -.login-window h4 { +.login-window h4, .registration-window { text-transform: uppercase; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; color: #666666; } -.login-window .modal-header { +.login-window .modal-header, .registration-window .modal-header { text-align: center; } -.login-window input { - -} - -.login-window input:focus { - -} - - |
