2013-12-17 Sergio Martin <sergio.martin@artica.es>
* 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
This commit is contained in:
parent
6115143091
commit
5078356016
|
@ -1,3 +1,8 @@
|
|||
2013-12-17 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* 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 <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_events.php: Added criticity subquery to
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue