From d1a60e364383b877fd98b853d94b739cb171fe9c Mon Sep 17 00:00:00 2001 From: fuxiaohei Date: Mon, 17 Nov 2014 23:07:34 +0800 Subject: add pull-request and labels page design --- public/ng/less/ui/label.less | 2 +- public/ng/less/ui/pager.less | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'public/ng/less/ui') 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{ -- cgit v1.2.3