diff options
author | jayparikh111 | 2012-03-15 18:12:49 +0530 |
---|---|---|
committer | jayparikh111 | 2012-03-15 18:12:49 +0530 |
commit | 480fc524eaffa99bbcec65b0829f6116ccace673 (patch) | |
tree | 6080434cef6c15db391277f73342ceb9a776e86f /testapp/static/exam/css/base.css | |
parent | a7c84a478789e9e835dcbb3ea41b1d519ba69b4d (diff) | |
download | online_test-480fc524eaffa99bbcec65b0829f6116ccace673.tar.gz online_test-480fc524eaffa99bbcec65b0829f6116ccace673.tar.bz2 online_test-480fc524eaffa99bbcec65b0829f6116ccace673.zip |
minor UI changes
Diffstat (limited to 'testapp/static/exam/css/base.css')
-rw-r--r-- | testapp/static/exam/css/base.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/testapp/static/exam/css/base.css b/testapp/static/exam/css/base.css index 7099aab..069729d 100644 --- a/testapp/static/exam/css/base.css +++ b/testapp/static/exam/css/base.css @@ -538,7 +538,7 @@ dl dd { hr { margin: 20px 0 19px; border: 0; - border-bottom: 10px solid; + border-bottom: 3px solid; } strong { font-style: inherit; @@ -651,6 +651,10 @@ textarea { font-weight: normal; line-height: normal; } +select +{ + width : 80px; +} label { padding-top: 6px; font-size: 13px; @@ -816,6 +820,10 @@ form .clearfix.success .input-prepend .add-on, form .clearfix.success .input-app background-color: #bcddbc; border-color: #468847; } +textarea +{ + width : 290px; +} .input-mini, input.mini, textarea.mini, @@ -1836,7 +1844,6 @@ a.menu:after, .dropdown-toggle:after { footer { margin-top: 17px; padding-top: 17px; - border-top: 1px solid #eee; } .page-header { margin-bottom: 17px; @@ -1871,6 +1878,11 @@ footer { font-family: Arial, sans-serif; line-height: 18px; } +.btn-mini { + padding: 2px 6px; + font-size: 15px; + line-height: 16px; +} .btn.danger, .alert-message.danger, .btn.error, |