summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authorAkash Chavan2020-01-02 16:24:00 +0530
committerGitHub2020-01-02 16:24:00 +0530
commit293e95bd0920d2f06058cf3ee4c0be3c2b3cf905 (patch)
tree8cfc13994d38714df26478c85a34ec70741bfab3 /yaksh/static
parenteb05d4b0bc3fd0e2ce5160f30251bd9b939ccef6 (diff)
parente7f83b0f9e098ffb4066fce50f1d60972b5edfcb (diff)
downloadonline_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.css9
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;
+}