styling: fixing alignment of comment toggle button
This commit is contained in:
parent
a045ce1262
commit
2a46a56fff
2 changed files with 8 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue