mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 05:28:44 +02:00
Add Toolbar factory, Use new factory entry for cancel buttons, better check of twig errors, fix fatal error page
This commit is contained in:
@@ -3,6 +3,24 @@
|
||||
* license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
.ibo-action-toolbar {
|
||||
position: relative;
|
||||
}
|
||||
$ibo-toolbar--button-margin-top: 16px !default;
|
||||
$ibo-toolbar--margin: 6px 0 !default;
|
||||
|
||||
.ibo-toolbar {
|
||||
margin: $ibo-toolbar--margin;
|
||||
|
||||
&.ibo-toolbar--action {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&.ibo-toolbar--button {
|
||||
@extend %ibo-vertically-centered-content;
|
||||
margin-top: $ibo-toolbar--button-margin-top;
|
||||
}
|
||||
|
||||
&.ibo-toolbar-top{
|
||||
padding-left: calc(90px + 64px);
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user