Showing
2 changed files
with
3 additions
and
3 deletions
| @@ -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> |