Skip to content

Commit

Permalink
[#1617] adjust article spacing for translation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemart committed Jun 23, 2015
1 parent 42e0df3 commit 31ea918
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions akvo/rsr/static/styles-src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,10 @@ body.translationBarActive .nav {
padding-top: 39px; }
body.translationBarActive .navbar-brand {
margin-top: 39px; }
body.translationBarActive article {
padding-top: 39px; }
body.translationBarActive div.skiptranslate ~ article {
padding-top: 0px; }

/* Cookie */
#cookie-law {
Expand Down
15 changes: 10 additions & 5 deletions akvo/rsr/static/styles-src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2022,12 +2022,17 @@ dd {
body {
&.translationBarActive {
.nav {
padding-top:39px;
padding-top: 39px;
}
.navbar-brand {
margin-top: 39px;
}
article {
padding-top: 39px;
}
div.skiptranslate ~ article {
padding-top: 0px;
}

.navbar-brand {
margin-top:39px
}
}
}

Expand Down

0 comments on commit 31ea918

Please sign in to comment.