]> source.dussan.org Git - gitea.git/commitdiff
Fix clone panel z-index
authorUnknwon <joe2010xtmf@163.com>
Wed, 10 Sep 2014 15:32:14 +0000 (11:32 -0400)
committerUnknwon <joe2010xtmf@163.com>
Wed, 10 Sep 2014 15:32:14 +0000 (11:32 -0400)
gogs.go
public/ng/css/gogs.css
public/ng/less/gogs/base.less
public/ng/less/gogs/repository.less
templates/.VERSION

diff --git a/gogs.go b/gogs.go
index 02ae7fd2874c937553c266c07d64a6db5701cef1..d3aa43778a27547a7ca92530baf73fdac68766fb 100644 (file)
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
        "github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.5.0.0909 Beta"
+const APP_VER = "0.5.0.0910 Beta"
 
 func init() {
        runtime.GOMAXPROCS(runtime.NumCPU())
index f4d33540e5810d266ef024d4048473f883663522..ee364905dfac430077a80a0d6acaaa2924509708 100644 (file)
@@ -1,7 +1,6 @@
 html,
 body {
   height: 100%;
-  overflow-y: scroll;
 }
 .octicon,
 .fa {
@@ -1015,6 +1014,7 @@ The register and sign-in page style
   left: -354px;
   padding: 20px;
   box-sizing: border-box;
+  z-index: 1;
 }
 #repo-header-download-drop .btn > i {
   margin-right: 6px;
index 8a88450747e311f5e1a5c5b69fdbdb769c7c1800..241846dbbdeb845f3823eafef69f9c25a37ebdf1 100644 (file)
@@ -11,7 +11,6 @@
 html,
 body {
     height: 100%;
-    overflow-y: scroll;
 }
 .octicon,
 .fa {
index 4a49ac4368b45bfed3d09423c85920ce3d76883b..955a617cc466893367ce80e8f5bfdd560dc3de6c 100644 (file)
@@ -84,6 +84,7 @@ border-top-right-radius: .25em;
        left: -354px;
        padding: 20px;
        box-sizing: border-box;
+       z-index: 1;
        .btn > i {
                margin-right: 6px;
        }
index b539e339a432b3037edf02da6b62a105a1910c9b..18a13b3a73ca7eed25f795e2f80145b98b4fda1d 100644 (file)
@@ -1 +1 @@
-0.5.0.0909 Beta
\ No newline at end of file
+0.5.0.0910 Beta
\ No newline at end of file