mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Issue 2614 fix "xe_solid_enterprise" style/script bug.
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11831 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
28b63bda8b
commit
768d1958e3
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ img{border:none}
|
|||
#wrap .slide_banner{width:100%;height:446px;background:url(../images/slide_box_bg.gif) repeat-x top left;padding-top:15px}
|
||||
.container .search_box_layout{position:absolute;top:10px;right:0px}
|
||||
.search_box_layout .inputBox{width:218px;height:29px;background:url(../images/search_box_bg.gif) no-repeat top left}
|
||||
.search_box_layout .inputBox .iText{width:175px;float:left;background:none;;outline:none;border:0 none;padding-left:10px;margin-top:3px}
|
||||
.search_box_layout .inputBox .iText{width:175px;float:left;background:none;outline:none;border:0 none;padding-left:10px;margin-top:5px}
|
||||
.search_box_layout .inputBox .is_submit{width:15px;height:14px;float:right;margin-top:6px;margin-right:10px}
|
||||
/* GNB */
|
||||
.header .gnb{position:absolute;top:36px;left:220px;z-index:300}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -108,7 +108,7 @@
|
|||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="IS" />
|
||||
<div class="inputBox">
|
||||
<input type="text" name="is_keyword" value="{$is_keyword}" />
|
||||
<input type="text" name="is_keyword" value="{$is_keyword}" class="iText" />
|
||||
<input type="image" src="images/icon_search.gif" class="is_submit" value="{$lang->cmd_search}" />
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue