]> source.dussan.org Git - gitea.git/commitdiff
update tmpl
authorslene <vslene@gmail.com>
Sat, 15 Mar 2014 12:40:26 +0000 (20:40 +0800)
committerslene <vslene@gmail.com>
Sat, 15 Mar 2014 12:40:26 +0000 (20:40 +0800)
.gitignore
public/css/gogs.css
templates/base/footer.tmpl
templates/base/head.tmpl
templates/base/navbar.tmpl

index 6559d61a06d3800407aa13cb4cfbac2a0d6ab793..55d2a5784c008ef4f0813a89de432adbe0c3460e 100644 (file)
@@ -6,3 +6,4 @@ gogs
 *.log
 custom/
 .vendor/
+repo/
index e7730b2d4178d7b9ccdb827d53dac732556d86f2..c48a17984f947116f96431c535505d5efbd00a29 100755 (executable)
@@ -8,6 +8,10 @@ body {
     background: #F6F6F6;
 }
 
+html, body {
+    height: 100%;
+}
+
 /* override bs3 */
 
 .tooltip-inner {
@@ -47,6 +51,7 @@ body {
     background-color: #428bca;
     box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
     padding: 0 16px;
+    margin: 0;
 }
 
 /* gogits nav item link */
@@ -143,10 +148,9 @@ body {
 }
 
 #gogs-body-nav {
-    margin-top: 52px;
     margin-bottom: -50px;
     background-color: #FFF;
-    border-bottom: 1px solid #BBB;
+    border-bottom: 1px solid #DDD;
     height: 66px
 }
 
@@ -445,7 +449,7 @@ body {
 #gogs-repo-toolbar {
     margin-top: 51px;
     margin-bottom: -50px;
-    border-bottom: 1px solid #BBB;
+    border-bottom: 1px solid #DDD;
     background-color: #FFF;
     height: 40px;
     font-size: 14px;
@@ -551,3 +555,25 @@ body {
     border-top: none;
 }
 
+#wrapper {
+    min-height: 100%;
+    height: auto !important;
+    height: 100%;
+    margin: 0 auto -100px;
+    padding: 0 0 100px;
+}
+
+#footer {
+    background: #fff;
+    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);
+    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);;
+    height: 100px;
+}
+
+#footer .footer-wrap {
+    padding: 20px 0;
+}
+
+#footer a {
+    color: #000;
+}
index a2131a9532d239d8e0527d024b783ebad1b96dbc..0f17c5ea643574bbd2e829b23c289d1a8b944362 100644 (file)
@@ -5,5 +5,15 @@
         initUserSetting();{{end}}
     });
 </script>
+       <div class="wrapper-push"></div>
+</div>
+<footer id="footer">
+       <div class="container footer-wrap">
+               <p>
+                       © 2014 Gogs. ver {{AppVer}}. <a target="_blank" href="https://github.com/gogits/gogs">GitHub</a>
+               </p>
+               <p class="desc"></p>
+       </div>
+</footer>
 </body>
 </html>
\ No newline at end of file
index e881e7f56d12ab9edf16a42ffe76e69dcc95f2ac..715f54efdb2fde8f5ca10999a78da743ddb13b45 100644 (file)
@@ -19,4 +19,5 @@
                <title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
        </head>
        <body>
+               <div id="wrapper">
                <noscript>Please enable JavaScript in your browser!</noscript>
\ No newline at end of file
index 9d5cc07bd397b71ed6eaaa3ea17f5705136b43a9..3fe0c1147a518caa3b684bbb1db18d7ba9f7ee9a 100644 (file)
@@ -1,4 +1,4 @@
-<div class="gogs-masthead navbar navbar-fixed-top" id="masthead">
+<div class="gogs-masthead navbar" id="masthead">
     <div class="container">
         <nav class="gogs-nav">
             <a id="gogs-nav-logo" class="gogs-nav-item{{if .PageIsHome}} active{{end}}" href="/"><img src="/img/favicon.png" alt="Gogs Logo" id="gogs-logo"></a>