Commit acdaf51c authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174411 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fcf458f2
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
overflow: hidden; overflow: hidden;
} }
.ecm-card-info-subhead { .ecm-card-info-subhead {
/* ...
font-size: 12px; font-size: 12px;
color: #888; color: #888;
display: block; display: block;
...@@ -44,8 +45,19 @@ ...@@ -44,8 +45,19 @@
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: normal;
line-height: 15px; line-height: 15px;
*/
font-size: 12px;
color: #888;
display: block;
top: 7px;
position: relative;
overflow: hidden;
line-height: 15px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
} }
.ecm-card-info-img { .ecm-card-info-img {
float: left; float: left;
......
.categories-section { .categories-section {
padding: 0; padding: 0;
margin: 0; margin: 0;
padding-top: 100px;
padding-top: 70px;
background-color: #f2f2f2 !important; background-color: #f2f2f2 !important;
} }
.ecm-section-info { .ecm-section-info {
......
.trending-section { .trending-section {
padding-top: 50px; padding-top: 50px;
height: 650px; height: 580px;
background-color: #F2F2F2; background-color: #F2F2F2;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment