From 876a701be196185773b8e18df2866f43e93905e8 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 14 Apr 2015 11:45:51 -0700 Subject: [PATCH] More graphical site update events on news feed --- sass/_project-sass/_project-Main.scss | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 98322673..4e0ac182 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -781,21 +781,31 @@ a.tag:hover { color: #aaa!important; } .news-item .files { - background: #F5F5F5; - padding: 0px 10px 6px 0px; - border-top: 1px solid #E7E7E7; + background: #fff; + padding: 0px; margin-bottom: 4px; } .news-item .file { - width: 90px; + width: auto; overflow: hidden; margin-bottom: 0; padding: 0; - margin-left: 17px; - margin-top: 10px; + margin-left: 0; + margin-right: 17px; + + .html-thumbnail { + width: 102px; + } + &:first-child .html-thumbnail.html { + width: 322px; + height: 100px; + } + &:first-child .html-thumbnail.html img { + width: 322px; + height: 200px; + } } .news-item .file .image-container { - height: 63px; float: left; width: 100%; }