@if(account.url.isDefined){
diff --git a/src/main/twirl/index.scala.html b/src/main/twirl/index.scala.html
index 99ccf2f..ef8bd67 100644
--- a/src/main/twirl/index.scala.html
+++ b/src/main/twirl/index.scala.html
@@ -18,7 +18,7 @@
Your repositories (@userRepositories.size)
|
@@ -30,7 +30,7 @@
} else {
@userRepositories.map { repository =>
-
+ |
@if(repository.repository.isPrivate){
}
@@ -62,7 +62,7 @@
} else {
@recentRepositories.map { repository =>
|
-
+ |
@if(repository.repository.isPrivate){
}
diff --git a/src/main/twirl/main.scala.html b/src/main/twirl/main.scala.html
index c7d8e88..592238a 100644
--- a/src/main/twirl/main.scala.html
+++ b/src/main/twirl/main.scala.html
@@ -46,15 +46,12 @@
}
-
|
}
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css
index dface9e..02964a8 100644
--- a/src/main/webapp/assets/common/css/gitbucket.css
+++ b/src/main/webapp/assets/common/css/gitbucket.css
@@ -1,11 +1,8 @@
-@import url(http://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic|Pathway+Gothic+One|Roboto:400,400italic,700italic,700);
-
/****************************************************************************/
/* Common */
/****************************************************************************/
body {
color: #333;
- font-family: 'Roboto', sans-serif;
}
/* ======================================================================== */
@@ -44,8 +41,6 @@
.navbar .brand {
padding-top: 6px;
padding-bottom: 6px;
- font-family: 'Pathway Gothic One', sans-serif;
- font-size: 27px;
}
.navbar .brand img {
@@ -88,14 +83,6 @@
border-radius: 0 4px 4px 0;
}
-.head i {
- margin-top: 6px;
-}
-
-.repo-list-item i {
- margin-top: 2px;
-}
-
/*
div.input-prepend span.add-on a {
color: #333;
@@ -228,7 +215,7 @@
div.box-content {
background-color: white;
border: 1px solid #d8d8d8;
- padding: 12px;
+ padding: 4px;
}
th.box-header {
@@ -238,7 +225,6 @@
background-image: linear-gradient(#fafafa, #e0e0e0);
background-repeat: repeat-x;
margin: 0;
- height: 25px;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
border: 1px solid #d8d8d8;
@@ -253,7 +239,6 @@
background-image: linear-gradient(#fafafa, #e8e8e8);
background-repeat: repeat-x;
margin: 0;
- padding-left: 10px;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}
@@ -271,10 +256,6 @@
margin-bottom: 4px;
}
-span.note {
- margin-left: 20px;
-}
-
img.avatar {
border-radius: 4px;
-webkit-border-radius: 4px;
@@ -321,12 +302,12 @@
/* Create Repo */
/****************************************************************************/
.slash {
- font-size: 25px;
+ font-size: 20px;
}
+
/****************************************************************************/
/* Sign-in form */
/****************************************************************************/
-
div.signin-form {
width: 350px;
margin: 30px auto;
@@ -398,8 +379,6 @@
div.activity-content {
margin-left: 40px;
- padding-top: 2px;
- padding-bottom: 2px;
}
/****************************************************************************/
@@ -426,8 +405,8 @@
}
th, td, .table th, .table td {
- padding-top: 10px;
- padding-bottom: 10px;
+ padding-top: 4px;
+ padding-bottom: 4px;
}
div.commit-avatar-image {
@@ -486,7 +465,7 @@
display: block;
font-size: large;
text-align: center;
- padding: 16px;
+ padding: 8px;
}
table.table-issues {
@@ -508,8 +487,8 @@
ul.label-list a {
padding-left: 6px;
- padding-top: 7px;
- padding-bottom: 7px;
+ padding-top: 4px;
+ padding-bottom: 4px;
margin-bottom: 8px;
color: #444;
}
@@ -593,7 +572,7 @@
}
div.issue-header {
- padding-left: 12px;
+ padding-left: 8px;
padding-right: 8px;
padding-top: 12px;
padding-bottom: 12px;
@@ -603,13 +582,13 @@
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
background-color: #f5f5f5;
- padding: 10px;
+ padding: 8px;
margin-left: 0px;
margin-right: 0px;
}
div.issue-content {
- padding: 12px;
+ padding: 8px;
background-color: #fbfbfb;
}