summaryrefslogtreecommitdiffstats
path: root/public/less/_dashboard.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r--public/less/_dashboard.less15
1 files changed, 13 insertions, 2 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less
index 9ef1fa2e3c..d1b194bdcb 100644
--- a/public/less/_dashboard.less
+++ b/public/less/_dashboard.less
@@ -4,6 +4,7 @@
&.issues {
.context.user.menu {
+ z-index: 101;
min-width: 200px;
.ui.header {
font-size: 1rem;
@@ -13,9 +14,14 @@
.filter.menu {
.item {
text-align: left;
+ .text {
+ height: 16px;
+ vertical-align: middle;
+ }
.floating.label {
top: 7px;
- left: 95%;
+ left: 90%;
+ width: 15%;
}
}
.item.active {
@@ -23,7 +29,7 @@
color: #FFF;
}
.item .text {
- width: 90%;
+ width: 85%;
}
}
.ui.right .head.menu {
@@ -32,5 +38,10 @@
color: #d9453d;
}
}
+ .head.menu {
+ .octicon {
+ margin-right: 5px;
+ }
+ }
}
} \ No newline at end of file