make it purdy
This commit is contained in:
parent
5e8a1802d7
commit
bd855021cd
1 changed files with 26 additions and 0 deletions
|
|
@ -153,6 +153,32 @@ html,body { margin: 0; padding: 0; height: 100% }
|
||||||
|
|
||||||
#searchFilters {
|
#searchFilters {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#searchFilters .deleteIcon {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#searchFilters span {
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
width: 9%;
|
||||||
|
text-align: right;
|
||||||
|
padding-right: 1%;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#searchFilterAdd {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
.filter_title input {
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
width: 89%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapper .yui-content {
|
#wrapper .yui-content {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue