diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 1559b04a47..639836fdc6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-02-10 Sergio Martin + + * mobile/include/style/main.css: Fix style of the close + button of global search control + 2014-02-10 Sergio Martin * include/functions_groups.php: Fixed total agents diff --git a/pandora_console/mobile/include/style/main.css b/pandora_console/mobile/include/style/main.css index 744fb565e5..217a05fada 100644 --- a/pandora_console/mobile/include/style/main.css +++ b/pandora_console/mobile/include/style/main.css @@ -1256,6 +1256,14 @@ DIV.nodata_container { display: table; } +#free_search-container a { + margin-right: 5px; +} + +#free_search-container span.ui-btn-inner { + height: 10px; +} + /* JQuery Mobile responsive hack to tables with */ .ui-table-reflow.ui-responsive { display: table !important;