Skip to content
Snippets Groups Projects
Commit 330808b2 authored by Christophe Matthieu's avatar Christophe Matthieu
Browse files

[FIX] website.snippet: display snippet editor button inline insead of 2 lines for the small boxes

parent 474eae9a
No related branches found
No related tags found
No related merge requests found
......@@ -356,6 +356,13 @@
}
.oe_overlay .oe_overlay_options > .btn-group {
left: -50%;
white-space: nowrap;
}
.oe_overlay .oe_overlay_options > .btn-group > a {
cursor: pointer;
display: inline-block;
float: none;
margin: 0 -3px;
}
.oe_overlay .oe_overlay_options .btn, .oe_overlay .oe_overlay_options a {
cursor: pointer;
......
......@@ -264,6 +264,12 @@
z-index: 1002
> .btn-group
left: -50%
white-space: nowrap
> a
cursor: pointer
display: inline-block
float: none
margin: 0 -3px
.btn, a
cursor: pointer
.dropdown
......
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