From: urs_hunkler Date: Thu, 6 Apr 2006 07:35:40 +0000 (+0000) Subject: changed the CSS for navbutton to position the 2 buttons side by side. #bug4913 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7e4f53c80ccdfcb000e6960c3ba9b9c2ddb3d6de;p=moodle.git changed the CSS for navbutton to position the 2 buttons side by side. #bug4913 --- 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;