From 37c5b580557e6da68bf7122fcba9449da0500d08 Mon Sep 17 00:00:00 2001 From: julianahilario Date: Mon, 5 Oct 2015 17:09:22 -0300 Subject: [PATCH] Fixing text sidebar editor button --- src/noosfero-spb-theme/css/edition-pages.css | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/src/noosfero-spb-theme/css/edition-pages.css b/src/noosfero-spb-theme/css/edition-pages.css index 8600523..21adfc4 100644 --- a/src/noosfero-spb-theme/css/edition-pages.css +++ b/src/noosfero-spb-theme/css/edition-pages.css @@ -220,6 +220,9 @@ } /*** Article's edition page ***/ +#content .text-editor-sidebar { + width: 400px; +} #content .text-editor-sidebar .header{ padding: 13px 10px; @@ -250,6 +253,10 @@ border: 1px solid #D3D6DE; } +#content .text-editor-sidebar #published-media .section-title { + display: inline-block; +} + /*New Software form*/ .action-software_communities_plugin_myprofile-new_software #content.current-step h3 { -- libgit2 0.21.2