Fix some issues in mobile theme:

Fix autocomplete breaks mobile theme
Fix Filemanager tile view is not scrollable in mobile theme
This commit is contained in:
Hadi Nategh 2015-02-10 13:35:38 +00:00
parent fc503e285e
commit 2e4ac37a98
2 changed files with 12 additions and 10 deletions

View File

@ -3401,16 +3401,16 @@ div#popupMainDiv {
div#popupMainDiv > * { div#popupMainDiv > * {
margin: 0px; margin: 0px;
} }
div.et2_container { form.et2_container {
padding: 0; 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; height: 20px;
padding: 0; padding: 0;
margin: 0px; margin: 0px;
font-size: 0.95em; 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; height: 20px;
padding: 0; padding: 0;
margin: 4px 4px 4px 5px; 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; border-top-left-radius: 3px;
/*.background-clip(padding-box);*/ /*.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"); 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; 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; background-color: #ffffff;
} }
.high { .high {
@ -6282,6 +6282,9 @@ a.textSidebox {
body table.egwGridView_outer thead tr th { body table.egwGridView_outer thead tr th {
font-size: small !important; font-size: small !important;
} }
body table.egwGridView_outer tbody tr {
touch-action: initial;
}
#egw_fw_basecontainer { #egw_fw_basecontainer {
background: white; background: white;
} }
@ -6957,9 +6960,8 @@ a.textSidebox {
visibility: hidden; visibility: hidden;
} }
.egw_fw_mobile_popup_loader { .egw_fw_mobile_popup_loader {
background-image: url('../images/ajax-loader.gif'); background: url(../images/loading.gif) center no-repeat;
background-repeat: no-repeat; background-size: 120px 120px;
background-position: center; background-position: center;
background: rgba(0, 0, 0, 0.44) !important;
} }
} }

View File

@ -36,7 +36,7 @@ div#popupMainDiv {
div#popupMainDiv > * {margin: 0px;} div#popupMainDiv > * {margin: 0px;}
div.et2_container { form.et2_container {
// .background-color-25-gray; // .background-color-25-gray;
padding: 0; padding: 0;