forked from extern/egroupware
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;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow-y: scroll;
|
||||
background: white;
|
||||
}
|
||||
.egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
||||
width: 100%;
|
||||
@ -7342,11 +7341,6 @@ span.egw_tutorial_title {
|
||||
right: 2px;
|
||||
position: absolute;
|
||||
}
|
||||
.egw_fw_mobile_popup_loader {
|
||||
background: url(../images/loading.gif) center no-repeat;
|
||||
background-size: 120px 120px;
|
||||
background-position: center;
|
||||
}
|
||||
#mail-display {
|
||||
min-height: initial !important;
|
||||
}
|
||||
|
@ -802,7 +802,6 @@
|
||||
z-index: 999;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow-y:scroll;
|
||||
background: white;
|
||||
.egw_fw_mobile_popupFrame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -822,11 +821,6 @@
|
||||
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