diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-23 05:52:44 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-23 05:52:44 +0000 |
| commit | 31016bd38e07668236d1e1257e2d40a3fde34fe5 (patch) | |
| tree | 2f93c65c99d438ca086abd7d3883b31622171c44 /assets | |
| parent | c03f38b02b5fb383127284931f0c598e52125030 (diff) | |
Added admin signin
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/style.css | 16 | ||||
| -rw-r--r-- | assets/js/script.js | 2 |
2 files changed, 16 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 diff --git a/assets/js/script.js b/assets/js/script.js index 44d7422..7a4c21f 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -24,5 +24,7 @@ function main(){ }); $('.table-row').trigger('create'); + + } $(document).ready(main);
\ No newline at end of file |
