1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 11:30:26 +00:00

Merge pull request #1205 from haiwen/css-improve

UI Improvement
This commit is contained in:
llj
2016-05-25 10:48:48 +08:00
2 changed files with 11 additions and 7 deletions

View File

@@ -576,7 +576,7 @@ textarea:-moz-placeholder {/* for FF */
line-height:1.5; line-height:1.5;
margin:0; /* for merge with tabs */ margin:0; /* for merge with tabs */
background-color:#f2f2f2; background-color:#f2f2f2;
padding:0.6rem 0.75rem 0.25rem; padding:0.6rem 0.75rem 0;
border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;
} }
/****paginator****/ /****paginator****/
@@ -761,7 +761,7 @@ textarea:-moz-placeholder {/* for FF */
border-top:1px solid #eee; border-top:1px solid #eee;
} }
.side-nav-footer a { .side-nav-footer a {
color:#333; color:#666;
font-weight: normal; font-weight: normal;
margin-right:0.25rem; margin-right:0.25rem;
} }
@@ -799,6 +799,9 @@ textarea:-moz-placeholder {/* for FF */
color:#333; color:#333;
font-weight:normal; font-weight:normal;
} }
.side-tabnav-tabs .tab a:focus {
text-decoration:none;
}
.side-tabnav-tabs .tab .grp-list a { .side-tabnav-tabs .tab .grp-list a {
font-size:14px; font-size:14px;
line-height:24px; line-height:24px;
@@ -3545,5 +3548,7 @@ img.thumbnail {
} }
/* about dialog */ /* about dialog */
.about-content { .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> <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>