styling: fixing alignment of comment toggle button

This commit is contained in:
lisaq 2016-09-12 11:56:55 +02:00
parent a045ce1262
commit 2a46a56fff
2 changed files with 8 additions and 4 deletions

View file

@ -255,7 +255,7 @@ table.code-difftable {
/** LINE NUMBERS **/
.lineno {
padding-left: 2px;
padding-left: 2px !important;
padding-right: 2px;
text-align: right;
width: 32px;

View file

@ -32,10 +32,14 @@ div.diffblock.margined.comm tr {
}
.comment-toggle {
width: 20px;
position: relative;
color: @rcblue;
.icon-comment{
display: inline-block;
.icon-comment {
position: absolute;
top: 2px;
left: 0;
z-index: 100;
visibility: hidden;
}