Skip to content

Commit

Permalink
added ACE Editor hint for full screen view
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Frank Hoffmann authored and Dr. Frank Hoffmann committed Jul 11, 2018
1 parent f867fdc commit 2a8c761
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/zmi/styles/resources/zmi_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ textarea.zmi-code {
#editor_container {
height:30rem;
}
#editor_container:after {
content:"Please press F10 for full screen view";
display:block;
margin-top:0;
font-size:11px;
color:#999;
}
#editor {
height:100%;
width: 100%;
Expand Down

0 comments on commit 2a8c761

Please sign in to comment.