[IMP] website: This page is under construction
authorChristophe Matthieu <chm@openerp.com>
Tue, 14 Jan 2014 16:04:34 +0000 (17:04 +0100)
committerChristophe Matthieu <chm@openerp.com>
Tue, 14 Jan 2014 16:04:34 +0000 (17:04 +0100)
bzr revid: chm@openerp.com-20140114160434-wukbj48ope1twhja

addons/website/static/src/css/editor.css
addons/website/static/src/css/editor.sass
addons/website/static/src/css/website.css
addons/website/static/src/css/website.sass
addons/website/static/src/img/under_construction.png [new file with mode: 0644]

index 79fcdb6..11cfad4 100644 (file)
   top: 2px;
 }
 
+.oe_structure.oe_empty:empty, [data-oe-type=html]:empty, .oe_structure.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/edit_here.png") !important;
+}
+
+.oe_structure.oe_empty:empty:before, [data-oe-type=html]:empty:before, .oe_structure.oe_empty > .oe_drop_zone.oe_insert:only-child:before, [data-oe-type=html] > .oe_drop_zone.oe_insert:only-child:before {
+  content: "Press The Top-Left Edit Button" !important;
+}
+
 /* ---- EDITOR BAR ---- {{{ */
 table.editorbar-panel {
   cursor: pointer;
@@ -433,8 +441,9 @@ ul.oe_menu_editor .disclose {
 
 /* ---- SNIPPET MANIPULATOR ---- {{{ */
 .resize_editor_busy {
-  background-color: rgba(0,0,0,0.1);
+  background-color: rgba(0, 0, 0, 0.3);
 }
+
 .oe_overlay {
   display: none;
   position: absolute;
index 78af810..0ea928d 100644 (file)
         position: relative !important
         top: +2px
 
+.oe_structure.oe_empty:empty, [data-oe-type=html]:empty, .oe_structure.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/edit_here.png') !important
+
+.oe_structure.oe_empty:empty:before, [data-oe-type=html]:empty:before, .oe_structure.oe_empty > .oe_drop_zone.oe_insert:only-child:before, [data-oe-type=html] > .oe_drop_zone.oe_insert:only-child:before
+    content: 'Press The Top-Left Edit Button' !important
+
 // }}}
 
 /* ---- EDITOR BAR ---- {{{ */
index 9092b34..425fbd1 100644 (file)
@@ -234,7 +234,7 @@ footer {
 }
 
 .oe_structure.oe_empty:empty, [data-oe-type=html]:empty, .oe_structure.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/edit_here.png");
+  background-image: url("/website/static/src/img/under_construction.png");
   background-repeat: no-repeat;
   background-position: center;
   height: 220px !important;
@@ -245,7 +245,7 @@ footer {
 }
 
 .oe_structure.oe_empty:empty:before, [data-oe-type=html]:empty:before, .oe_structure.oe_empty > .oe_drop_zone.oe_insert:only-child:before, [data-oe-type=html] > .oe_drop_zone.oe_insert:only-child:before {
-  content: "Press The Top-Left Edit Button";
+  content: "This page is under construction";
   text-align: center;
   display: block;
   padding-top: 160px;
index ec79845..cb7a86c 100644 (file)
@@ -154,7 +154,7 @@ footer
     background-image: url('/website/static/src/img/drag_here.png')
 
 .oe_structure.oe_empty:empty, [data-oe-type=html]:empty, .oe_structure.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/edit_here.png')
+    background-image: url('/website/static/src/img/under_construction.png')
     background-repeat: no-repeat
     background-position: center
     height: 220px !important
@@ -163,7 +163,7 @@ footer
     position: static
 
 .oe_structure.oe_empty:empty:before, [data-oe-type=html]:empty:before, .oe_structure.oe_empty > .oe_drop_zone.oe_insert:only-child:before, [data-oe-type=html] > .oe_drop_zone.oe_insert:only-child:before
-    content: 'Press The Top-Left Edit Button'
+    content: 'This page is under construction'
     text-align: center
     display: block
     padding-top: 160px
diff --git a/addons/website/static/src/img/under_construction.png b/addons/website/static/src/img/under_construction.png
new file mode 100644 (file)
index 0000000..2d5ee85
Binary files /dev/null and b/addons/website/static/src/img/under_construction.png differ