summaryrefslogtreecommitdiff
path: root/skins/classic/common.css
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-05-05 15:27:08 +0200
committerAleksander Machniak <alec@alec.pl>2014-05-05 15:27:08 +0200
commitccb41747d994b0ba1ce0a2b9dd6456fccff247c3 (patch)
treecdbd0a5f0d761b33fd794687b17252f5d6c2ed3b /skins/classic/common.css
parent89d6ce68463b92641946551b07ec49b023d56d90 (diff)
Make TinyMCE4 buttons smaller
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r--skins/classic/common.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css
index 390522fe8..bad2114c8 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -597,8 +597,13 @@ img.uploading
height: 16px;
}
-.mce-btn button {
- height: 28px;
+.mce-btn-small button {
+ height: 22px;
+}
+
+.mce-btn-small i {
+ line-height: 16px !important;
+ vertical-align: text-top !important;
}
/***** common table settings ******/