버튼 style수정
This commit is contained in:
parent
b7156f1494
commit
c46254e925
|
|
@ -27,8 +27,8 @@
|
|||
<option value="91">통합관리자</option>
|
||||
<option value="92">일반관리자</option>*@
|
||||
</select>
|
||||
<input type="text" class="form-control search disp-init" placeholder="이름/ID로 검색하세요." id="findboxuser" style="width: 200px" /><a href="#" style="margin-top:5px;" class="btn btn-find btn-info btn-sm" onclick="finduser()">검색</a>
|
||||
<a href="#" style="margin-top:5px; display:@(ViewData["assigns"] == null ? "none;":"")" class="btn btn-sm btn-danger" onclick="winopen('/user/professorreg?viewname=professor', 'professorreg',1300, 800);">+추가</a>
|
||||
<input type="text" class="form-control search disp-init" placeholder="이름/ID로 검색하세요." id="findboxuser" style="width: 200px" /><a href="#" style="margin-top:-5px;" class="btn btn-find btn-info btn-sm" onclick="finduser()">검색</a>
|
||||
<a href="#" style="margin-top:-5px; display:@(ViewData["assigns"] == null ? "none;":"")" class="btn btn-sm btn-danger" onclick="winopen('/user/professorreg?viewname=professor', 'professorreg',1300, 800);">+추가</a>
|
||||
<br /><br />
|
||||
<section class="panel panel-default" style="max-height: 300px; overflow: auto; min-height: 67px;">
|
||||
<div class="table-responsive" id="excel1">
|
||||
|
|
|
|||
Loading…
Reference in New Issue