diff --git a/media/css/seahub.css b/media/css/seahub.css
index d334c2813c..9a7b1179b8 100644
--- a/media/css/seahub.css
+++ b/media/css/seahub.css
@@ -1416,9 +1416,6 @@ textarea:-moz-placeholder {/* for FF */
#repo-top .hd {
margin-right:15px;
}
-#repo-basic-info .desc {
- font-size:1.2em;
-}
#repo-basic-info .link-icon {
margin:0 5px 0 15px;
}
@@ -1474,6 +1471,7 @@ textarea:-moz-placeholder {/* for FF */
padding:8px 10px;
}
.repo-file-list-topbar .path {
+ font-size:14px;
line-height:25px;
margin:0;
}
@@ -2351,11 +2349,13 @@ textarea:-moz-placeholder {/* for FF */
right:10px;
}
#bottom-bar button {
- color:#fff;
- font-size:15px;
- background:#000;
- opacity:0.75;
- margin-left:5px;
+ color:#424242;
+ background:#fff;
+ border-color:#cacaca;
+ margin-left:2px;
+}
+#bottom-bar button:focus {
+ outline:none;
}
#bottom-bar [class^='icon-'] {
margin-right:3px;
diff --git a/seahub/templates/repo.html b/seahub/templates/repo.html
index 8399b58594..ce5c96747a 100644
--- a/seahub/templates/repo.html
+++ b/seahub/templates/repo.html
@@ -25,17 +25,13 @@
{% trans "Download" %}
{% endif %}
{% if is_repo_owner %}
- {% trans "Settings" %}
+
{% trans "Settings" %}
{% endif %}
{% if user_perm == 'rw' %}
-
{% trans "Trash"%}
+
{% trans "Trash"%}
{% endif %}
-
-
{% if repo.enc_version == 2 and not server_crypto and repo.encrypted %}
diff --git a/seahub/templates/snippets/my_owned_repos.html b/seahub/templates/snippets/my_owned_repos.html
index 2cabcc4fb2..685ef87002 100644
--- a/seahub/templates/snippets/my_owned_repos.html
+++ b/seahub/templates/snippets/my_owned_repos.html
@@ -18,8 +18,8 @@