Browse Source

edit.css

加入 插入JSON相关 按钮和div的样式
laohuangsk8 10 years ago
parent
commit
0e29236492
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Public/css/page/edit.css

+ 5 - 1
Public/css/page/edit.css

@@ -91,4 +91,8 @@ body {
 
 .btns button:hover, .btn:hover {
     background: #f6f6f6;
-}
+}
+
+#json-templ{ position:fixed; float:left; top:100px; left:300px; border:2px solid #ccc; display:none; z-index:999999;}
+
+.markdown-body.editormd-preview-container table tr td{ max-width:300px;}