mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Vertical alignment of button toolbars
This commit is contained in:
parent
37405f4ec8
commit
873bd182f0
@ -44,7 +44,7 @@
|
||||
<hr>
|
||||
|
||||
<div id='button-toolbar'>
|
||||
<div class='container-fluid' style="float: right;">
|
||||
<div class='button-toolbar container-fluid' style="float: right;">
|
||||
<button class='btn btn-success' id='part-create'>New Part</button>
|
||||
<div class='dropdown' style='float: right;'>
|
||||
<button id='part-options' class='btn btn-primary dropdown-toggle' type='button' data-toggle="dropdown">Options<span class='caret'></span></button>
|
||||
|
@ -199,6 +199,10 @@
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.button-toolbar {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.panel-group {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
@ -45,7 +45,7 @@
|
||||
<hr>
|
||||
|
||||
<div id='button-toolbar'>
|
||||
<div class='container-fluid' style='float: right;'>
|
||||
<div class='button-toolbar container-fluid' style='float: right;'>
|
||||
<button class="btn btn-success" id='item-create'>New Stock Item</button>
|
||||
<div class="dropdown" style='float: right;'>
|
||||
<button id='stock-options' class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Options<span class="caret"></span></button>
|
||||
|
Loading…
Reference in New Issue
Block a user