diff --git a/src/main/twirl/menu.scala.html b/src/main/twirl/menu.scala.html
index 2fbb3ce..2d54e01 100644
--- a/src/main/twirl/menu.scala.html
+++ b/src/main/twirl/menu.scala.html
@@ -5,6 +5,21 @@
@import context._
@import view.helpers._
+@sidemenu(path: String, name: String, label: String) = {
+
@@ -132,18 +76,6 @@
}
-
@if(expand){
@repository.repository.description.map { description =>
@description
@@ -173,17 +105,38 @@
@body
-@if(settings.ssh && loginAccount.isDefined){
-}
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css
index 4b05274..cf691c0 100644
--- a/src/main/webapp/assets/common/css/gitbucket.css
+++ b/src/main/webapp/assets/common/css/gitbucket.css
@@ -283,6 +283,52 @@
}
/****************************************************************************/
+/* Side Menu */
+/****************************************************************************/
+ul.sidemenu {
+ margin-left: 0px;
+}
+
+ul.sidemenu a:hover{
+ text-decoration: none;
+}
+
+ul.sidemenu li.active {
+ border-top: 1px solid #eee;
+ border-bottom: 1px solid #eee;
+ border-right: 2px solid #bb4444;
+ border-left: 1px solid white;
+}
+
+ul.sidemenu div.gradient {
+ width: 5px;
+ height: 35px;
+ background: linear-gradient(to right, #eee, #fff);
+ margin-right: 4px;
+ border-left: 1px solid #eee;
+}
+
+ul.sidemenu div.margin {
+ width: 5px;
+ height: 35px;
+ margin-right: 4px;
+ border-left: 1px solid white;
+}
+
+ul.sidemenu li {
+ line-height: 35px;
+ height: 35px;
+ border-left: 1px solid #eee;
+ margin-left:0px;
+ border-right: 2px solid white;
+ list-style-type: none;
+}
+
+ul.sidemenu span.badge {
+ padding-right: 4px;
+}
+
+/****************************************************************************/
/* Create Repository */
/****************************************************************************/
.slash {
@@ -393,6 +439,17 @@
/****************************************************************************/
/* Repository Viewer */
/****************************************************************************/
+a.header-link {
+ color: #888;
+}
+a.header-link strong {
+ color: black;
+}
+a.header-link:hover {
+ color: #0088cc;
+ text-decoration: none;
+}
+
table.table-file-list {
margin-bottom: 0px;
}