diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7860298095..4e5ee94cac 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -3,6 +3,11 @@ * include/help/en/help_inventory_tab.php, include/help/es/help_inventory_tab.php: Changes in help of inventory. +2013-04-02 Miguel de Dios + + * mobile/include/style/main.css: improved the style of view module + list. + 2013-04-02 Miguel de Dios * mobile/operation/agents.php, mobile/include/style/main.css: diff --git a/pandora_console/mobile/include/style/main.css b/pandora_console/mobile/include/style/main.css index 4da90de3cf..8a1d8503fb 100644 --- a/pandora_console/mobile/include/style/main.css +++ b/pandora_console/mobile/include/style/main.css @@ -432,6 +432,28 @@ table#list_events th { +/*INIT-----------Modules styles---------------------------------------*/ +@media screen and (max-width: 35em) { + #list_Modules .cell_1 .ui-table-cell-label, + #list_Modules .cell_5 .ui-table-cell-label, + #list_Modules .cell_6 .ui-table-cell-label { + min-width: auto !important; + } + + #list_Modules .cell_5 .ui-table-cell-label, + #list_Modules .cell_6 .ui-table-cell-label { + padding-left: 10px; + } + + #list_Modules .cell_1, + #list_Modules .cell_5, + #list_Modules .cell_6 { + display: inline !important; + float: none !important; + } +} +/*END------------Modules styles---------------------------------------*/ + /*INIT---------Fix the square border in search input------------------*/