diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-22 02:45:41 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-22 02:45:41 +0000 |
| commit | 21b3b50f84e7c4c4d30f2e5c73a444a0288e1c5d (patch) | |
| tree | 85f2ad3b2d07a0f902273bd443244cc0d3f974c9 /assets | |
| parent | 12659ff5704a04d2447f5dbf036541676c59f139 (diff) | |
| parent | 49d11776dc2b96cf93e04d15c11a02f880fa8941 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/style.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 52103d9..eba03be 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -32,7 +32,6 @@ main { justify-content: center; flex-flow: column; /* Makes it grow vertically */ } - /*** INDEX.HTML ***/ main .search { background-color: rgba(235,235,235, 0.7); @@ -405,7 +404,7 @@ section.exam-info em { } /*** ABOUT PAGE END ***/ -/************************** Pop-up Window *********************************************/ +/************************** Pop-up Window ************************************/ .login-window, .registration-window { display: inline-block; @@ -424,6 +423,15 @@ section.exam-info em { .login-window .modal-header, .registration-window .modal-header { text-align: center; } +/** Form Pages for Admin **/ + +.admin-form{ + padding: 3px; + margin: 3px; + border-radius: 10px; + background-color: rgba(197, 197, 197, 0.6); + +} /********* Success and Error messages **************************/ |
