make it purdy

This commit is contained in:
Doug Bell 2010-08-25 16:01:16 -05:00
parent 5e8a1802d7
commit bd855021cd

View file

@ -153,6 +153,32 @@ html,body { margin: 0; padding: 0; height: 100% }
#searchFilters {
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 {