diff options
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r-- | public/less/_dashboard.less | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 054a6e1d..d1b194bd 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -14,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 { @@ -24,7 +29,7 @@ color: #FFF; } .item .text { - width: 90%; + width: 85%; } } .ui.right .head.menu { @@ -33,5 +38,10 @@ color: #d9453d; } } + .head.menu { + .octicon { + margin-right: 5px; + } + } } }
\ No newline at end of file |