mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
메뉴 탐색기 CSS 정리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6980 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fb406799a7
commit
22935b645f
1 changed files with 10 additions and 26 deletions
|
|
@ -202,29 +202,13 @@
|
|||
.adminRightExtra { float:left; width:38%; }
|
||||
.serverresponse { background: #FFFFFF url(../../../../common/tpl/images/loading.gif) no-repeat scroll 5px 5px; height:30px; padding-left:25px; padding-top:5px; }
|
||||
|
||||
/* TODO : */
|
||||
#search_nav {
|
||||
width:154px;
|
||||
border:3px solid #ccc;
|
||||
-webkit-border-radius:5px;
|
||||
-moz-border-radius:5px;
|
||||
}
|
||||
|
||||
#search_nav input {
|
||||
border:0;
|
||||
height:17px;
|
||||
width:134px;
|
||||
}
|
||||
|
||||
#search_nav button {
|
||||
margin:1px 0;
|
||||
padding:0;
|
||||
border:0;
|
||||
height:15px;
|
||||
width:15px;
|
||||
background:transparent url(../img/buttonSearch.gif) no-repeat;
|
||||
}
|
||||
|
||||
#search_nav button.close {
|
||||
background-image:url(../img/buttonClose.gif);
|
||||
}
|
||||
#search_nav { border:3px solid #ccc; margin:0 0 5px 0;}
|
||||
#search_nav input { border:0; height:17px; width:128px; padding:3px 0 0 4px; vertical-align:middle;}
|
||||
#search_nav button { padding:0; border:0; height:17px; width:17px; background:transparent url(../img/buttonSearch.gif) no-repeat center; vertical-align:middle;}
|
||||
#search_nav button.close {background:transparent url(../img/buttonClose.gif) no-repeat center;}
|
||||
.e1 .section ._result{ list-style:none; margin:10px 0 0 0; padding:0;}
|
||||
.e1 .section ._result li{ margin:0;}
|
||||
.e1 .section ._result a{ display:block; color:#767676; padding:4px 5px 4px 10px;}
|
||||
.e1 .section ._result a:hover,
|
||||
.e1 .section ._result a:active,
|
||||
.e1 .section ._result a:focus{ background:#f8f8f8;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue