summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2016-01-27 23:52:42 +0100
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2016-01-27 23:52:42 +0100
commit96dee1c3541b6d17f1cd61d78198ecf6abf23865 (patch)
tree66f79a33542b299f98a65af72890b5807eb84709
parentab0ba4bbae121c9ba3cf0d49efc1c90ef7bb3ddc (diff)
downloadgitea-96dee1c3541b6d17f1cd61d78198ecf6abf23865.tar.gz
gitea-96dee1c3541b6d17f1cd61d78198ecf6abf23865.zip
Split view fixed
-rwxr-xr-xpublic/css/gogs.css3
-rw-r--r--public/less/_base.less8
-rw-r--r--templates/repo/diff.tmpl2
3 files changed, 12 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 02032e83a7..0014c5fae0 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -809,6 +809,9 @@ pre.wrap {
.ui.right {
float: right;
}
+.ui.container.fluid.padded {
+ padding: 0 10px 0 10px;
+}
.ui .text.red {
color: #d95c5c !important;
}
diff --git a/public/less/_base.less b/public/less/_base.less
index a63072fdcb..0322944442 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -101,6 +101,14 @@ pre {
float: right;
}
+ &.container {
+ &.fluid {
+ &.padded {
+ padding: 0 10px 0 10px;
+ }
+ }
+ }
+
.text {
&.red {
color: #d95c5c !important;
diff --git a/templates/repo/diff.tmpl b/templates/repo/diff.tmpl
index 6568968414..192d6fdd22 100644
--- a/templates/repo/diff.tmpl
+++ b/templates/repo/diff.tmpl
@@ -1,7 +1,7 @@
{{template "base/head" .}}
<div class="repository diff">
{{template "repo/header" .}}
- <div class="ui container">
+ <div class="ui container {{if .IsSplitStyle}}fluid padded{{end}}">
{{if .IsDiffCompare }}
{{template "repo/commits_table" .}}
{{else}}