This commit is contained in:
Vincent Fiduccia 2015-06-05 10:08:43 -07:00
parent 5bc87f83b3
commit 65c47a0879
1 changed files with 5 additions and 5 deletions

View File

@ -15,10 +15,10 @@ HEADER {
padding: 0 20px; padding: 0 20px;
vertical-align: top; vertical-align: top;
font-weight: normal; font-weight: normal;
text-transform:uppercase; text-transform:uppercase;
border-bottom: 2px solid transparent; border-bottom: 2px solid transparent;
color: #858999; color: #858999;
font-size:13px; font-size:13px;
&:hover, &:hover,
&:focus, &:focus,
@ -74,19 +74,19 @@ HEADER {
.user-toggle { .user-toggle {
cursor: pointer; cursor: pointer;
position: relative; position: relative;
z-index: 4; z-index: 1001; /* These have to be > 990 for bootstrap on touch devices */
} }
.project-menu { .project-menu {
margin-top: -13px; margin-top: -13px;
z-index: 3; z-index: 1000; /* These have to be > 990 for bootstrap on touch devices */
padding-top: 0; padding-top: 0;
border-radius: 5px; border-radius: 5px;
} }
.user-menu { .user-menu {
margin-top: -13px; margin-top: -13px;
z-index: 3; z-index: 1000; /* These have to be > 990 for bootstrap on touch devices */
padding-top: 0; padding-top: 0;
width: 250px; width: 250px;
border-radius: 5px; border-radius: 5px;