diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-11-17 23:07:34 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-11-17 23:07:34 +0800 |
commit | d1a60e364383b877fd98b853d94b739cb171fe9c (patch) | |
tree | db3bddccb05f18a4be0b1a2a39e1415b66756c11 /public/ng/less/ui | |
parent | a0f9197b4573aa9d4d868637ed00e710a435797b (diff) |
add pull-request and labels page design
Diffstat (limited to 'public/ng/less/ui')
-rw-r--r-- | public/ng/less/ui/label.less | 2 | ||||
-rw-r--r-- | public/ng/less/ui/pager.less | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/public/ng/less/ui/label.less b/public/ng/less/ui/label.less index 21a4c82d..ab07718f 100644 --- a/public/ng/less/ui/label.less +++ b/public/ng/less/ui/label.less @@ -1,7 +1,7 @@ @import "var"; .label { - padding: 2px 6px; + padding: .3em .6em .2em .6em; color: @labelFontColor; } diff --git a/public/ng/less/ui/pager.less b/public/ng/less/ui/pager.less index 18e24cd1..37540b36 100644 --- a/public/ng/less/ui/pager.less +++ b/public/ng/less/ui/pager.less @@ -2,8 +2,8 @@ .pager{ .page{ - padding: 2px 6px; - margin: 0 3px; + padding: .3em .5em .2em .5em; + margin: 0 .3em; background-color: @pagerPageBgColor; color: @pagerPageColor; &:hover,&.hover{ @@ -12,8 +12,8 @@ } } .prev,.next{ - padding: 2px 8px; - margin: 0 4px; + padding: .4em .6em; + margin: 0 .3em; background-color: @pagerDirectionBgColor; color: @pagerDirectionColor; &.invalid{ |