avoid wrapping of toolbar
This commit is contained in:
parent
dde25f5dd9
commit
23fd8754a4
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
.dokuwiki div.toolbar {
|
||||
margin-bottom: .5em;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dokuwiki div.toolbar #draft__status {
|
||||
float: right;
|
||||
|
|
@ -17,6 +18,7 @@
|
|||
background-color: inherit;
|
||||
}
|
||||
.dokuwiki div.toolbar #tool__bar {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* buttons inside of toolbar */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue