Commit bf89f86a354cfe377b3e0562a596cc429f81657c

Authored by Karpikau Andrei
1 parent 7095c76a

check responsive

@@ -20,11 +20,11 @@ @@ -20,11 +20,11 @@
20 <a href="#" class="btn btn-default save" >Save</a> 20 <a href="#" class="btn btn-default save" >Save</a>
21 </div> 21 </div>
22 <div id="work_area" style="position:relative;display:none;"> 22 <div id="work_area" style="position:relative;display:none;">
23 - <div class="editor-content" style="min-height:500px;width:800px;"> 23 + <div class="editor-content" style="min-height:500px;max-width:800px;">
24 24
25 25
26 </div> 26 </div>
27 - <div class="wait-layer" style="position:absolute;top:0;left:0;width:800px;height:500px;background-color:#ffffff;">Please, wait ...</div> 27 + <div class="wait-layer" style="position:absolute;top:0;left:0;max-width:800px;height:500px;background-color:#ffffff;">Please, wait ...</div>
28 </div> 28 </div>
29 29
30 </div> 30 </div>
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.160" 2 + VERSION = "0.0.161"
3 end 3 end