summaryrefslogtreecommitdiff
path: root/plugins/TinyMCE/js/plugins/template/css/template.css
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-08-13 14:51:51 -0700
committerEvan Prodromou <evan@status.net>2010-08-13 14:51:51 -0700
commit1dadb8efc04cbb807b2cd8b6291f7c2f64a631dc (patch)
treea35027e95a6b0900195dc3bb4ca4fef1c00b2f5a /plugins/TinyMCE/js/plugins/template/css/template.css
parent718317542940a8976f2c6f2a9ea09a04f2f00ca6 (diff)
parent926c77246bb168097b3f937b5cc22ee9721b83c9 (diff)
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'plugins/TinyMCE/js/plugins/template/css/template.css')
-rw-r--r--plugins/TinyMCE/js/plugins/template/css/template.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/TinyMCE/js/plugins/template/css/template.css b/plugins/TinyMCE/js/plugins/template/css/template.css
new file mode 100644
index 000000000..2d23a4938
--- /dev/null
+++ b/plugins/TinyMCE/js/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;
+}