From 78d21fdcb05cf3ff533c3e971b451411c9170b25 Mon Sep 17 00:00:00 2001 From: nieguanghui Date: Fri, 9 Aug 2013 11:08:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stylesheets/application.css | 29 ++++++++++++++----- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index d3523d3f9..3a51450eb 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -1268,7 +1268,7 @@ div.project-block img.avatar2 { color: black; min-height: 20px; height: auto; - padding: 19px 19px 6px 19px; + padding: 10px 19px 6px 19px; margin-bottom: 0px; /*background-color: #f5f5f5;*/ 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); 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 { display: block; float: right; } -.member_since { +p.member_since { padding-right: 20px; - margin-top: 4px; + margin-top: 2px; + color: rgb(153, 153, 153); + font-size: 12px; + float: right; } img.avatar { @@ -1301,9 +1309,10 @@ img.avatar { .avatar_name { position: relative; - font-size: 13px; - top: 4px; - left: 4px; + font-size: 16px; + top: 0px; + left: 16px; + margin-bottom: -15px; display:block; } @@ -1329,6 +1338,10 @@ div.pagination ul { margin-top: 0px; } +div.user-bottom { + margin-left: 64px; + margin-top: 20px; +} div.pagination li { display: inline; line-height: 18px; @@ -1629,7 +1642,7 @@ div.member_content { */ div.project-search-block { margin-top: 0px; - margin-bottom: 10px; + margin-bottom: 0px; padding: 10px; width: 888px; border-top: 1px solid rgb(242,242,242);