mirror of https://github.com/apache/cloudstack.git
Fix button layout
This commit is contained in:
parent
940d0a417e
commit
e307ba5f8e
|
|
@ -60,15 +60,19 @@
|
|||
|
||||
.button {
|
||||
@include csui-button;
|
||||
@include span-columns(2);
|
||||
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
&.previous {
|
||||
@include shift(6);
|
||||
}
|
||||
|
||||
&.cancel {
|
||||
}
|
||||
|
||||
&.next {
|
||||
@include csui-button-cta;
|
||||
|
||||
float: right;
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue