More graphical site update events on news feed

This commit is contained in:
Victoria Wang 2015-04-14 11:45:51 -07:00
parent 43959d5185
commit 876a701be1

View file

@ -781,21 +781,31 @@ a.tag:hover {
color: #aaa!important; color: #aaa!important;
} }
.news-item .files { .news-item .files {
background: #F5F5F5; background: #fff;
padding: 0px 10px 6px 0px; padding: 0px;
border-top: 1px solid #E7E7E7;
margin-bottom: 4px; margin-bottom: 4px;
} }
.news-item .file { .news-item .file {
width: 90px; width: auto;
overflow: hidden; overflow: hidden;
margin-bottom: 0; margin-bottom: 0;
padding: 0; padding: 0;
margin-left: 17px; margin-left: 0;
margin-top: 10px; 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 { .news-item .file .image-container {
height: 63px;
float: left; float: left;
width: 100%; width: 100%;
} }