Commit 915feaa6c63e4e59cace3ece82c57ebe5d69dac2

Authored by AntonioTerceiro
1 parent 0e397305

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
public/designs/themes/zen3/stylesheets/common.css
... ... @@ -97,3 +97,7 @@ ul li {
97 97 opacity: 0.7;
98 98 filter: alpha(opacity=70);
99 99 }
  100 +
  101 +#header {
  102 + padding: 0px;
  103 +}
... ...
public/stylesheets/common.css
... ... @@ -379,6 +379,7 @@ div.pending-tasks {
379 379  
380 380 #profile-header, #profile-footer {
381 381 clear: both;
382   - height: 60px;
  382 + max-height: 150px;
  383 + max-width: 100%;
383 384 overflow: hidden;
384 385 }
... ...