font-size: 12px;
.comment {
+ position: relative;
border-color: @borderColor;
border-style: solid;
.edit {
display: none;
}
+
+ .deleteDialog {
+ display: none;
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ padding-top: 15px;
+ color: white;
+ background-color: rgba(0,0,0,0.7);
+ text-align: center;
+ }
}
.newComment {
margin-top: 10px;
-
-
}
textarea {