diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 2d0737999e..6d8e2cfc3e 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -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; } \ No newline at end of file diff --git a/pandora_console/operation/messages/message_list.php b/pandora_console/operation/messages/message_list.php index df11401ff2..32e79a46de 100644 --- a/pandora_console/operation/messages/message_list.php +++ b/pandora_console/operation/messages/message_list.php @@ -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";