mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Merge pull request #19 from misol/enhance/mobileSearch
모바일 검색 지원하며 추가한 스킨, iOS 에서 스타일 보완
This commit is contained in:
commit
197968ba80
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
|
|
@ -2,10 +2,11 @@
|
|||
<!--@if(!$_misolSearch)-->
|
||||
|
||||
<!--// 스타일 불러오기 -->
|
||||
<!--@if($module_info->colorset != "crimson")-->
|
||||
<!--@if($module_info->colorset !== "crimson")-->
|
||||
<load target="./css/blue.css" />
|
||||
<!--@else-->
|
||||
<load target="./css/crimson.css" />
|
||||
|
||||
<!--@end-->
|
||||
|
||||
<load target="./../../../../common/xeicon/xeicon.min.css" />
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
<title xml:lang="en">misol skin</title>
|
||||
<description xml:lang="ko">통합검색 모바일에 검색에 대응하는 미솔 스킨입니다.</description>
|
||||
<description xml:lang="en">The skin for mobile and PC environment of Integrated Search Module</description>
|
||||
<version>1.0</version>
|
||||
<date>2015-12-18</date>
|
||||
<version>1.0.1</version>
|
||||
<date>2016-01-02</date>
|
||||
<author email_address="misol.kr@gmail.com" link="https://github.com/misol">
|
||||
<name xml:lang="ko">김민수</name>
|
||||
<name xml:lang="en">MinSoo Kim</name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue