summaryrefslogtreecommitdiffstats
path: root/public/less/_dashboard.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-03 03:49:50 -0400
committerUnknwon <u@gogs.io>2015-09-03 03:49:50 -0400
commit2a2a8cd619c5c11300d0dc6d800dfe609ba03a14 (patch)
tree2004c24cef6e4c91349609985cb5ba30732407de /public/less/_dashboard.less
parent5c5ccddb02113027f0b1a24e836ee61eebd56729 (diff)
downloadgitea-2a2a8cd619c5c11300d0dc6d800dfe609ba03a14.tar.gz
gitea-2a2a8cd619c5c11300d0dc6d800dfe609ba03a14.zip
ui and pulls index fix
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r--public/less/_dashboard.less10
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;