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;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.err .btn_clear {top:calc(50% - 22px) !important;}
|
||||||
|
.login_btn { padding: 10px 0;}
|
||||||
|
|
||||||
/* select */
|
/* select */
|
||||||
|
|
||||||
|
|
@ -532,6 +534,7 @@ header > div .user_info a:last-child {
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
z-index: 999;
|
||||||
}
|
}
|
||||||
.toggle-btn.active {
|
.toggle-btn.active {
|
||||||
background: url('../images/ico_mini.svg') no-repeat center;
|
background: url('../images/ico_mini.svg') no-repeat center;
|
||||||
|
|
@ -543,6 +546,7 @@ header > div .user_info a:last-child {
|
||||||
.accordion-content {
|
.accordion-content {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
display: none;
|
display: none;
|
||||||
|
background:rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.sidebar .accordion {
|
.sidebar .accordion {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
<title>SECUI - Partner Inventory System</title>
|
<title>SECUI - Partner Inventory System</title>
|
||||||
<link rel="stylesheet" th:href="@{/css/style.css}"/>
|
<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/pagehelper.js}"></script>
|
||||||
<script type="text/javascript" th:src="@{/js/eventrouter.js}"></script>
|
<script type="text/javascript" th:src="@{/js/eventrouter.js}"></script>
|
||||||
<script type="text/javascript" th:src="@{/js/httpinterceptor.js}"></script>
|
<script type="text/javascript" th:src="@{/js/httpinterceptor.js}"></script>
|
||||||
|
|
@ -44,7 +45,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="input_form">
|
<div class="input_form">
|
||||||
<p>
|
<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="사용자 이메일 입력"
|
<input type="text" id="username" name="username" class="inp_states" placeholder="사용자 이메일 입력"
|
||||||
autocomplete="off">
|
autocomplete="off">
|
||||||
<span class="focus-bg"></span>
|
<span class="focus-bg"></span>
|
||||||
|
|
@ -57,11 +58,11 @@
|
||||||
<input type="password" id="inp2" name="password" class="inp_states" placeholder="비밀번호 입력"
|
<input type="password" id="inp2" name="password" class="inp_states" placeholder="비밀번호 입력"
|
||||||
autocomplete="off">
|
autocomplete="off">
|
||||||
<span class="focus-bg"></span>
|
<span class="focus-bg"></span>
|
||||||
<span class="err_msg">에러메세지가 노출됩니다.</span>
|
<span class="err_msg" >에러메세지가 노출됩니다.</span>
|
||||||
<button class="btn_clear"><span class="blind">삭제</span></button>
|
<button class="btn_clear"><span class="blind">삭제</span></button>
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
<button type="button" class="btn_blue" id="btnLogin">로그인</button>
|
<button type="button" class="btn_blue login_btn" id="btnLogin">로그인</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="out_link">
|
<div class="out_link">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue