mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18458118 관리자 UI 개선 - 검색+미리보기 툴팁
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6974 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ba5fadd441
commit
ddf1597e0e
4 changed files with 139 additions and 5 deletions
|
|
@ -201,3 +201,30 @@
|
|||
.adminLeftContent { float:left; width:60%; margin-right:2%; _margin-right:1.9%;}
|
||||
.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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue