mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
모바일 검색 지원하며 추가한 스킨, iOS 에서 스타일 보완
https://github.com/xetown/xe-core/pull/9 에서 추가한 통합검색 스킨이 iOS 환경에서도 일관되게 보이도록 수정
This commit is contained in:
parent
2cd07067de
commit
ae7cbf51c0
6 changed files with 20 additions and 9 deletions
|
|
@ -7,8 +7,8 @@
|
|||
font-family: "맑은 고딕", "Apple SD Gothic Neo","나눔고딕",NanumGothic,'Nanum Gothic',"돋움",Dotum,"굴림",Gulim,Helvetica,sans-serif;
|
||||
font-size: 14px;
|
||||
background-color: #fff;
|
||||
margin: 5px 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
padding: 5px 0px 10px;
|
||||
}
|
||||
.misolSearch section.misolSearchSection
|
||||
{
|
||||
|
|
@ -27,6 +27,10 @@
|
|||
#misolSearchForm{
|
||||
display:inline-block;
|
||||
}
|
||||
.misolSearch .searchBox input {
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
.misolSearch .searchBox input[type="submit"]{vertical-align:top;background:#616161;border:1px solid #e0e0e0;color:#fff;height:32px;padding:0 15px;margin:0;}
|
||||
.misolSearch .searchBox input[type="submit"]:hover, .misolSearch .searchBox input[type='submit']:focus {background:#153888;}
|
||||
.misolSearch .searchBox input.keyword[type='text'] {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -7,8 +7,8 @@
|
|||
font-family: "맑은 고딕", "Apple SD Gothic Neo","나눔고딕",NanumGothic,'Nanum Gothic',"돋움",Dotum,"굴림",Gulim,Helvetica,sans-serif;
|
||||
font-size: 14px;
|
||||
background-color: #fff;
|
||||
margin: 5px 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
padding: 5px 0px 10px;
|
||||
}
|
||||
.misolSearch section.misolSearchSection
|
||||
{
|
||||
|
|
@ -27,6 +27,10 @@
|
|||
#misolSearchForm{
|
||||
display:inline-block;
|
||||
}
|
||||
.misolSearch .searchBox input {
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
.misolSearch .searchBox input[type="submit"]{vertical-align:top;background:#616161;border:1px solid #e0e0e0;color:#fff;height:32px;padding:0 15px;margin:0;}
|
||||
.misolSearch .searchBox input[type="submit"]:hover, .misolSearch .searchBox input[type='submit']:focus {background:#872434;}
|
||||
.misolSearch .searchBox input.keyword[type='text'] {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue