Commit 37c5b580557e6da68bf7122fcba9449da0500d08

Authored by Juliana
Committed by Álvaro Fernando Matos de Souza
1 parent f4fd6fda

Fixing text sidebar editor button

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
src/noosfero-spb-theme/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 {
... ...