mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 20:53:53 +01:00
changed the CSS for navbutton to position the 2 buttons side by side. #bug4913
This commit is contained in:
parent
7e73ff00cf
commit
7e4f53c80c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user