summaryrefslogtreecommitdiffstats
path: root/public/less/_repository.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-20 20:18:49 +0800
committerUnknwon <u@gogs.io>2015-08-20 20:18:49 +0800
commitaa65761d81d3f33bdfee578c14bb2b0c7a6ca639 (patch)
tree8c86e0e58758bc10a737b503f8d92e62406adf06 /public/less/_repository.less
parentd7c3c79c00425e89a71e6178076bc5828421244d (diff)
downloadgitea-aa65761d81d3f33bdfee578c14bb2b0c7a6ca639.tar.gz
gitea-aa65761d81d3f33bdfee578c14bb2b0c7a6ca639.zip
new commits table
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r--public/less/_repository.less48
1 files changed, 47 insertions, 1 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 5c8d68f414..485bb3c152 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -2,7 +2,7 @@
@mega-octicon-width: 30px;
padding-top: 15px;
- padding-bottom: @footer-margin * 3;
+ padding-bottom: @footer-margin * 2;
.head {
.column {
@@ -424,6 +424,52 @@
}
}
}
+
+ &.commits {
+ .header {
+ .ui.right {
+ .search {
+ input {
+ font-weight: normal;
+ padding: 5px 10px;
+ }
+ }
+ .button {
+ float: right;
+ margin-left: 5px;
+ margin-top: 1px;
+ }
+ }
+ }
+ }
+ .commits.table {
+ font-size: 13px;
+ th, td {
+ &:first-child {
+ padding-left: 15px;
+ }
+ }
+ td {
+ line-height: 15px;
+ }
+ .author {
+ min-width: 180px;
+ }
+ .sha {
+ a {
+ font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
+ font-size: 14px;
+ padding: 6px 10px 4px 10px;
+ font-weight: normal;
+ }
+ }
+ .message span {
+ max-width: 500px;
+ }
+ .date {
+ width: 120px;
+ }
+ }
}
.ui.comments {