Make CTCP replies editor in webadmin more fancy when JS is enabled.

This commit is contained in:
Alexey Sokolov
2015-06-04 21:39:37 +01:00
parent 8552ca0ff9
commit f8f097a5db
4 changed files with 127 additions and 28 deletions

View File

@@ -12,4 +12,12 @@ table .sorted::after {
}
table .reverse-sorted::after {
content:" ▴";
}
}
.ctcpreplies_row_request {
width: 100px;
}
.ctcpreplies_row_response {
width: 400px;
}