[FIX] layout bug, right alignment of blocks incorrect
authorFabien Pinckaers <fp@tinyerp.com>
Fri, 7 Feb 2014 10:48:31 +0000 (11:48 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Fri, 7 Feb 2014 10:48:31 +0000 (11:48 +0100)
bzr revid: fp@tinyerp.com-20140207104831-s52wrim8r8k7eqox

addons/website/static/src/css/website.css
addons/website/static/src/css/website.sass

index 27c7450..39a29be 100644 (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;
index 2c5f691..672976e 100644 (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