diff --git a/app/assets/stylesheets/_topbar.scss b/app/assets/stylesheets/_topbar.scss index bfd2c00b9..11ee2924d 100644 --- a/app/assets/stylesheets/_topbar.scss +++ b/app/assets/stylesheets/_topbar.scss @@ -173,3 +173,13 @@ $sp_logo_width: 200px; left: 0; } } + +.ore-nav { + display: inline-block; + width: 15px !important; + height: auto; + margin: 0; + padding: 0 12px 4px 7px; + background-color: transparent; + border-radius: 0; +} diff --git a/app/views/bootstrap/header.scala.html b/app/views/bootstrap/header.scala.html index c407eb714..23a6d4b22 100755 --- a/app/views/bootstrap/header.scala.html +++ b/app/views/bootstrap/header.scala.html @@ -21,6 +21,7 @@ @messages("general.projectName") +