aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-23 05:52:44 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-23 05:52:44 +0000
commit31016bd38e07668236d1e1257e2d40a3fde34fe5 (patch)
tree2f93c65c99d438ca086abd7d3883b31622171c44 /assets/css/style.css
parentc03f38b02b5fb383127284931f0c598e52125030 (diff)
Added admin signin
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index f688524..108fffe 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -567,7 +567,7 @@ hr {
.input-confirm, .input-phone, .input-univ{
font-size: 1em !important;
border-radius: 0 !important;
- border-bottom: 0 !important;
+ border-bottom: 1px !important;
box-shadow: none !important;
}
@@ -575,7 +575,7 @@ hr {
font-size: 1em !important;
border-radius: 0 !important;
border-top-right-radius: 8px !important;
- border-bottom: 0 !important;
+ border-bottom: 1px !important;
box-shadow: none !important;
}
@@ -607,4 +607,16 @@ hr {
.input-group-addon {
min-width:50px;
text-align:left;
+}
+
+.signin-window {
+ padding: 0 !important;
+ width: auto !important;
+
+}
+
+.signin-window .modal-content {
+ height: auto !important;
+ width: 65% !important;
+ margin-left: 17%;
} \ No newline at end of file