fix quick guide style

This commit is contained in:
Unknwon 2015-10-07 23:11:32 -04:00
parent ea6c6bc20a
commit 19c3745488
4 changed files with 8 additions and 4 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting" "github.com/gogits/gogs/modules/setting"
) )
const APP_VER = "0.6.16.1005 Beta" const APP_VER = "0.6.16.1007 Beta"
func init() { func init() {
runtime.GOMAXPROCS(runtime.NumCPU()) runtime.GOMAXPROCS(runtime.NumCPU())

View file

@ -2299,9 +2299,11 @@ ol.linenums {
.repository.quickstart .guide .clone.button:first-child { .repository.quickstart .guide .clone.button:first-child {
border-radius: .28571429rem 0 0 .28571429rem; border-radius: .28571429rem 0 0 .28571429rem;
} }
.repository.quickstart .guide .ui.action.small.input {
width: 100%;
}
.repository.quickstart .guide #repo-clone-url { .repository.quickstart .guide #repo-clone-url {
border-radius: 0; border-radius: 0;
width: 100%;
padding: 5px 10px; padding: 5px 10px;
font-size: 1.2em; font-size: 1.2em;
} }

View file

@ -603,9 +603,11 @@
.clone.button:first-child { .clone.button:first-child {
border-radius: .28571429rem 0 0 .28571429rem; border-radius: .28571429rem 0 0 .28571429rem;
} }
.ui.action.small.input {
width: 100%;
}
#repo-clone-url { #repo-clone-url {
border-radius: 0; border-radius: 0;
width: 100%;
padding: 5px 10px; padding: 5px 10px;
font-size: 1.2em; font-size: 1.2em;
} }

View file

@ -1 +1 @@
0.6.16.1005 Beta 0.6.16.1007 Beta