diff options
author | Sergio Benitez <sbenitez@mit.edu> | 2015-09-09 13:44:51 -0700 |
---|---|---|
committer | Sergio Benitez <sbenitez@mit.edu> | 2015-09-09 13:44:51 -0700 |
commit | 964d0262ff353db6a50ed5be83ebd22f71aa6e69 (patch) | |
tree | 8cbab6b6a9b4f62cbe9acb2a0b8752b531633362 /public/less/_dashboard.less | |
parent | 079a2d68db5c843ef2dbba65aeca46d5887d6b02 (diff) | |
parent | b75d0378cbbf0523963fd9bc749543244be7392b (diff) |
Merged conflicts.
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r-- | public/less/_dashboard.less | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 9ef1fa2e..d1b194bd 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 |