Browse Source

모바일 버튼 스타일 변경

whakdo963 2 years ago
parent
commit
bc83b26c4e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/mobile/css/style.css

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

@@ -136,14 +136,14 @@ section .popup_scroll li .right button:hover {background:#FCD5C1;}
136 136
 section .popup_scroll li .right button:checked {background:#ccc;}
137 137
 section .popup2 .list_line .line_right {float:right; width:70%;}
138 138
 section .popup2 .list_line .line_right select {width:200px; float:right; height:34px; margin-top:4px;}
139
-section .popup2 .list_line .line_right input {width:200px; float:right;}
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 142
 section .popup2 .search .left {width:20%; float:left; margin:20px;}
143 143
 section .popup2 .search .right {width:20%; float:right; margin:20px;}
144 144
 
145 145
 section .popup2 .search .left button,
146
-section .popup2 .search .right button {width:100%;}
146
+section .popup2 .search .right button {width:100%; 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 {}