2013-04-02 Miguel de Dios <miguel.dedios@artica.es>

* mobile/include/style/main.css: improved the style of view module
	list.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7915 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-04-02 16:43:32 +00:00
parent 613e1bad90
commit 38576c4470
2 changed files with 27 additions and 0 deletions

View File

@ -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 <miguel.dedios@artica.es>
* mobile/include/style/main.css: improved the style of view module
list.
2013-04-02 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/agents.php, mobile/include/style/main.css:

View File

@ -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------------------*/