mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 10:51:17 +00:00
Improve about dialog
This commit is contained in:
@@ -3559,5 +3559,7 @@ img.thumbnail {
|
|||||||
}
|
}
|
||||||
/* about dialog */
|
/* about dialog */
|
||||||
.about-content {
|
.about-content {
|
||||||
width: 300px;
|
width: 280px;
|
||||||
|
padding-top: 20px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@@ -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>
|
<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">
|
<div class="about-content hide">
|
||||||
<h3>{% trans "About" %}</h3>
|
<p><img src="{{ MEDIA_URL }}{{ logo_path }}" title="Seafile" alt="logo" width="{{logo_width}}" height="{{logo_height}}" /></p>
|
||||||
<p>{% trans "Server Version: " %}{{ seafile_version }}</p>
|
<p>{% trans "Server Version: " %}{{ seafile_version }}<br/> © 2016 {% trans "Seafile" %}</p>
|
||||||
<p>© 2016 {% trans "Seafile" %}</p>
|
|
||||||
<p><a href="http://seafile.com/en/about/" target="_blank">{% trans "About Us" %}</a></p>
|
<p><a href="http://seafile.com/en/about/" target="_blank">{% trans "About Us" %}</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user