Commit ca8e039300b1fff1642721655f3488c1ed73696a
Committed by
Álvaro Fernando Matos de Souza
1 parent
d6e7b55f
Exists in
master_with_pkg_fixes
and in
2 other branches
Adjustment of the tabs admin panel site info
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
src/noosfero-spb-theme/css/community-pages.css
@@ -171,6 +171,21 @@ | @@ -171,6 +171,21 @@ | ||
171 | font-weight: 300; | 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 | /* Community's area tabs */ | 189 | /* Community's area tabs */ |
175 | 190 | ||
176 | #content #discussions-content{ | 191 | #content #discussions-content{ |