diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/program/js/tiny_mce/plugins/template/css | |
Diffstat (limited to 'webmail/program/js/tiny_mce/plugins/template/css')
| -rw-r--r-- | webmail/program/js/tiny_mce/plugins/template/css/template.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/webmail/program/js/tiny_mce/plugins/template/css/template.css b/webmail/program/js/tiny_mce/plugins/template/css/template.css new file mode 100644 index 0000000..2d23a49 --- /dev/null +++ b/webmail/program/js/tiny_mce/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;
+}
|
