re-re-align buttons
This commit is contained in:
@@ -264,7 +264,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
//margin: 6px 8px;
|
margin: 6px 8px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
min-height: 36px;
|
min-height: 36px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -344,9 +344,9 @@
|
|||||||
padding: @alertify_padding-base;
|
padding: @alertify_padding-base;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
button{
|
button{
|
||||||
margin:0px;
|
margin:0px !important; // XXX was not overriding the button margin
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
margin-right: @alertify_padding-base;
|
margin-right: @alertify_padding-base !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user