Skip to content

Commit

Permalink
Fixes 7939: Admin navbar misplaced fix (#7940)
Browse files Browse the repository at this point in the history
* fixing admin navbar

* Removing property from oppia.css
  • Loading branch information
Showtim3 authored and seanlip committed Nov 14, 2019
1 parent fe60ca4 commit e2dc196
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
background-color: #fff;
color: #00376d;
}
admin-navbar .oppia-navbar-admin {
top: 0;
}
</style>
<nav class="navbar navbar-default navbar-light oppia-navbar oppia-prevent-selection" role="navigation">
<nav class="navbar navbar-default navbar-light oppia-navbar oppia-prevent-selection oppia-navbar-admin" role="navigation">
<div class="navbar-container" style="background-color: #00376d">
<div class="navbar-header protractor-test-navbar-header float-left">
<a class="oppia-navbar-brand-name oppia-transition-200" href="/library">
Expand Down

0 comments on commit e2dc196

Please sign in to comment.