Skip to content

Commit

Permalink
CodeMirror refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
zoka committed Mar 28, 2012
1 parent 9679088 commit 5cd6ca2
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 82 deletions.
2 changes: 2 additions & 0 deletions resources/public/ringmon/css/codemirror.css
Expand Up @@ -9,6 +9,7 @@
/* This is needed to prevent an IE[67] bug where the scrolled content
is visible outside of the scrolling box. */
position: relative;
outline: none;
}

.CodeMirror-gutter {
Expand All @@ -27,6 +28,7 @@
}
.CodeMirror-lines {
padding: .4em;
white-space: pre;
}

.CodeMirror pre {
Expand Down
2 changes: 2 additions & 0 deletions resources/public/ringmon/monview.html
Expand Up @@ -60,6 +60,8 @@
<span>the current buffer/selection [<em>Ctrl-Enter</em>].</span>
<button id="sendmsg" style="margin-left:10px;">Send</button>
<span>the current buffer/selection as a chat message.</span>
<button id="invite" style="margin-left:10px;">Invite</button>
<span>other people to join the conversation.</span>
</span>
<textarea id="Cloj">
</textarea>
Expand Down

0 comments on commit 5cd6ca2

Please sign in to comment.