diff options
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 e81046d..b4fafb1 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,4 +423,13 @@ 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); + +} |
