Ticket #949 -> En la caja de búsqueda, pulsar el símbolo de la lupa para buscar
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@54 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
01ffc2ba49
commit
5946c0b8ed
@ -245,45 +245,36 @@ ul.navmenu li a.logout:hover {
|
||||
/*************************** Search panel ****************************/
|
||||
#searchform {
|
||||
float: right;
|
||||
background: url("lib/images/search.png") repeat scroll 0 0 transparent;
|
||||
border-style: none;
|
||||
height: 28px;
|
||||
padding-left: 4px;
|
||||
width: 176px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#search-panel {
|
||||
/*background: url(lib/images/bg-search.png) repeat-x scroll 0 0 transparent;
|
||||
border: 1px solid #E9E9E9;
|
||||
margin-top: 10px;
|
||||
padding: 5px;*/
|
||||
float: right;
|
||||
padding: 5px 0px 5px;
|
||||
}
|
||||
|
||||
|
||||
#searchbar {
|
||||
background: url("lib/images/search.png") repeat scroll 0 0 transparent;
|
||||
border-style: none;
|
||||
height: 14px;
|
||||
padding-left: 26px;
|
||||
width: 147px;
|
||||
margin: 0;
|
||||
/*background: url(lib/images/bg-search-inp.png) repeat-x scroll 0 0 transparent;
|
||||
border: 1px solid #D9D8D8;
|
||||
color: #666666;
|
||||
font-size: 11px;
|
||||
height: 27px;
|
||||
line-height: 27px;
|
||||
margin-right: 7px;
|
||||
padding: 0 10px;
|
||||
width: 265px;*/
|
||||
background: transparent !important;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#searchsubmit {
|
||||
/*background: url(lib/images/bg-search-btn.png) repeat scroll center center transparent;
|
||||
border: 1px solid #D9D8D8;
|
||||
cursor: pointer;
|
||||
height: 29px;
|
||||
text-indent: -9999px;
|
||||
width: 26px;*/
|
||||
height: 14px;
|
||||
display: none;
|
||||
float: right;
|
||||
width: 28px;
|
||||
background: transparent !important;
|
||||
height: 28px;
|
||||
text-indent: 9999px;
|
||||
}
|
||||
|
||||
#searchsubmit:active {
|
||||
background: transparent !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#search-icon {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user