|
|
@@ -158,6 +158,7 @@
|
|
|
<style>
|
|
|
.form-group{margin-bottom: 9px}
|
|
|
.pull-right a{font-size:16px}
|
|
|
+ .form-group label,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{word-wrap:break-word}
|
|
|
li a{color:#666666}
|
|
|
.active{color:#666666;font-weight:bold}
|
|
|
</style>
|
|
|
@@ -168,7 +169,7 @@
|
|
|
<div class="panel-body">
|
|
|
<div class="form-group col-sm-12" style="margin-top:10px">
|
|
|
<div class="form-group col-sm-3">
|
|
|
- <label class="col-sm-5 control-label" style="word-wrap:break-word;font-size:18px">${omCandidate.name}</label>
|
|
|
+ <label class="col-sm-5 control-label" style="font-size:17px">${omCandidate.name}</label>
|
|
|
<div class="col-sm-7">
|
|
|
<c:choose>
|
|
|
<c:when test="${omCandidate.type==0}">
|