Skip to content
Snippets Groups Projects
Commit e453c787 authored by gnaegi's avatar gnaegi
Browse files

OO-1068 more cleanup in content styles, standard way of displaying header buttons

parent ab78da06
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -52,6 +52,14 @@ ...@@ -52,6 +52,14 @@
text-align: left; text-align: left;
} }
} }
/* use together with o_button_group to have buttons left or right aligned */
.o_button_group_left {
text-align: left;
}
.o_button_group_right {
text-align: right;
}
/* use as wrapper when buttons should be right aligned next to a title */
.o_header_with_buttons { .o_header_with_buttons {
@include clearfix(); @include clearfix();
@extend %o_block_bottom; @extend %o_block_bottom;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment