1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-03 02:06:45 +00:00

Improve style of side nav

This commit is contained in:
Daniel Pan 2016-05-05 14:00:22 +08:00
parent 376422c935
commit c70cdcc2d4
2 changed files with 11 additions and 1 deletions

View File

@ -683,6 +683,7 @@ textarea:-moz-placeholder {/* for FF */
overflow-x:hidden;
overflow-y:auto;
border-right:1px solid #eee;
box-shadow:0 0 4px #ccc;
}
}
.side-tabnav {
@ -743,6 +744,15 @@ textarea:-moz-placeholder {/* for FF */
line-height:1;
color:#999;
}
.side-nav-toggle {
background:#fff;
font-size:1rem;
padding:6px 8px;
color:#666;
}
.side-nav-toggle:hover {
background:#ddd;
}
#group-nav .sharp {
display:inline-block;
width:42px;

View File

@ -51,7 +51,7 @@
{% endif %}
</a>
<button class="sf2-icon-list-view hidden-md-up" title="Side Nav Menu" id="js-toggle-side-nav" aria-label="{% trans "Side Nav Menu" %}"></button>
<button class="sf2-icon-list-view side-nav-toggle hidden-md-up" title="Side Nav Menu" id="js-toggle-side-nav" aria-label="{% trans "Side Nav Menu" %}"></button>
<div class="fright">
{% if has_file_search %}