##// END OF EJS Templates
css fixes for inline forms
marcink -
r2438:471ac525 codereview
parent child Browse files
Show More
@@ -4151,6 +4151,7 b' form.comment-inline-form {'
4151 background: #f8f8f8;
4151 background: #f8f8f8;
4152 padding: 4px;
4152 padding: 4px;
4153 border-bottom: 1px solid #ddd;
4153 border-bottom: 1px solid #ddd;
4154 height: 20px;
4154 }
4155 }
4155
4156
4156 .inline-comments .comment .meta img {
4157 .inline-comments .comment .meta img {
@@ -4159,9 +4160,13 b' form.comment-inline-form {'
4159
4160
4160 .inline-comments .comment .meta .user {
4161 .inline-comments .comment .meta .user {
4161 font-weight: bold;
4162 font-weight: bold;
4163 float:left;
4164 padding: 3px;
4162 }
4165 }
4163
4166
4164 .inline-comments .comment .meta .date {
4167 .inline-comments .comment .meta .date {
4168 float:left;
4169 padding: 3px;
4165 }
4170 }
4166
4171
4167 .inline-comments .comment .text {
4172 .inline-comments .comment .text {
General Comments 0
You need to be logged in to leave comments. Login now