Well centered message modal window - #2768
This commit is contained in:
parent
2873d4b962
commit
233b9c2c70
|
@ -4809,3 +4809,12 @@ tr:last-child > td > a.down_arrow, tr:first-child > td > a.up_arrow {
|
|||
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;
|
||||
}
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue