diff options
author | Unknwon <u@gogs.io> | 2015-09-07 16:12:58 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-07 16:12:58 -0400 |
commit | af324a6165a19269f6046b8ff489e65530083564 (patch) | |
tree | 3a092ae2c4e2b159b686f38f464c600c619673eb /public/less | |
parent | 7b0ae27549d4e5eb21a098e48e1ede46f5e3e8ae (diff) | |
download | gitea-af324a6165a19269f6046b8ff489e65530083564.tar.gz gitea-af324a6165a19269f6046b8ff489e65530083564.zip |
adjust icon css
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 3 | ||||
-rw-r--r-- | public/less/_dashboard.less | 14 |
2 files changed, 12 insertions, 5 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index b3468fa235..ee8f63f78f 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -84,9 +84,6 @@ pre { } } } -i.icon { - margin-right: 0!important; -} .ui { &.left { float: left; diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 054a6e1d73..d1b194bdcb 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 |