aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-22 01:57:36 +0000
committerHumairAK <humair88@hotmail.com>2016-07-22 01:57:36 +0000
commit49d11776dc2b96cf93e04d15c11a02f880fa8941 (patch)
tree52574598d74525b8595eca82510b4b422fed104f /assets/css/style.css
parent797b4fe83ed4ebbed47930c7d0d0a34cd37703c6 (diff)
made further changes to admin panel and index.js
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css12
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);
+
+}