File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
BlogEngine/BlogEngine.NET/Custom/Widgets/TextBox Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 21
21
<head >
22
22
<link rel =" stylesheet" href =" ~/Content/bootstrap.min.css" >
23
23
<link rel =" stylesheet" href =" ~/admin/themes/standard/css/styles.css" >
24
+ <style >
25
+ .mce-floatpanel { left : 0 !important ; top : 0 !important ; }
26
+ .mce-textbox { width : 85% !important ; }
27
+ .mce-widget.mce-btn.mce-primary { left : 20px !important ; }
28
+ .mce-widget.mce-btn.mce-abs-layout-item.mce-last { left : 80px !important ; }
29
+ </style >
24
30
<script src =" ~/admin/editors/tinymce/tinymce.min.js" ></script >
25
31
<script >
26
32
tinymce .init ({
30
36
" searchreplace visualblocks code fullscreen textcolor imagetools" ,
31
37
" insertdatetime media table contextmenu paste"
32
38
],
33
- toolbar: " styleselect | bold underline italic | bullist numlist | forecolor backcolor | link" ,
39
+ toolbar: " styleselect | bold underline italic | bullist numlist | forecolor backcolor | link code " ,
34
40
autosave_ask_before_unload: false ,
35
41
max_height: 400 ,
36
42
min_height: 100 ,
You can’t perform that action at this time.
0 commit comments