changed the CSS for navbutton to position the 2 buttons side by side. #bug4913

This commit is contained in:
urs_hunkler 2006-04-06 07:35:40 +00:00
parent 7e73ff00cf
commit 7e4f53c80c

View File

@ -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;