szurubooru/public_html/media/css/comment-edit.css
Marcin Kurczewski 100303173e Added comment editing support
In other news, editing a post doesn't reload page anymore
(yay for editing tags for Youtube posts)
2014-01-25 16:39:09 +01:00

12 lines
213 B
CSS

.preview {
border: 1px solid yellow;
background: url('../img/preview.png') lemonchiffon;
padding: 0.5em;
display: none;
}
form.edit-comment textarea,
form.add-comment textarea {
width: 50em;
height: 8em;
}