mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
modified for ie 7
This commit is contained in:
@@ -311,22 +311,24 @@ textarea:-moz-placeholder {/* for FF */
|
||||
border-bottom:1px solid #ddd;
|
||||
margin-bottom:16px;
|
||||
}
|
||||
.tabnav-tabs {
|
||||
.tabnav-tabs,
|
||||
.tabnav-tab {
|
||||
display:inline-block;
|
||||
}
|
||||
.tabnav-tab {
|
||||
display:inline-block;
|
||||
font-size:14px;
|
||||
padding:8px 10px;
|
||||
border:1px solid transparent;
|
||||
border-bottom:0;
|
||||
}
|
||||
.tabnav-tabs,
|
||||
.tabnav-tab {
|
||||
*display:inline;
|
||||
}
|
||||
.tabnav-tab a {
|
||||
color:#666;
|
||||
font-weight:normal;
|
||||
}
|
||||
.tabnav-tab a:hover {
|
||||
}
|
||||
.tabnav-tab-cur {
|
||||
font-weight:bold;
|
||||
border-color:#ddd;
|
||||
@@ -1815,6 +1817,9 @@ textarea:-moz-placeholder {/* for FF */
|
||||
display:inline-block;
|
||||
min-width:66px;
|
||||
}
|
||||
.pubinfo-item {
|
||||
*display:inline;
|
||||
}
|
||||
.ru .pubinfo-item {
|
||||
min-width:64px;
|
||||
}
|
||||
|
@@ -10,12 +10,12 @@
|
||||
|
||||
{% block right_panel %}
|
||||
<div class="tabnav">
|
||||
<button id="repo-create" class="add fright">{% trans "New Library"%}</button>
|
||||
<ul class="tabnav-tabs">
|
||||
<li class="tabnav-tab tabnav-tab-cur">{% trans "Libraries" %}</li>
|
||||
<li class="tabnav-tab"><a href="{% url 'pubgrp' %}">{% trans "Groups" %}</a></li>
|
||||
<li class="tabnav-tab"><a href="{% url 'pubuser' %}">{% trans "Users" %}</a></li>
|
||||
</ul>
|
||||
<button id="repo-create" class="add fright">{% trans "New Library"%}</button>
|
||||
</div>
|
||||
{% if public_repos %}
|
||||
<table>
|
||||
|
Reference in New Issue
Block a user