Merge branch '2768-Mensajería-interna_2' into 'develop'

Well centered message modal window - #2768

See merge request artica/pandorafms!1926
This commit is contained in:
vgilc 2018-11-02 13:25:02 +01:00
commit 6ca12b12e8
2 changed files with 10 additions and 1 deletions

View File

@ -4808,4 +4808,13 @@ tr:last-child > td > a.down_arrow, tr:first-child > td > a.up_arrow {
border-radius: 3px;
float: left;
margin-right: 5px;
}
/* Message list popup */
div#dialog_messages table th {
text-align: left;
}
div#dialog_messages table th:last-child {
text-align: right;
}

View File

@ -111,7 +111,7 @@ else {
$table->align[1] = "left";
$table->align[2] = "left";
$table->align[3] = "left";
$table->align[4] = "left";
$table->align[4] = "right";
$table->size[0] = "20px";
$table->size[1] = "100px";