Procházet zdrojové kódy

버튼 오른쪽 정렬

whakdo963 před 2 roky
rodič
revize
843bdfed27
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/main/webapp/mobile/css/style.css

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

@@ -402,7 +402,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
402 402
 .content .table_btn {margin-top: 6px; width: 100%; height: 40px;}
403 403
 .content .table_header h1 {margin-left: 15px; margin-top:0px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
404 404
 .content .table_btn h1 {margin-left: 15px; margin-top:16px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
405
-.content .table_btn button {width: 62px; height:34px; font-size: 10pt; font-weight: 100; padding:0px; margin: 0px 2px 0px 0; border-radius:5px;}
405
+.content .table_btn button {float:right; width: 62px; height:34px; font-size: 10pt; font-weight: 100; padding:0px; margin: 0px 2px 0px 0; border-radius:5px;}
406 406
 .detail_content {top: 0px; position: fixed; display:contents; z-index: 10; width:100%; background: #fff;}
407 407
 .detail_content .detail_content_fix {background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
408 408
 .detail_content .detail_header {width: 330px; height: 30px; margin:0; left:50%; position:relative; transform:translateX(-50%);}