Added support of resizable editor

This commit is contained in:
Wu Cheng-Han 2015-09-25 18:46:08 +08:00
parent b86a695f9c
commit 529c5f6c13
19 changed files with 47 additions and 2 deletions

View file

@ -16,6 +16,7 @@
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/bootstrap-social.css">
<% } %>
<link rel="stylesheet" href="/vendor/jquery-ui/jquery-ui.min.css">
<link rel="stylesheet" href="/vendor/codemirror/lib/codemirror.css">
<link rel="stylesheet" href="/vendor/codemirror/addon/fold/foldgutter.css">
<link rel="stylesheet" href="/vendor/codemirror/addon/dialog/dialog.css">