From 12314de130770329889ac4d4df616f2ae5beb8ab Mon Sep 17 00:00:00 2001 From: Wen Date: Fri, 24 Jan 2014 19:25:25 +0800 Subject: [PATCH] Redo --- public/stylesheets/application.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 01ed28f86..ec82748c8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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); }