Skip to content

Commit

Permalink
Add bounding box to comments.
Browse files Browse the repository at this point in the history
Issue #8: Initial UI feedback on TeamComments extension.
  • Loading branch information
Frank Duncan committed Oct 4, 2019
1 parent a0bb2b4 commit 82003bb
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions extensions/TeamComments/resources/css/TeamComments.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
display:inline;
}

.teamcomment-highlighted {
border:1px solid #666666;
background-color:#FFFFEE;
padding:-1
}

.mw-body-content .teamcomments-body h1 {
padding-top:0px;
margin-top:0px;
Expand All @@ -31,17 +25,24 @@
.full {
}

.reply {
margin-left: 40px !important;
}

.c-item {
position: relative;
/* this works for Monaco, but not for Monobook.
Besides, ny.css sets it back to 10px anyway, so this way everyone can be happy.
padding: 0px 0px 10px 0px;*/
padding: 0px 0px 15px 0px;
margin: 0px 0px 5px 0px;
border:1px solid #CCCCCC;
background-color:#F8F8F8;
}

.teamcomment-highlighted {
border:1px solid #666666;
background-color:#FFFFEE;
}

.reply {
margin-left: 40px !important;
}

.c-container {
Expand Down

0 comments on commit 82003bb

Please sign in to comment.