mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°2847 - Action buttons
This commit is contained in:
@@ -20,4 +20,5 @@
|
||||
@import "form";
|
||||
@import "input";
|
||||
@import "fieldset";
|
||||
@import "field";
|
||||
@import "field";
|
||||
@import "toolbar";
|
||||
@@ -303,8 +303,13 @@ $ibo-button-icon--padding-right: 4px !default;
|
||||
& ~ .ibo-button {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
&.ibo-action-button {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.ibo-button-icon {
|
||||
padding-right: $ibo-button-icon--padding-right;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
8
css/backoffice/components/_toolbar.scss
Normal file
8
css/backoffice/components/_toolbar.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
/*!
|
||||
* copyright Copyright (C) 2010-2020 Combodo SARL
|
||||
* license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
.ibo-action-toolbar {
|
||||
position: relative;
|
||||
}
|
||||
Reference in New Issue
Block a user