From dc38a88e58e8574a45cd3149ce07a662b88dd212 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 10 Feb 2014 13:05:24 +0000 Subject: [PATCH] 2014-02-10 Sergio Martin * mobile/include/style/main.css: Fix style of the close button of global search control git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9421 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/mobile/include/style/main.css | 8 ++++++++ 2 files changed, 13 insertions(+) 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;