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:
@@ -47,7 +47,7 @@
|
||||
<th width="4%"></th>
|
||||
<th width="38%">邮箱</th>
|
||||
<th width="20%">名字</th>
|
||||
<th width="32%">备注</th>
|
||||
<th width="28%">备注</th>
|
||||
<th width="10%">操作</th>
|
||||
</tr>
|
||||
{% for contact in unregistered_contacts %}
|
||||
|
@@ -604,15 +604,16 @@ ul.with-bg li {
|
||||
}
|
||||
.mygroup {
|
||||
float:left;
|
||||
width:69px;
|
||||
display:inline;
|
||||
width:67px;
|
||||
text-align:center;
|
||||
word-wrap:break-word;
|
||||
vertical-align:top;
|
||||
margin:0 0px 5px 0;
|
||||
margin:0 1px 5px 1px;
|
||||
}
|
||||
.mygroup a {
|
||||
display:inline-block;
|
||||
width:100%;
|
||||
white-space:nowrap;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#repo-create,
|
||||
|
@@ -17,9 +17,9 @@
|
||||
<th width="4%"><!--icon--></th>
|
||||
<th width="20%">名字</th>
|
||||
<th width="25%">共享给</th>
|
||||
<th width="10%">权限</th>
|
||||
<th width="36%">描述</th>
|
||||
<th width="10%">操作</th>
|
||||
<th width="8%">权限</th>
|
||||
<th width="32%">描述</th>
|
||||
<th width="11%">操作</th>
|
||||
</tr>
|
||||
{% for repo in shared_repos %}
|
||||
<tr>
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<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" />
|
||||
</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>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user