|
|
|
@ -11,6 +11,33 @@ h4 {border-bottom: 1px dotted #bbb;}
|
|
|
|
|
|
|
|
|
|
/*new by huang*/
|
|
|
|
|
/**/
|
|
|
|
|
.welcome-index{
|
|
|
|
|
width: 290px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
-o-text-overflow: ellisis;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
.contextual-borad{
|
|
|
|
|
float:right;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
line-height:1.4em;
|
|
|
|
|
margin-top:0px;
|
|
|
|
|
margin-right:8px;
|
|
|
|
|
font-size:0.9em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.borad-text-list{
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
border-bottom: 1px dashed rgb(204, 204, 204);
|
|
|
|
|
width: 680px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.borad-message{
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
border-bottom: 1px dashed rgb(204, 204, 204);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.borad-count{
|
|
|
|
|
width: 50px;
|
|
|
|
|
background-color: #e5e2e2;
|
|
|
|
@ -26,8 +53,15 @@ h4 {border-bottom: 1px dotted #bbb;}
|
|
|
|
|
|
|
|
|
|
.borad-topic-count{
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
border-bottom:solid 1px #848282;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.borad-topic-count-message{
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
border-bottom:solid 1px #848282;
|
|
|
|
|
color: #848282;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.borad-description{
|
|
|
|
|