diff options
author | Unknwon <u@gogs.io> | 2015-09-03 03:49:50 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-03 03:49:50 -0400 |
commit | 2a2a8cd619c5c11300d0dc6d800dfe609ba03a14 (patch) | |
tree | 2004c24cef6e4c91349609985cb5ba30732407de /public/less/_dashboard.less | |
parent | 5c5ccddb02113027f0b1a24e836ee61eebd56729 (diff) | |
download | gitea-2a2a8cd619c5c11300d0dc6d800dfe609ba03a14.tar.gz gitea-2a2a8cd619c5c11300d0dc6d800dfe609ba03a14.zip |
ui and pulls index fix
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r-- | public/less/_dashboard.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 478b7af632..9ef1fa2e3c 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -11,10 +11,20 @@ } } .filter.menu { + .item { + text-align: left; + .floating.label { + top: 7px; + left: 95%; + } + } .item.active { background-color: #4183c4; color: #FFF; } + .item .text { + width: 90%; + } } .ui.right .head.menu { margin-top: -5px; |