CC-3893: Add Media: Red underline appears on the bottom
-fixed
This commit is contained in:
parent
05378f52d3
commit
5e894f7351
2 changed files with 3 additions and 0 deletions
|
@ -2401,6 +2401,7 @@ tfoot tr th {
|
|||
color:red;
|
||||
border:1px solid #c83f3f;
|
||||
background:#c6b4b4;
|
||||
display:none;
|
||||
}
|
||||
#plupload_error table td {
|
||||
color:#902d2d;
|
||||
|
|
|
@ -24,6 +24,7 @@ $(document).ready(function() {
|
|||
.append('<td>' + j.error.message + '</td>');
|
||||
|
||||
$("#plupload_error").find("table").append(row);
|
||||
$("#plupload_error table").css("display", "inline-table");
|
||||
}else{
|
||||
var tempFileName = j.tempfilepath;
|
||||
$.get('/Plupload/copyfile/format/json/name/'+encodeURIComponent(file.name)+'/tempname/'+encodeURIComponent(tempFileName), function(json){
|
||||
|
@ -34,6 +35,7 @@ $(document).ready(function() {
|
|||
.append('<td>' + jr.error.message + '</td>');
|
||||
|
||||
$("#plupload_error").find("table").append(row);
|
||||
$("#plupload_error table").css("display", "inline-table");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue