aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/gogs/repository.less
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-23 15:30:04 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-23 15:30:04 -0400
commit5bbeeb0f1b5cecb67e1527410a45fb65df0096d1 (patch)
tree7c135abd7c84f4e1743ad621265fbaee25bf5f99 /public/ng/less/gogs/repository.less
parent93ee0838eb317ce729391fbfafa0595f561e3f65 (diff)
Page: Commits and fix #249
Diffstat (limited to 'public/ng/less/gogs/repository.less')
-rw-r--r--public/ng/less/gogs/repository.less33
1 files changed, 27 insertions, 6 deletions
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less
index d9824913..7d6cdd0a 100644
--- a/public/ng/less/gogs/repository.less
+++ b/public/ng/less/gogs/repository.less
@@ -6,14 +6,12 @@
/* repository main */
#repo-wrapper {
- padding-bottom: 100px;
+ padding-bottom: 100px;
}
#repo-header {
- height: 69px;
- border-bottom: 1px solid@repoHeaderBorderColor;
-
- background-color: @repoHeaderBgColor;
-
+ height: 69px;
+ border-bottom: 1px solid@repoHeaderBorderColor;
+ background-color: @repoHeaderBgColor;
}
#repo-header-name {
line-height: 66px;
@@ -494,4 +492,27 @@
.setting-list {
width: 100%;
list-style: none;
+}
+#commits-list {
+ padding-top: 20px;
+}
+.commit-list {
+ th {
+ background-color: #FFF;
+ line-height: 28px !important;
+ }
+ .date {
+ width: 120px;
+ }
+ .author {
+ padding-left: 20px;
+ min-width: 180px;
+ img {
+ margin-top: -4px;
+ }
+ }
+ .sha a {
+ font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
+ font-size: 14px;
+ }
} \ No newline at end of file