diff options
author | Akash Chavan | 2020-01-02 16:24:00 +0530 |
---|---|---|
committer | GitHub | 2020-01-02 16:24:00 +0530 |
commit | 293e95bd0920d2f06058cf3ee4c0be3c2b3cf905 (patch) | |
tree | 8cfc13994d38714df26478c85a34ec70741bfab3 /yaksh/static | |
parent | eb05d4b0bc3fd0e2ce5160f30251bd9b939ccef6 (diff) | |
parent | e7f83b0f9e098ffb4066fce50f1d60972b5edfcb (diff) | |
download | online_test-293e95bd0920d2f06058cf3ee4c0be3c2b3cf905.tar.gz online_test-293e95bd0920d2f06058cf3ee4c0be3c2b3cf905.tar.bz2 online_test-293e95bd0920d2f06058cf3ee4c0be3c2b3cf905.zip |
Merge pull request #636 from CruiseDevice/revamp_ui
Fix UI, add Pagination to showquestions.html
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/custom.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css index d0d5c82..55d5d6d 100644 --- a/yaksh/static/yaksh/css/custom.css +++ b/yaksh/static/yaksh/css/custom.css @@ -24,6 +24,15 @@ body, .dropdown-menu { font-size: 1.25rem; } +.base-content { + padding-top: 5em; + padding-bottom: 5em; +} + #login-btn, #signup-btn, #forgot-btn{ width: 75%; } + +.dropdown { + display: flex; +} |