.questions-count {
color: #A40000;
font-family: sans-serif;
- font-size: 32px;
+ font-size: 24px;
font-weight: 600;
margin-top: 3px;
+ margin-right: 5px;
padding: 0 0 5px 0;
}
.boxA {
- background: none repeat scroll 0 0 #888A85;
- margin-bottom: 8px;
- padding: 6px;
+ background: none repeat scroll 0 0 #888A85;
+ margin-bottom: 8px;
+ padding: 6px;
}
.boxA h3 {
margin-top: 10px;
min-height: 20px;
padding: 6px;
- width: 100%;
+ width: 98%;
}
.preview-toggle {
.comment-form-buttons input {
width: 100%;
height: 22px;
- vertical-align: center;
+ vertical-align: middle;
margin-top: 6px;
}
.moderation #action_status {
font-weight: bold;
text-align: center;
+}
+
+.moderation-table input[type=text], .moderation-table textarea {
+ width: 150px;
+ max-height: 50px;
+}
+
+.moderation-table th {
+ vertical-align: top;
+ text-align: left;
+}
+
+.moderation-table-footer {
+ text-align: right;
}
\ No newline at end of file