Display conflict details on error confirmation box

This commit is contained in:
Bryan Housel
2014-12-29 22:49:49 -05:00
parent 3bbf31902a
commit d527c46108
2 changed files with 91 additions and 15 deletions
+7
View File
@@ -2347,6 +2347,13 @@ img.wiki-image {
border-bottom: 1px solid #CCC;
}
.error-detail-item {
padding-left: 10px;
}
.error-detail-item:before {
content: '- ';
}
.modal-section:last-child {
border-bottom: 0;
}