[FIX] Ace CSS prefixes

bzr revid: ddm@openerp.com-20130913130550-neezqclp4a9ti78l
This commit is contained in:
ddm 2013-09-13 15:05:50 +02:00
parent abd4742c6a
commit 9cba34b538
2 changed files with 8 additions and 0 deletions

View File

@ -415,6 +415,10 @@ table.editorbar-panel td.selected {
/* ---- ACE EDITOR ---- */
.oe_ace_view_editor {
transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
opacity: 0.3;
position: fixed;
top: 51px;

View File

@ -367,6 +367,10 @@ $navbar_height: 51px
.oe_ace_view_editor
transition: all 0.2s ease-in
-webkit-transition: all 0.2s ease-in
-ms-transition: all 0.2s ease-in
-o-transition: all 0.2s ease-in
-moz-transition: all 0.2s ease-in
opacity: 0.3
position: fixed
top: $navbar_height