Disabled the internship header edit button because I cannot figure out what I was intending to do with it; Moved the page editor's save button to the upper right corner of the page (may want to move it over the bottom right corner of the screen instead?); Changed the position of the logout icon slightly and gave it a tool tip.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<a href="javascript:" class="fa fa-bars leftSidebarMenuButton generalMenuButton" aria-hidden="true"></a>
|
||||
<div class="leftSidebar">
|
||||
<div class="logoArea">
|
||||
<i class="fa fa-sign-out fa-2x signOut" aria-hidden="true"></i>
|
||||
<i class="fa fa-sign-out fa-2x signOut" aria-hidden="true" title="Log Out"></i>
|
||||
<div class="logo"><img src="/images/logo_v1.png" height="60px"/></div>
|
||||
</div>
|
||||
<div class="menuArea generalMenu">
|
||||
|
||||
2
imports/ui/layouts/Admin.import.styl
vendored
2
imports/ui/layouts/Admin.import.styl
vendored
@@ -103,7 +103,7 @@
|
||||
.signOut
|
||||
position: absolute
|
||||
left: 10px
|
||||
top: 10px
|
||||
top: 70px
|
||||
color: white
|
||||
cursor: pointer
|
||||
.signOut:hover
|
||||
|
||||
Reference in New Issue
Block a user