Commit ca63e01126f424b4f9b9966d84c25e251ee377f4

Authored by Melissa Wen
2 parents d5911708 6c3061ee
Exists in pkg_fixes

Merge branch 'pkg_fixes' of https://gitlab.com/softwarepublico/noosfero-spb-theme into pkg_fixes

Showing 1 changed file with 15 additions and 0 deletions   Show diff stats
css/community-pages.css
... ... @@ -171,6 +171,21 @@
171 171 font-weight: 300;
172 172 }
173 173  
  174 +/*tabs painel-admin*/
  175 +.action-admin_panel-site_info .ui-tabs .ui-tabs-nav li{
  176 + white-space: normal;
  177 + word-wrap:break-word;
  178 +}
  179 +
  180 +.action-admin_panel-site_info .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
  181 + text-align: center;
  182 + width: 11.2em;
  183 + height: 2.5em;
  184 + max-height: 2.5em;
  185 + overflow: hidden;
  186 + line-height: 16px;
  187 +}
  188 +
174 189 /* Community's area tabs */
175 190  
176 191 #content #discussions-content{
... ...