20 lines
267 B
CSS
20 lines
267 B
CSS
.sideSearchPanel {
|
|
float: left;
|
|
font-size: 12px;
|
|
overflow: auto;
|
|
/*height:800px;*/
|
|
}
|
|
|
|
.sideSearchPanel input.k-textbox {
|
|
height: 20px;
|
|
}
|
|
|
|
.sideSearchPanel .k-input {
|
|
height: 20px;
|
|
}
|
|
|
|
.sideSearchPanel label {
|
|
float: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|