1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

modification for ie

This commit is contained in:
llj
2012-10-13 17:34:48 +08:00
parent 6cd0df1a1d
commit daa8566d34
4 changed files with 10 additions and 9 deletions

View File

@@ -47,7 +47,7 @@
<th width="4%"></th> <th width="4%"></th>
<th width="38%">邮箱</th> <th width="38%">邮箱</th>
<th width="20%">名字</th> <th width="20%">名字</th>
<th width="32%">备注</th> <th width="28%">备注</th>
<th width="10%">操作</th> <th width="10%">操作</th>
</tr> </tr>
{% for contact in unregistered_contacts %} {% for contact in unregistered_contacts %}

View File

@@ -604,15 +604,16 @@ ul.with-bg li {
} }
.mygroup { .mygroup {
float:left; float:left;
width:69px; display:inline;
width:67px;
text-align:center; text-align:center;
word-wrap:break-word; margin:0 1px 5px 1px;
vertical-align:top;
margin:0 0px 5px 0;
} }
.mygroup a { .mygroup a {
display:inline-block; display:inline-block;
width:100%; width:100%;
white-space:nowrap;
overflow:hidden;
} }
#repo-create, #repo-create,

View File

@@ -17,9 +17,9 @@
<th width="4%"><!--icon--></th> <th width="4%"><!--icon--></th>
<th width="20%">名字</th> <th width="20%">名字</th>
<th width="25%">共享给</th> <th width="25%">共享给</th>
<th width="10%">权限</th> <th width="8%">权限</th>
<th width="36%">描述</th> <th width="32%">描述</th>
<th width="10%">操作</th> <th width="11%">操作</th>
</tr> </tr>
{% for repo in shared_repos %} {% for repo in shared_repos %}
<tr> <tr>

View File

@@ -8,7 +8,7 @@
<a href="{{ SITE_ROOT }}group/{{ group.props.id }}/" class="no-deco"> <a href="{{ SITE_ROOT }}group/{{ group.props.id }}/" class="no-deco">
<img src="{% grp_avatar_url group.props.id 48 %}" alt="{{ group.props.group_name }}的图标" title="{{ group.props.group_name }}" class="avatar" /> <img src="{% grp_avatar_url group.props.id 48 %}" alt="{{ group.props.group_name }}的图标" title="{{ group.props.group_name }}" class="avatar" />
</a> </a>
<a href="{{ SITE_ROOT }}group/{{ group.props.id }}/">{{ group.props.group_name }}</a> <a href="{{ SITE_ROOT }}group/{{ group.props.id }}/" title="{{ group.props.group_name }}">{{ group.props.group_name }}</a>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>