mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Mobile theme W.I.P.:
- Remove legacy css class from old loading stuffs
This commit is contained in:
parent
43c219909e
commit
c4d50b5d49
@ -7321,7 +7321,6 @@ span.egw_tutorial_title {
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
background: white;
|
|
||||||
}
|
}
|
||||||
.egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
.egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -7342,11 +7341,6 @@ span.egw_tutorial_title {
|
|||||||
right: 2px;
|
right: 2px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
.egw_fw_mobile_popup_loader {
|
|
||||||
background: url(../images/loading.gif) center no-repeat;
|
|
||||||
background-size: 120px 120px;
|
|
||||||
background-position: center;
|
|
||||||
}
|
|
||||||
#mail-display {
|
#mail-display {
|
||||||
min-height: initial !important;
|
min-height: initial !important;
|
||||||
}
|
}
|
||||||
|
@ -802,7 +802,6 @@
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
overflow-y:scroll;
|
overflow-y:scroll;
|
||||||
background: white;
|
|
||||||
.egw_fw_mobile_popupFrame {
|
.egw_fw_mobile_popupFrame {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -822,11 +821,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.egw_fw_mobile_popup_loader {
|
|
||||||
background: url(../images/loading.gif) center no-repeat;
|
|
||||||
background-size: 120px 120px;
|
|
||||||
background-position: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
//###################################
|
//###################################
|
||||||
//# #
|
//# #
|
||||||
|
Loading…
Reference in New Issue
Block a user