By ultrajet on
Hi, I happened to have two exposed filters in views, and I need to separate them with a separator, are there any way to do this?
Thanks
Hi, I happened to have two exposed filters in views, and I need to separate them with a separator, are there any way to do this?
Thanks
Comments
A little CSS
A little CSS perhaps?
#project-solr-browse-projects-form > div > div {
float: left;
clear: left;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #1a2929 //'cause i like the wsj
}
#project-solr-browse-projects-form > div > div:first{
margin: 0;
padding: 0;
border: none;
}
Cool Thanks
Cool Thanks