1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

modified style of h2, group-member-add

This commit is contained in:
llj
2012-05-19 15:30:58 +08:00
parent cff0b604be
commit faacf811da
3 changed files with 7 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
{% block right_panel %} {% block right_panel %}
<h2>{{ group.group_name }} 小组管理</h2> <h2>{{ group.group_name }} 小组管理</h2>
<h3> 小组成员列表<button id="member-add">添加成员</button></h3> <h3>小组成员列表<a id="member-add" href="#" class="fright">添加成员</a></h3>
{% if members %} {% if members %}
<table class="member-list"> <table class="member-list">
<tr> <tr>

View File

@@ -29,7 +29,7 @@ ul > li { list-style:none; }
a { color:#ee8833; text-decoration:none; font-weight:bold; } a { color:#ee8833; text-decoration:none; font-weight:bold; }
a:hover { color: #ff9933; text-decoration: underline; } a:hover { color: #ff9933; text-decoration: underline; }
img { border:none; } img { border:none; }
h2 { font-size:18px; color:#808; margin-bottom:8px; } h2 { font-size:18px; color:#808; margin:10px 0 8px; }
h3 { font-size:15px; color:#808; font-weight:normal; margin:10px 0 6px; } h3 { font-size:15px; color:#808; font-weight:normal; margin:10px 0 6px; }
ol { padding-left:2em; } ol { padding-left:2em; }
/* table */ /* table */
@@ -250,5 +250,9 @@ label { display: inline-block; margin:2px 0px; }
vertical-align:middle; vertical-align:middle;
} }
#member-add { #member-add {
margin-left:10px; font-size:13px;
padding-left:18px;
text-decoration:underline;
background:transparent url('../img/add.png') scroll no-repeat left 50%;
margin-top:2px;
} }

BIN
media/img/add.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B