This commit is contained in:
Wen 2014-01-24 19:25:25 +08:00
parent e7dab11250
commit 12314de130
1 changed files with 4 additions and 4 deletions

View File

@ -258,7 +258,7 @@ span.forums-avatar-right{
text-overflow: ellipsis;
}
.contextual-borad{
float:right;
float:left;
white-space: nowrap;
line-height:1.4em;
margin-top:0px;
@ -1374,7 +1374,7 @@ table.attributes { width: 100% }
table.attributes th { vertical-align: top; text-align: left; }
table.attributes td { vertical-align: top; }
table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
table.boards a.board, h3.comments { /*background: url(../images/comment.png) */no-repeat 0% 50%; padding-left: 5px; }
table.boards td.topic-count, table.boards td.message-count {text-align:center;}
table.boards td.last-message {font-size:80%;}
@ -2461,7 +2461,7 @@ a.close-icon:hover {background-image:url('../images/close_hl.png');}
.icon-edit { background-image: url(../images/edit.png); }
.icon-copy { background-image: url(../images/copy.png); }
.icon-duplicate { background-image: url(../images/duplicate.png); }
.icon-del { background-image: url(../images/delete.png); }
.icon-del { /*background-image: url(../images/delete.png); */}
.icon-move { background-image: url(../images/move.png); }
.icon-save { background-image: url(../images/save.png); }
.icon-cancel { background-image: url(../images/cancel.png); }
@ -2486,7 +2486,7 @@ a.close-icon:hover {background-image:url('../images/close_hl.png');}
.icon-checked { background-image: url(../images/true.png); }
.icon-details { background-image: url(../images/zoom_in.png); }
.icon-report { background-image: url(../images/report.png); }
.icon-comment { background-image: url(../images/comment.png); }
.icon-comment { /*background-image: url(../images/comment.png); */}
.icon-summary { background-image: url(../images/lightning.png); }
.icon-server-authentication { background-image: url(../images/server_key.png); }
.icon-issue { background-image: url(../images/ticket.png); }