Explorar el Código

재고처리 버튼 크기 조정

whakdo963 hace 2 años
padre
commit
39afde11f0

+ 2 - 2
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG01010.html

@@ -227,10 +227,10 @@
227 227
 				</div>
228 228
 			    <div class="search">
229 229
 	 				<div class="left">
230
-	 					<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_CANCEL" class="col_3 btn-danger btn-sm CLB">취소</button>
230
+	 					<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_CANCEL" style="float:right; margin-right:5px;" class="col_3 btn-danger btn-sm CLB">취소</button>
231 231
 	 				</div>
232 232
 					<div class="right">				  		
233
-			  			<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_REQ" class="col_3 btn-primary btn-sm ">저장</button>
233
+			  			<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_REQ" style="float:left; margin-left:5px;" class="col_3 btn-primary btn-sm ">저장</button>
234 234
 					</div>			  		
235 235
 			    </div>
236 236
 			</div>

+ 4 - 4
src/main/webapp/mobile/css/style.css

@@ -139,11 +139,11 @@ section .popup2 .list_line .line_right select {width:200px; float:right; height:
139 139
 section .popup2 .list_line .line_right input {width:200px; float:right; text-align:right;}
140 140
 section .popup2 .list_line .info{width:30%; padding-top:8px; padding-left:20px; text-align:left; font-size:12pt;}
141 141
 
142
-section .popup2 .search .left {width:20%; float:left; margin:20px;}
143
-section .popup2 .search .right {width:20%; float:right; margin:20px;}
142
+section .popup2 .search .left {width:50%; float:left;}
143
+section .popup2 .search .right {width:50%; float:right;}
144 144
 
145 145
 section .popup2 .search .left button,
146
-section .popup2 .search .right button {width:100%; height:34px; font-size:12pt;}
146
+section .popup2 .search .right button {width:70px; height:34px; font-size:12pt;}
147 147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
148 148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
149 149
 section .popup2 .content .line.ml_10 {}
@@ -551,7 +551,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
551 551
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
552 552
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
553 553
 
554
-.scroll_area li .left .nomal .m_btn_bar{position: relative; display:inline-flex; width:90px; height:25px; font-size: 12pt; margin-left:10px;}
554
+.scroll_area li .left .nomal .m_btn_bar{position: relative; top:-1px; display:inline-flex; width:90px; height:25px; font-size: 12pt; margin-left:10px;}
555 555
 .scroll_area li .left .nomal .m_btn_bar button{width: 25px; height: 25px; font-size: 12pt; padding: 0; margin:0; border:1px solid #E0B8AB; border-radius:0; background: #e1cac1; color:#fff;}
556 556
 .scroll_area li .left .nomal .m_btn_bar button div{position:relative; width:10px; top:0px; left:1px;}
557 557
 .scroll_area li .left .nomal .m_btn_bar .col_0{width: 40px; text-align:center; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}