0
I updated my Search Bars mod install to give it a more clean uniformed look. This is what I did.
1. Add a line break at line 44 in the modules\\mod_muscol_search_bars\\tmp\\default.php to separate the album and song search so they aren't smashed right on top of each other.
2. Add the following lines to the end of the file to modules\\mod_muscol_search_bars\\tmp\\search_bars.css The code calls for it, but there was no css set in the css file. This makes the song search follows the same layout rules as the album search.
Hope this helps.
1. Add a line break at line 44 in the modules\\mod_muscol_search_bars\\tmp\\default.php to separate the album and song search so they aren't smashed right on top of each other.
2. Add the following lines to the end of the file to modules\\mod_muscol_search_bars\\tmp\\search_bars.css The code calls for it, but there was no css set in the css file. This makes the song search follows the same layout rules as the album search.
.searchsongsmodule input.keyword_search_input, .searchsongsmodule select{
width:100%;
margin-bottom:4px;
}
Hope this helps.
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »