mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
Minor layouting fixes
This commit is contained in:
parent
ca03fca14a
commit
beee069d3f
@ -170,8 +170,7 @@ let AclButton = React.createClass({
|
|||||||
<ModalWrapper
|
<ModalWrapper
|
||||||
trigger={
|
trigger={
|
||||||
<button
|
<button
|
||||||
className={'btn btn-default btn-sm ' + buttonClassName}
|
className={shouldDisplay ? 'btn btn-default btn-sm ' + buttonClassName : 'hidden'}>
|
||||||
disabled={!shouldDisplay}>
|
|
||||||
{this.sanitizeAction()}
|
{this.sanitizeAction()}
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
.modal-body {
|
||||||
|
padding-top:0;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
padding: 15px 15px 0 15px;
|
padding: 15px 15px 0 15px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user