Changeset - 1d5145d52c30
[Not reviewed]
default
0 1 0
Mads Kiilerich - 7 years ago 2018-06-07 01:48:15
mads@kiilerich.com
changelog: tweak positioning of checkboxes for changeset selection

Avoid the default vertical alignment on baseline. Instead align on text bottom
- that makes it show up more nicely aligned with the text.

Also override the Bootstrap top margin - it made the checkbox the largest
element in rows and it was thus controlling the height for no good reason.
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -814,6 +814,10 @@ div.comment-prev-next-links div.next-com
 
    width: 24px;
 
    /* the optional second checkbox will be inline-block but should wrap to a new line */
 
    white-space: normal;
 
    > input[type=checkbox] {
 
      margin-top: inherit;
 
      vertical-align: text-bottom;
 
    }
 
  }
 
  .changeset-logical-index {
 
    color: @gray-light;
0 comments (0 inline, 0 general)