1
0
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:
llj
2013-03-02 15:51:16 +08:00
parent 0062169395
commit b0c516cdfe
2 changed files with 10 additions and 5 deletions

View File

@@ -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;
}

View File

@@ -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>