views_sexy_throbber.css in Views Sexy Throbber 7
div.view div.ajax-progress {
background: rgba(0,0,0,0.5) !important;
height: 100% !important;
left: 0 !important;
position: fixed !important;
top: 0 !important;
width: 100% !important;
z-index: 9998 !important;
}
div.view div.throbber {
background: url(images/loading.gif) no-repeat scroll 50% 50% #000 !important;
border-radius: 8px !important;
height: 64px !important;
left: 50% !important;
margin-left: -64px !important;
margin-top: -64px !important;
position: fixed !important;
top: 50% !important;
width: 64px !important;
z-index: 9999 !important;
}
File
views_sexy_throbber.css
View source
- div.view div.ajax-progress {
- background: rgba(0,0,0,0.5) !important;
- height: 100% !important;
- left: 0 !important;
- position: fixed !important;
- top: 0 !important;
- width: 100% !important;
- z-index: 9998 !important;
- }
-
- div.view div.throbber {
- background: url(images/loading.gif) no-repeat scroll 50% 50% #000 !important;
- border-radius: 8px !important;
- height: 64px !important;
- left: 50% !important;
- margin-left: -64px !important;
- margin-top: -64px !important;
- position: fixed !important;
- top: 50% !important;
- width: 64px !important;
- z-index: 9999 !important;
- }