summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-25 18:46:08 +0800
committerWu Cheng-Han2015-09-25 18:46:08 +0800
commit529c5f6c1356206ccb87f30db35c3886a17f5ad3 (patch)
tree85b428b231356992ebfb004ada89d688a26f2e05 /public/css/index.css
parentb86a695f9c78d7698aa3617af520454401977163 (diff)
Added support of resizable editor
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/public/css/index.css b/public/css/index.css
index 4b2359af..5101ac5c 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -42,15 +42,23 @@ body {
cursor: pointer;
margin: 2px;
}
-.row {
+.ui-content {
+ height: 100%;
margin-left: 0;
margin-right: 0;
}
.ui-edit-area {
+ height: 100%;
/*padding-left: 15px;*/
padding-left: 0 !important;
padding-right: 0 !important;
}
+.ui-edit-area .ui-resizable-handle.ui-resizable-e {
+ cursor: col-resize;
+ width: 5px;
+ background-color: white;
+ box-shadow: 5px 0px 10px #e7e7e7;
+}
.ui-view-area {
/*overflow-y: scroll;*/
-webkit-overflow-scrolling: touch;