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