Merged trunk-website-al
[odoo/odoo.git] / addons / website / static / src / css / editor.sass
index 289ab1e..2ce32a8 100644 (file)
@@ -327,3 +327,34 @@ $remove_color: $icon_close
         color: $remove_color
     .oe_seo_suggestion
         cursor: pointer
+
+/* ---- ACE EDITOR ---- */
+
+.oe_ace_view_editor
+    position: fixed
+    top: 51px
+    right: 0px
+    height: 100%
+    z-index: 1000
+    .oe_ace_view_editor_title
+        width: 100%
+        padding-left: 2px
+        height: 3em
+        background-color: #111
+        .oe_view_list
+            width: 50%
+    .ace_editor
+        position: absolute
+        top: 3em
+        right: 0
+        bottom: 0
+        left: 0
+        width: 720px
+
+.oe_ace_closed
+    width: 0
+    transition: width 0.4s ease-in
+
+.oe_ace_open
+    width: 720px
+    transition: width 0.4s ease-in