aboutsummaryrefslogtreecommitdiff
path: root/public/ng/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r--public/ng/css/gogs.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index d11ae959..662a737f 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -20,6 +20,11 @@ img.avatar-16 {
height: 16px;
vertical-align: middle;
}
+img.avatar-20 {
+ width: 20px;
+ height: 20px;
+ vertical-align: middle;
+}
img.avatar-24 {
width: 24px;
height: 24px;
@@ -1446,6 +1451,27 @@ The register and sign-in page style
width: 100%;
list-style: none;
}
+#commits-list {
+ padding-top: 20px;
+}
+.commit-list th {
+ background-color: #FFF;
+ line-height: 28px !important;
+}
+.commit-list .date {
+ width: 120px;
+}
+.commit-list .author {
+ padding-left: 20px;
+ min-width: 180px;
+}
+.commit-list .author img {
+ margin-top: -4px;
+}
+.commit-list .sha a {
+ font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
+ font-size: 14px;
+}
#admin-wrapper,
#setting-wrapper {
padding-bottom: 100px;