统一了用户、项目主页所有用户列表风格
This commit is contained in:
parent
92dfea34ad
commit
11c52fde6d
|
@ -8,7 +8,7 @@
|
|||
<td colspan="2" valign="top" width="50" ><%= link_to image_tag(url_to_avatar(user), :class => "avatar"), user_path(user), :title => "#{user.name}" %></td>
|
||||
<td><table width="580px" border="0">
|
||||
<tr>
|
||||
<td colspan="2" valign="top"><strong><%= content_tag "div", link_to_user(user), :class => "nomargin avatar_name" %>
|
||||
<td colspan="2" valign="top"><strong><%= content_tag "div", link_to_user(user), :class => "project_avatar_name" %>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<td colspan="2" valign="top" width="50" ><%= link_to image_tag(url_to_avatar(user), :class => "avatar"), user_path(user), :title => "#{user.name}" %></td>
|
||||
<td><table width="580px" border="0">
|
||||
<tr>
|
||||
<td colspan="2" valign="top"><strong><%= content_tag "div", link_to_user(user), :class => "nomargin avatar_name" %>
|
||||
<td colspan="2" valign="top"><strong><%= content_tag "div", link_to_user(user), :class => "project_avatar_name" %>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -1281,7 +1281,7 @@ div.project-block img.avatar2 {
|
|||
margin-bottom: 0px;
|
||||
/*background-color: #f5f5f5;*/
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
||||
border-bottom: 1px dashed rgb(204, 204, 204);
|
||||
/*-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
|
@ -1640,14 +1640,15 @@ member style
|
|||
div.member_content div.well {
|
||||
height: auto;
|
||||
margin-bottom: 10px;
|
||||
width: 660px;
|
||||
}
|
||||
|
||||
|
||||
div.member_content {
|
||||
float: left;
|
||||
margin-top: 20px;
|
||||
margin-top: 0px;
|
||||
width: 600px;
|
||||
margin-left: 40px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue