用户列表样式微调

This commit is contained in:
nieguanghui 2013-08-09 11:08:11 +08:00
parent f3c0f9cde9
commit 78d21fdcb0
1 changed files with 21 additions and 8 deletions

View File

@ -1268,7 +1268,7 @@ div.project-block img.avatar2 {
color: black; color: black;
min-height: 20px; min-height: 20px;
height: auto; height: auto;
padding: 19px 19px 6px 19px; padding: 10px 19px 6px 19px;
margin-bottom: 0px; margin-bottom: 0px;
/*background-color: #f5f5f5;*/ /*background-color: #f5f5f5;*/
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
@ -1280,15 +1280,23 @@ div.project-block img.avatar2 {
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
} }
img.img_member_time {
float: right;
width: 17px;
height: 17px;
margin-top: 2px;
}
.float_right { .float_right {
display: block; display: block;
float: right; float: right;
} }
.member_since { p.member_since {
padding-right: 20px; padding-right: 20px;
margin-top: 4px; margin-top: 2px;
color: rgb(153, 153, 153);
font-size: 12px;
float: right;
} }
img.avatar { img.avatar {
@ -1301,9 +1309,10 @@ img.avatar {
.avatar_name { .avatar_name {
position: relative; position: relative;
font-size: 13px; font-size: 16px;
top: 4px; top: 0px;
left: 4px; left: 16px;
margin-bottom: -15px;
display:block; display:block;
} }
@ -1329,6 +1338,10 @@ div.pagination ul {
margin-top: 0px; margin-top: 0px;
} }
div.user-bottom {
margin-left: 64px;
margin-top: 20px;
}
div.pagination li { div.pagination li {
display: inline; display: inline;
line-height: 18px; line-height: 18px;
@ -1629,7 +1642,7 @@ div.member_content {
*/ */
div.project-search-block { div.project-search-block {
margin-top: 0px; margin-top: 0px;
margin-bottom: 10px; margin-bottom: 0px;
padding: 10px; padding: 10px;
width: 888px; width: 888px;
border-top 1px solid rgb(242,242,242); border-top 1px solid rgb(242,242,242);