Browse Source

fix quick guide style

Unknwon 9 years ago
parent
commit
19c3745488
4 changed files with 8 additions and 4 deletions
  1. 1 1
      gogs.go
  2. 3 1
      public/css/gogs.css
  3. 3 1
      public/less/_repository.less
  4. 1 1
      templates/.VERSION

+ 1 - 1
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())

+ 3 - 1
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;
 }

+ 3 - 1
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;
 			}

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.6.16.1005 Beta
+0.6.16.1007 Beta