[FIX] layout bug, right alignment of blocks incorrect

bzr revid: fp@tinyerp.com-20140207104831-s52wrim8r8k7eqox
This commit is contained in:
Fabien Pinckaers 2014-02-07 11:48:31 +01:00
parent 9289a2608d
commit 02aff66446
2 changed files with 0 additions and 10 deletions

View File

@ -1,4 +1,3 @@
@charset "utf-8";
/* THIS CSS FILE IS FOR WEBSITE THEMING CUSTOMIZATION ONLY
*
* css for editor buttons, openerp widget included in the website and other
@ -166,11 +165,6 @@ footer {
width: 100%;
}
.row {
min-height: 32px;
width: 100%;
}
/* ---- HACK FOR COVERING UP CK EDITOR BOGUS P INSERTION --- */
.oe_structure.oe_editable.oe_empty:empty, .oe_editable[data-oe-type=html]:empty, .oe_structure.oe_editable.oe_empty > .oe_drop_zone.oe_insert:only-child, [data-oe-type=html] > .oe_drop_zone.oe_insert:only-child {
background-image: url("/website/static/src/img/drag_here.png") !important;

View File

@ -128,10 +128,6 @@ footer
float: left
width: 100%
.row
min-height: 32px
width: 100%
/* ---- HACK FOR COVERING UP CK EDITOR BOGUS P INSERTION --- */
.oe_structure.oe_editable.oe_empty:empty, .oe_editable[data-oe-type=html]:empty, .oe_structure.oe_editable.oe_empty > .oe_drop_zone.oe_insert:only-child, [data-oe-type=html] > .oe_drop_zone.oe_insert:only-child