Skip to content

Commit

Permalink
Adapted button styles to the latest Redmine
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-ys committed Dec 28, 2023
1 parent 6de3bb6 commit a32679f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions assets/stylesheets/like.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
margin-left: auto;
text-align: right;
cursor: pointer;
position: relative;
}

.issue.details > .attributes > .like-icon-outer {
margin-top: -22px;
margin-bottom: 12px;
}

#tab-content-history > .like-icon-outer {
margin-top: -28px;
margin-bottom: 12px;
}

.like-side-by-side p{
Expand All @@ -11,10 +22,9 @@
}

.like-sender-tooltip {
position: relative;
cursor: pointer;
}
.like-sender-tooltip p{
.like-icon-outer p{
margin:0;
padding:0;
}
Expand All @@ -28,6 +38,7 @@
border-radius: 5px;
background: #000;
width: 100px;
box-sizing: content-box;
}
.like-sender-content:before {
content: "";
Expand Down

0 comments on commit a32679f

Please sign in to comment.