Commit 49b8d50f6d22c60e1a634731e313ff4a2bb2f220

Authored by Juliana
1 parent 11bea32a
Exists in pkg_fixes

Fixing text sidebar editor button

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
css/edition-pages.css
... ... @@ -220,6 +220,9 @@
220 220 }
221 221  
222 222 /*** Article's edition page ***/
  223 +#content .text-editor-sidebar {
  224 + width: 400px;
  225 +}
223 226  
224 227 #content .text-editor-sidebar .header{
225 228 padding: 13px 10px;
... ... @@ -250,6 +253,10 @@
250 253 border: 1px solid #D3D6DE;
251 254 }
252 255  
  256 +#content .text-editor-sidebar #published-media .section-title {
  257 + display: inline-block;
  258 +}
  259 +
253 260 /*New Software form*/
254 261  
255 262 .action-software_communities_plugin_myprofile-new_software #content.current-step h3 {
... ...