diff --git a/public/css/gogs.css b/public/css/gogs.css
index dcfb2758a0..2850d15e2e 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -309,13 +309,13 @@ html, body {
height: 8em;
}
-#repo-import-auth{
+#repo-import-auth {
width: 100%;
margin-top: 48px;
box-sizing: border-box;
}
-#repo-import-auth .form-group{
+#repo-import-auth .form-group {
box-sizing: border-box;
margin-left: 0;
margin-right: 0;
@@ -460,28 +460,39 @@ html, body {
padding: 3px 8px;
}
-#user-dashboard-repo-new .dropdown-menu {
+#user-dashboard-repo-new .dropdown-menu, #nav-repo-new .dropdown-menu {
padding: 0;
margin: 0;
}
-#user-dashboard-repo-new ul {
+#user-dashboard-repo-new ul, #nav-repo-new ul {
margin: 0;
width: 200px;
}
-#user-dashboard-repo-new li a {
+#user-dashboard-repo-new li a, #nav-repo-new li a {
line-height: 36px;
display: block;
padding: 0 18px;
color: #444;
}
-#user-dashboard-repo-new li a:hover {
+#user-dashboard-repo-new li a:hover, #nav-repo-new li a:hover {
background: #0093c4;
color: #FFF;
}
+#nav-repo-new button {
+ border: none;
+ background: transparent;
+ padding: 0;
+ width: 15px;
+}
+
+#nav-repo-new li .fa {
+ margin: 0 .5em;
+}
+
/* gogits repo single page */
#body-nav.repo-nav {
diff --git a/templates/base/navbar.tmpl b/templates/base/navbar.tmpl
index 7d1f64e495..c0855d81ef 100644
--- a/templates/base/navbar.tmpl
+++ b/templates/base/navbar.tmpl
@@ -8,9 +8,18 @@
-
{{if .IsAdmin}}{{end}}
+