From 10a14b8a3ad84cc32b55b42c2e4f2debb6624089 Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Mon, 20 Apr 2015 16:01:02 -0300 Subject: [PATCH] Custom add imgs cms button --- style.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 6540c06..a1414e1 100644 --- a/style.css +++ b/style.css @@ -3467,7 +3467,7 @@ body.action-embed-index { padding-bottom: 5px; } -.controller-cms .TinyMceArticle > div:nth-child(12) > span:nth-child(1) > div:nth-child(1) { +.controller-cms .with_media_panel { display: block; width: 620px; } @@ -3559,3 +3559,18 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max margin: 0px; padding-left: 20px; } + +.text-editor-sidebar .icon-vertical-toggle { + top: 0px; + left: 0px; + padding: 0px; + width: 100%; + text-indent: -1000px; + background: transparent; +} +.text-editor-sidebar-box { max-height: 750px; } +.text-editor-sidebar .header { + color: #FFF; + border-color: #CE5C00; + background: #CE5C00; +} -- libgit2 0.21.2