Bladeren bron

품목삭제 색 변경

whakdo963 2 jaren geleden
bovenliggende
commit
5b49673906
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      src/main/webapp/mobile/app/mpomng/MPOMNG01010.html
  2. 1 1
      src/main/webapp/mobile/css/style.css

+ 1 - 1
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -53,7 +53,7 @@
53 53
 	        <div class="table_header line">
54 54
 	          <div >
55 55
 	            <h1><구매품목></h1>
56
-	            <button type="button" id="ITP_BTN_MPOMNG01010_DETAIL_DELROW" class="btn-primary btn-sm ADB">품목삭제</button>
56
+	            <button type="button" id="ITP_BTN_MPOMNG01010_DETAIL_DELROW" class="btn-danger btn-sm ADB">품목삭제</button>
57 57
 	            <button type="button" id="ITP_BTN_MPOMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MPOMNG01010_ITEM_AREA">품목추가</button>
58 58
 	          </div>
59 59
 	        </div>

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

@@ -399,7 +399,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
399 399
 .content .list_line .list_info .pay_info {text-align:left; padding-left:17px; font-size:12pt;}
400 400
 .content .table_header {margin-top: 6px; width: 100%; height: 38px;}
401 401
 .content .table_header h1 {margin-left: 15px; margin-top:16px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
402
-.content .table_header button {float: right; width: 75px; height:34px; font-size: 10pt; font-weight: 100; padding:0px; margin: 4px 12px 6px 0; border-radius:15px;}
402
+.content .table_header button {float: right; width: 75px; height:34px; font-size: 10pt; font-weight: 100; padding:0px; margin: 0px 12px 6px 0; border-radius:15px;}
403 403
 .detail_content {top: 0px; position: fixed; display:contents; z-index: 10; width:100%; background: #fff;}
404 404
 .detail_content .detail_content_fix {background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
405 405
 .detail_content .detail_header {width: 330px; height: 50px; margin:0; left:50%; position:relative; transform:translateX(-50%);}