X-Git-Url: https://code.grnet.gr/git/flowspy/blobdiff_plain/802dfff6fee4cf8dbb5988bdf69054a1176b38fc..6ecbf4ec19427d92d3482198069ce442dfc8c877:/static/js/tinymce/plugins/template/css/template.css diff --git a/static/js/tinymce/plugins/template/css/template.css b/static/js/tinymce/plugins/template/css/template.css new file mode 100644 index 0000000..2d23a49 --- /dev/null +++ b/static/js/tinymce/plugins/template/css/template.css @@ -0,0 +1,23 @@ +#frmbody { + padding: 10px; + background-color: #FFF; + border: 1px solid #CCC; +} + +.frmRow { + margin-bottom: 10px; +} + +#templatesrc { + border: none; + width: 320px; + height: 240px; +} + +.title { + padding-bottom: 5px; +} + +.mceActionPanel { + padding-top: 5px; +}