2.0 style changes

Fixed drop-down account menu so that it no longer behaves like a drop-down when the menu collapses on small viewports. On large screens added a right margin to the drop-down menu. Moved Logout to the bottom of the submenu. On large screens the drop-down now includes a divider above the logout option.
This commit is contained in:
Chris Houseknecht
2014-06-25 12:59:58 -04:00
parent 994c87eb0c
commit e4fd79f653
2 changed files with 26 additions and 3 deletions

View File

@@ -36,6 +36,9 @@ body {
.navbar-collapse {
margin-left: 42px;
}
.collapsed-option {
display: none;
}
}
#content-container {
@@ -54,7 +57,21 @@ body {
display: block;
}
#account-submenu {
margin-right: 5px;
}
@media (max-width: 1075px) {
#main-menu-container {
.collapsed-option {
display: block;
}
}
#account-menu {
display: none;
}
#socket-beacon-div {
display: block;
position: fixed;