summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-04-11 21:56:40 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-04-11 21:56:40 +0800
commitdf000245d19ffa3e4f88d252763269bbdd04f8eb (patch)
treed22ec0099bd98b46d968a9b2925912fee07ff9e1 /public
parent668007592a4f1469259d9d214146dcf47aa940df (diff)
downloadgitea-df000245d19ffa3e4f88d252763269bbdd04f8eb.tar.gz
gitea-df000245d19ffa3e4f88d252763269bbdd04f8eb.zip
add pager in commit-page, finish commit search form
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 2850d15e2e..48d485fa5a 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -663,6 +663,10 @@ html, body {
margin-top: -20px;
}
+#commits-pager {
+ margin-top: 0;
+}
+
#source .source-toolbar:after {
clear: both;
}
@@ -880,6 +884,10 @@ html, body {
margin-left: .5em;
}
+#commits-search-form {
+ margin-top: 4px;
+}
+
.commit-box .avatar, .diff-head-box .avatar {
width: 20px;
height: 20px;
@@ -887,10 +895,6 @@ html, body {
vertical-align: top;
}
-.commit-box .search {
- margin-top: 3px;
-}
-
.commit-box td {
background-color: #FFF;
}