Commit b67288b5c24b093f03284b7f178764cb082cf995

Authored by Charles Oliveira
1 parent 431f0dcc

Added some more space to fit noosfero pop ups

Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
colab/proxy/noosfero/static/css/fix.css
... ... @@ -57,3 +57,8 @@
57 57 font-size: 85%;
58 58 }
59 59 /* end of Fix user menu pop up */
  60 +
  61 +/* Increase container margin because of noosfero pup ups */
  62 +div#main-content {
  63 + margin-top: 100px;
  64 +}
... ...