From 2e4ac37a9841a259efa2d6d8f154c0d2cbc92440 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 10 Feb 2015 13:35:38 +0000 Subject: [PATCH] Fix some issues in mobile theme: Fix autocomplete breaks mobile theme Fix Filemanager tile view is not scrollable in mobile theme --- pixelegg/css/mobile.css | 20 +++++++++++--------- pixelegg/less/layout_dialog.less | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 9ff401b48a..795686b23d 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -3401,16 +3401,16 @@ div#popupMainDiv { div#popupMainDiv > * { margin: 0px; } -div.et2_container { +form.et2_container { padding: 0; } -div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select { +form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select { height: 20px; padding: 0; margin: 0px; font-size: 0.95em; } -div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input { +form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input { height: 20px; padding: 0; margin: 4px 4px 4px 5px; @@ -3429,13 +3429,13 @@ div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input { border-top-left-radius: 3px; /*.background-clip(padding-box);*/ } -div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker { +form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker { background-image: url("../images/datepopup.png"); } -div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker:hover { +form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasDatepicker:hover { cursor: pointer; } -div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid { +form.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid { background-color: #ffffff; } .high { @@ -6282,6 +6282,9 @@ a.textSidebox { body table.egwGridView_outer thead tr th { font-size: small !important; } + body table.egwGridView_outer tbody tr { + touch-action: initial; + } #egw_fw_basecontainer { background: white; } @@ -6957,9 +6960,8 @@ a.textSidebox { visibility: hidden; } .egw_fw_mobile_popup_loader { - background-image: url('../images/ajax-loader.gif'); - background-repeat: no-repeat; + background: url(../images/loading.gif) center no-repeat; + background-size: 120px 120px; background-position: center; - background: rgba(0, 0, 0, 0.44) !important; } } diff --git a/pixelegg/less/layout_dialog.less b/pixelegg/less/layout_dialog.less index 4ac4ecd311..017dda1a0a 100755 --- a/pixelegg/less/layout_dialog.less +++ b/pixelegg/less/layout_dialog.less @@ -36,7 +36,7 @@ div#popupMainDiv { div#popupMainDiv > * {margin: 0px;} -div.et2_container { +form.et2_container { // .background-color-25-gray; padding: 0;