diff options
author | CruiseDevice | 2019-02-27 17:08:28 +0530 |
---|---|---|
committer | CruiseDevice | 2019-02-27 17:09:49 +0530 |
commit | 8bbf76792eec53a54255aadea7f333e180522ae3 (patch) | |
tree | bc7265a78889c9bb787e8b7600a46688707a3298 /yaksh/static | |
parent | 4734d5bee046d84c54dbb6b91bd136236efd430d (diff) | |
download | online_test-8bbf76792eec53a54255aadea7f333e180522ae3.tar.gz online_test-8bbf76792eec53a54255aadea7f333e180522ae3.tar.bz2 online_test-8bbf76792eec53a54255aadea7f333e180522ae3.zip |
Fix table alignment, change completed paper to green.
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/yakshcustom.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/yakshcustom.css b/yaksh/static/yaksh/css/yakshcustom.css index 1fbb50d..bdc0e92 100644 --- a/yaksh/static/yaksh/css/yakshcustom.css +++ b/yaksh/static/yaksh/css/yakshcustom.css @@ -225,6 +225,8 @@ html { .table-wrapper-2 { display: block; max-height: 500px; + padding-top: 1em; + width: 100%; overflow-y: auto; -ms-overflow-style: -ms-autohiding-scrollbar; } |