From 19c3745488413aa2dc26d54d6781212dc23985ab Mon Sep 17 00:00:00 2001
From: Unknwon <u@gogs.io>
Date: Wed, 7 Oct 2015 23:11:32 -0400
Subject: [PATCH] fix quick guide style

---
 gogs.go                      | 2 +-
 public/css/gogs.css          | 4 +++-
 public/less/_repository.less | 4 +++-
 templates/.VERSION           | 2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/gogs.go b/gogs.go
index 9c98f350b1..15bc69ba5a 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 0d1b945261..205509a269 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 d02b3af15e..7fdec66f9f 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 42cae8e82a..d9b8eb43e7 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