diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index 58f30860..a45bb068 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -242,6 +242,51 @@ &:hover{background:#528995; text-decoration:underline} &.selected, &:active{background:#528995; text-decoration:underline} } + + .notification-value { + background: $c-Brand-1; + padding: 2px 5px; + @include border-radius(4px); + } + + .dropdown { + height: 2.6em; //not sure why I need this :/ + + a { + width:100%; + } + .info { + float:right; + margin-left: 10px; + + .fa-caret-down { + margin-left:10px; + } + } + } + .dropdown-menu { + top: 100%; + right: -1px; + left: auto; + background-color:#4C818C; + @include border-radius(0px 0px 6px 6px); + + li { + width:100%; + + a:hover { + background:#3C6670; + } + } + .divider { + border-bottom: 1px solid #5e95a1; + margin: 5px 0px; + } + .notification-value { + float:right; + padding: 0px 5px; + } + } } .constant-Nav{ float:left; diff --git a/views/_header.erb b/views/_header.erb index fd9f7039..2a2b4777 100644 --- a/views/_header.erb +++ b/views/_header.erb @@ -33,18 +33,21 @@ Sign In <% else %> -
  • - Edit Site -
  • -
  • - Settings -
  • -
  • - Signout +
  • <% end %> -