diff options
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, |