Skip to content

Commit 34db06a

Browse files
Some CSS tweaks to CommentsAdmin Inputfield
1 parent bc9b130 commit 34db06a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

wire/modules/Fieldtype/FieldtypeComments/InputfieldCommentsAdmin.css

+11
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,21 @@
2828

2929
.InputfieldCommentsAdmin .CommentsAdminItemText {
3030
clear: both;
31+
margin-bottom: 0;
3132
}
3233

3334
.InputfieldCommentsAdmin .CommentsAdminItemHeadLabel {
3435
float: right;
3536
padding-right: 1em;
3637
}
3738

39+
.InputfieldCommentsAdminList > li > .ui-widget-content {
40+
padding: 1em;
41+
}
42+
.InputfieldCommentsAdminList > li > .ui-widget-content > p {
43+
margin-top: 0;
44+
}
45+
46+
.InputfieldCommentsAdminList > li > .ui-widget-content label {
47+
font-weight: bold;
48+
}

0 commit comments

Comments
 (0)