Commit bc784e88 by Scott

Clean up search CSS

Line up h1 and search box.
Reduce nesting of search classes.
parent 2cdecc90
...@@ -389,7 +389,7 @@ class qa_html_theme extends qa_html_theme_base ...@@ -389,7 +389,7 @@ class qa_html_theme extends qa_html_theme_base
$sidebar = @$this->content['sidebar']; $sidebar = @$this->content['sidebar'];
if (!empty($sidebar)) { if (!empty($sidebar)) {
$this->output('<div class="qa-sidebar emerald ' . $qam_snow->welcome_widget_color . '">'); $this->output('<div class="qa-sidebar wet-asphalt ' . $qam_snow->welcome_widget_color . '">');
$this->output_raw($sidebar); $this->output_raw($sidebar);
$this->output('</div>', ''); $this->output('</div>', '');
} }
...@@ -608,7 +608,7 @@ class qa_html_theme extends qa_html_theme_base ...@@ -608,7 +608,7 @@ class qa_html_theme extends qa_html_theme_base
*/ */
public function qam_search($addon_class = FALSE, $ids = FALSE) public function qam_search($addon_class = FALSE, $ids = FALSE)
{ {
$default_color = 'emerald'; $default_color = 'turquoise';
$id = (($ids) ? ' id="' . $ids . '"' : NULL); $id = (($ids) ? ' id="' . $ids . '"' : NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment