From 3ac8c04d3e0200a216accd49d386872c204bb0cf Mon Sep 17 00:00:00 2001 From: samhemelryk Date: Mon, 12 Oct 2009 05:52:39 +0000 Subject: [PATCH] navigation MDL-20233 Left aligned search box if js expansion has been enabled --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index c5303e8858..de99b7e194 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1970,6 +1970,10 @@ body.has_navigation_bar { padding-bottom:2px; } +.sideblock_js_expansion .footer .adminsearchform { + text-align:left; +} + /*** *** Blogs ***/ -- 2.39.5