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

This commit is contained in:
Christophe Matthieu 2014-07-23 16:21:53 +02:00
parent 474eae9a43
commit 330808b2cf
2 changed files with 13 additions and 0 deletions

View File

@ -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;

View File

@ -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