Commit 0289b40933fa42200433e0ac0994b04bdaa6de38

Authored by Juliana
1 parent edf4873f
Exists in pkg_fixes

Adjustment of the tabs admin panel site info

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{
... ...