first commit
This commit is contained in:
27
www/bower_components/bootstrap-rtl-ondemand/less/modals-rtl.less
vendored
Normal file
27
www/bower_components/bootstrap-rtl-ondemand/less/modals-rtl.less
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// RTL Modals
|
||||
// --------------------------------------------------
|
||||
|
||||
// Footer (for actions)
|
||||
.modal-footer {
|
||||
text-align: left; // right align buttons
|
||||
|
||||
&.flip {
|
||||
text-align: right;
|
||||
}
|
||||
// Properly space out buttons
|
||||
.btn + .btn {
|
||||
margin-left: auto;
|
||||
margin-right: 5px;
|
||||
}
|
||||
// but override that for button groups
|
||||
.btn-group .btn + .btn {
|
||||
margin-right: -1px;
|
||||
margin-left: auto;
|
||||
}
|
||||
// and override it for block buttons as well
|
||||
.btn-block + .btn-block {
|
||||
margin-right: 0;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user