diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 08:55:39 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 08:55:39 +0000 |
| commit | a53bdbe2af0c9a9e9bc76be9d8f5e8f9ddcb2892 (patch) | |
| tree | 89e430c8524bd00b1eb98f403ae852faa77643af /assets/css/style.css | |
| parent | 3408c09a9ad73895bff43d26f348d720314a2ce0 (diff) | |
Added a popup window for login
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 35eb354..308a36c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -47,7 +47,7 @@ main .search h2{ padding-top: 200px; /* Change to move search bar content. Keep as pixel*/ } -.search input[type=text] { +.search input { text-align: center; box-sizing: border-box; background: white url('../images/search_icon.png') no-repeat 9px 9px; @@ -55,7 +55,7 @@ main .search h2{ padding: 12px 20px 12px 40px; } -.search input[type=text], .search button.search-button { +.search input, .search button.search-button { font-size: 16px; height: 40px; border-radius: 10px; @@ -404,3 +404,33 @@ section.exam-info em { padding: 15px; } /*** ABOUT PAGE END ***/ + +/************************** Pop-up Window *********************************************/ + +.login-window { + display: inline-block; + text-align: left; + vertical-align: middle; + padding: 15%; +} + +.login-window h4 { + text-transform: uppercase; + font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; + font-weight: 700; + color: #666666; +} + +.login-window .modal-header { + text-align: center; +} + +.login-window input { + +} + +.login-window input:focus { + +} + + |
