1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

Improve about dialog

This commit is contained in:
Daniel Pan
2016-05-20 15:42:59 +08:00
parent 4e4b6d07ba
commit ac436d44ae
2 changed files with 5 additions and 4 deletions

View File

@@ -3559,5 +3559,7 @@ img.thumbnail {
}
/* about dialog */
.about-content {
width: 300px;
width: 280px;
padding-top: 20px;
text-align: center;
}

View File

@@ -4,8 +4,7 @@
<a href="{% url 'download_client' %}" class="fright"><span aria-hidden="true" class="sf2-icon-monitor vam"></span> <span class="vam">{% trans "Clients" %}</span></a>
<div class="about-content hide">
<h3>{% trans "About" %}</h3>
<p>{% trans "Server Version: " %}{{ seafile_version }}</p>
<p>© 2016 {% trans "Seafile" %}</p>
<p><img src="{{ MEDIA_URL }}{{ logo_path }}" title="Seafile" alt="logo" width="{{logo_width}}" height="{{logo_height}}" /></p>
<p>{% trans "Server Version: " %}{{ seafile_version }}<br/> © 2016 {% trans "Seafile" %}</p>
<p><a href="http://seafile.com/en/about/" target="_blank">{% trans "About Us" %}</a></p>
</div>