From c242a035988d56909f57b390f85ffb8f4c696847 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 17 Dec 2013 08:18:54 +0000 Subject: [PATCH] 2013-12-17 Sergio Martin * mobile/include/style/main.css: Add a responsive design hack to mobile console to increase tables with to 100% in tablet devices git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9238 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/mobile/include/style/main.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index aaff308c23..0ae6c63921 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-12-17 Sergio Martin + + * mobile/include/style/main.css: Add a responsive design hack to + mobile console to increase tables with to 100% in tablet devices + 2013-12-16 Sergio Martin * include/functions_events.php: Added criticity subquery to diff --git a/pandora_console/mobile/include/style/main.css b/pandora_console/mobile/include/style/main.css index 60fc16d038..41da3d0336 100644 --- a/pandora_console/mobile/include/style/main.css +++ b/pandora_console/mobile/include/style/main.css @@ -765,3 +765,8 @@ DIV.nodata_container { margin: auto auto; display: table; } + +/* JQuery Mobile responsive hack to tables with */ +.ui-table-reflow.ui-responsive { + display: table; +}