mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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:
commit
6ca12b12e8
pandora_console
@ -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;
|
||||
}
|
@ -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…
x
Reference in New Issue
Block a user