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 @@ {% trans "Name" %} - {% trans "Description" %} - {% trans "Last Update" %} + {% trans "Description" %} + {% trans "Last Update" %} {% trans "Operations" %} {% for repo in owned_repos %} @@ -65,8 +65,8 @@ {% trans "Name" %} - {% trans "Origin" %} - {% trans "Last Update" %} + {% trans "Origin" %} + {% trans "Last Update" %} {% trans "Operations" %} {% for repo in sub_repos %} @@ -215,8 +215,8 @@ {% trans "Name" %} - {% trans "Description" %} - {% trans "Last Update" %} + {% trans "Description" %} + {% trans "Last Update" %} {% trans "Operations" %} diff --git a/seahub/templates/snippets/repo_dir_data.html b/seahub/templates/snippets/repo_dir_data.html index 6aac08fe4d..e6828dd032 100644 --- a/seahub/templates/snippets/repo_dir_data.html +++ b/seahub/templates/snippets/repo_dir_data.html @@ -1,12 +1,11 @@ {% load seahub_tags i18n %}

- {% trans "Current path: "%} {% for name, link in zipped %} - {% if not forloop.last %} - {{ name }} / + {% if forloop.first or not forloop.last %} + {{ name }} / {% else %} - {{ name }} + {{ name }} / {% endif %} {% endfor %}

@@ -26,9 +25,9 @@ {% endif %} {% endif %}
-
- {% include 'snippets/current_commit.html' %} -
+
+ {% include 'snippets/current_commit.html' %} +