admin: 퍼블리싱 무너짐 개선
This commit is contained in:
parent
a1cbc2e128
commit
e030045ac3
|
|
@ -266,6 +266,8 @@ input.sm:disabled:focus, input.sm:disabled:active, input.sm:disabled:hover {
|
|||
opacity: .5;
|
||||
}
|
||||
|
||||
.err .btn_clear {top:calc(50% - 22px) !important;}
|
||||
.login_btn { padding: 10px 0;}
|
||||
|
||||
/* select */
|
||||
|
||||
|
|
@ -532,6 +534,7 @@ header > div .user_info a:last-child {
|
|||
border: none;
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
z-index: 999;
|
||||
}
|
||||
.toggle-btn.active {
|
||||
background: url('../images/ico_mini.svg') no-repeat center;
|
||||
|
|
@ -543,6 +546,7 @@ header > div .user_info a:last-child {
|
|||
.accordion-content {
|
||||
padding: 10px;
|
||||
display: none;
|
||||
background:rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
.sidebar .accordion {
|
||||
max-width: 300px;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<title>SECUI - Partner Inventory System</title>
|
||||
<link rel="stylesheet" th:href="@{/css/style.css}"/>
|
||||
|
||||
<script type="text/javascript" th:src="@{/js/motion.js}"></script>
|
||||
<script type="text/javascript" th:src="@{/js/pagehelper.js}"></script>
|
||||
<script type="text/javascript" th:src="@{/js/eventrouter.js}"></script>
|
||||
<script type="text/javascript" th:src="@{/js/httpinterceptor.js}"></script>
|
||||
|
|
@ -44,7 +45,7 @@
|
|||
</div>
|
||||
<div class="input_form">
|
||||
<p>
|
||||
<label for="username" class="inp clear err"> <!-- 에러메세지 뿌릴때는 .err 클래스 추가 -->
|
||||
<label for="username" class="inp clear"> <!-- 에러메세지 뿌릴때는 .err 클래스 추가 -->
|
||||
<input type="text" id="username" name="username" class="inp_states" placeholder="사용자 이메일 입력"
|
||||
autocomplete="off">
|
||||
<span class="focus-bg"></span>
|
||||
|
|
@ -61,7 +62,7 @@
|
|||
<button class="btn_clear"><span class="blind">삭제</span></button>
|
||||
</label>
|
||||
</p>
|
||||
<button type="button" class="btn_blue" id="btnLogin">로그인</button>
|
||||
<button type="button" class="btn_blue login_btn" id="btnLogin">로그인</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="out_link">
|
||||
|
|
|
|||
Loading…
Reference in New Issue