summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-10-07 23:11:32 -0400
committerUnknwon <u@gogs.io>2015-10-07 23:11:32 -0400
commit19c3745488413aa2dc26d54d6781212dc23985ab (patch)
tree6eee25df4754d5884e465d5d94204073a04cb376
parentea6c6bc20aa8d159fa74ae95860c5a1df75a7147 (diff)
downloadgitea-19c3745488413aa2dc26d54d6781212dc23985ab.tar.gz
gitea-19c3745488413aa2dc26d54d6781212dc23985ab.zip
fix quick guide style
-rw-r--r--gogs.go2
-rwxr-xr-xpublic/css/gogs.css4
-rw-r--r--public/less/_repository.less4
-rw-r--r--templates/.VERSION2
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