Files
codeocean/app/assets/stylesheets/request-for-comments.css.scss

101 lines
1.4 KiB
SCSS

#commentitor {
margin-top: 2rem;
height: 600px;
background-color:#f9f9f9
}
#thank-you-container {
display: none;
margin-top: 20px;
padding: 5px;
border: solid lightgrey 1px;
background-color: rgba(20, 180, 20, 0.2);
border-radius: 4px;
}
#thank-you-note {
width: 100%;
height: 200px;
}
.ace_tooltip {
display: none !important;
}
p.comment {
width: 400px;
}
.popover-header {
width: 100%;
overflow: hidden;
padding-bottom: 10px;
margin: auto;
}
.popover-username {
font-weight: bold;
width: 60%;
float: left;
}
.popover-date {
text-align: right;
color: #008cba;
margin-left: 60%;
font-size: x-small;
}
.popover-updated {
text-align: right;
margin-left: 60%;
font-size: x-small;
}
.popover-comment {
word-wrap: break-word;
margin-bottom: 10px;
}
.popover-divider {
width: 100%;
height: 1px;
background-color: #008cba;
overflow: hidden;
margin-bottom: 10px;
}
.popover-action-button {
display: none;
}
#otherComments {
h5 {
margin-top: 0;
}
.container {
width: 100%;
max-height: 200px;
overflow-y: auto;
border: 1px solid #cccccc;
.popover-actions {
display: flex;
.popover-action-button {
display: block;
margin-right: 5px;
}
}
}
}
#myComment {
margin-top: 20px;
margin-bottom: 10px;
textarea {
resize: none;
}
}