Style popup loading view for mobile theme

This commit is contained in:
Hadi Nategh 2015-01-26 11:42:28 +00:00
parent be1d839686
commit e6d9cdd121
3 changed files with 7 additions and 9 deletions

View File

@ -6957,9 +6957,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

@ -49,7 +49,7 @@
font-size:medium; font-size:medium;
margin-top:15px; margin-top:15px;
} }
//################### //###################
//# # //# #
//# Grid & NM # //# Grid & NM #
@ -61,8 +61,8 @@
th{ th{
font-size: small !important; font-size: small !important;
} }
} }
} }
} }
} }
#egw_fw_basecontainer{ #egw_fw_basecontainer{
@ -724,9 +724,8 @@
} }
} }
.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;
} }
} }

BIN
pixelegg/images/loading.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB