1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

add pull-request and labels page design

This commit is contained in:
fuxiaohei
2014-11-17 23:07:34 +08:00
parent a0f9197b45
commit d1a60e3643
10 changed files with 226 additions and 38 deletions

View File

@@ -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{