Skip to content
Snippets Groups Projects
Commit ea6382c3 authored by Brett Bieber's avatar Brett Bieber
Browse files

Hide any local google search boxes and remove loading gif.

parent 6fb803f7
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,12 @@ The Search results
*/
#unl_results {min-height: 300px; background:url('/wdn/templates_3.0/css/header/images/colorbox/loading.gif') center 30px no-repeat;}
#unl_results .gsc-search-box,
#local_results .gsc-search-box {
display:none;
}
#unl_results {min-height: 300px;}
#searchform {
margin-bottom: 10px;
}
......@@ -77,7 +82,6 @@ The Search results
background:#FAFAFA;
}
.gs-result {
border-bottom:1px solid #ddd;
padding: 0.7em;
}
.gs-webResult div.gs-visibleUrl-short {
......@@ -88,7 +92,6 @@ The Search results
}
.gs-result:hover {
background:#FFFEF0;
border-bottom:1px solid #d3d3d3;
}
.gs-search-nav {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment