Commit 915feaa6c63e4e59cace3ece82c57ebe5d69dac2
1 parent
0e397305
Exists in
master
and in
29 other branches
ActionItem296: moving header/footer size restrictions to zen3 layout
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2355 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
public/designs/themes/zen3/stylesheets/common.css
public/stylesheets/common.css
@@ -379,6 +379,7 @@ div.pending-tasks { | @@ -379,6 +379,7 @@ div.pending-tasks { | ||
379 | 379 | ||
380 | #profile-header, #profile-footer { | 380 | #profile-header, #profile-footer { |
381 | clear: both; | 381 | clear: both; |
382 | - height: 60px; | 382 | + max-height: 150px; |
383 | + max-width: 100%; | ||
383 | overflow: hidden; | 384 | overflow: hidden; |
384 | } | 385 | } |