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:
parent
a03371004b
commit
22d172f4f1
|
@ -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:
|
||||
|
|
|
@ -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------------------*/
|
||||
|
|
Loading…
Reference in New Issue