diff --git a/gogs.go b/gogs.go index 9c98f350b..15bc69ba5 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.16.1005 Beta" +const APP_VER = "0.6.16.1007 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/public/css/gogs.css b/public/css/gogs.css index 0d1b94526..205509a26 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2299,9 +2299,11 @@ ol.linenums { .repository.quickstart .guide .clone.button:first-child { border-radius: .28571429rem 0 0 .28571429rem; } +.repository.quickstart .guide .ui.action.small.input { + width: 100%; +} .repository.quickstart .guide #repo-clone-url { border-radius: 0; - width: 100%; padding: 5px 10px; font-size: 1.2em; } diff --git a/public/less/_repository.less b/public/less/_repository.less index d02b3af15..7fdec66f9 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -603,9 +603,11 @@ .clone.button:first-child { border-radius: .28571429rem 0 0 .28571429rem; } + .ui.action.small.input { + width: 100%; + } #repo-clone-url { border-radius: 0; - width: 100%; padding: 5px 10px; font-size: 1.2em; } diff --git a/templates/.VERSION b/templates/.VERSION index 42cae8e82..d9b8eb43e 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.6.16.1005 Beta \ No newline at end of file +0.6.16.1007 Beta \ No newline at end of file