From 7046df6028d3e910a3c5a1434d1240f65508eda8 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 16 Nov 2015 00:16:03 -0500 Subject: [PATCH] UI fix --- gogs.go | 2 +- public/css/gogs.css | 5 --- public/less/_repository.less | 5 --- templates/.VERSION | 2 +- templates/repo/header.tmpl | 84 ++++++++++++++++++------------------ 5 files changed, 44 insertions(+), 54 deletions(-) diff --git a/gogs.go b/gogs.go index a2ff0b5e88..157133eda6 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.7.12.1115 Beta" +const APP_VER = "0.7.12.1116 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/public/css/gogs.css b/public/css/gogs.css index b4f4782dca..6300dfaa66 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2235,11 +2235,6 @@ footer .container .links > *:first-child { font-weight: normal; padding: 5px 10px; } -.repository.commits .header .ui.right .button { - float: right; - margin-left: 5px; - margin-top: 1px; -} .repository .commits.table { font-size: 13px; } diff --git a/public/less/_repository.less b/public/less/_repository.less index 004e723314..75070f7447 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -595,11 +595,6 @@ padding: 5px 10px; } } - .button { - float: right; - margin-left: 5px; - margin-top: 1px; - } } } } diff --git a/templates/.VERSION b/templates/.VERSION index 21364203fb..3501f1632e 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.7.12.1115 Beta \ No newline at end of file +0.7.12.1116 Beta \ No newline at end of file diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 048939f27a..5a811d6ae2 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -1,48 +1,48 @@ {{with .Repository}}
-
{{end}}