css syntax for search

This commit is contained in:
Sanj 2011-10-15 16:11:16 +05:30
parent eeb5b72f74
commit 6ab0c7528d
2 changed files with 3 additions and 2 deletions

View File

@ -462,7 +462,7 @@ input#id_law_image
box-shadow:1px 1px 1px transparent;}
input#id_law_image:focus
{outline
{outline: none;}
#searchContainer {

View File

@ -243,10 +243,11 @@ function doState(queryData) {
}
//FIXME TO USE ABOUT / NO ABOUT LOGIC BASED ON USER PREFS.
/*
if (!queryData.hasOwnProperty("noAbout")) {
$('#aboutBtn').click();
}
*/
if (queryData.tab == undefined || queryData.tab == '') {
// alert("foo");
var $tab = $('.defaultTab');