From 7e4f53c80ccdfcb000e6960c3ba9b9c2ddb3d6de Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 6 Apr 2006 07:35:40 +0000 Subject: [PATCH] changed the CSS for navbutton to position the 2 buttons side by side. #bug4913 --- theme/standard/styles_layout.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 11658ca322..af7f36e601 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -289,10 +289,19 @@ form.popupform { border-width:1px; border-style:solid; } -div.navbar { + +.navbar { width:auto; } +.navbar .navbutton form { + float: left; +} + +.navbar .navbutton { + margin-top: 3px; +} + .navbar .breadcrumb { float:left; margin:0.2em 0em; -- 2.39.5