mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix css for loading indicator
This commit is contained in:
parent
03b1d835ed
commit
feaa13e36f
@ -36,6 +36,9 @@
|
||||
}
|
||||
.loading-indicator {
|
||||
display:none;
|
||||
}
|
||||
.loading-indicator.active {
|
||||
display:block;
|
||||
position:absolute;
|
||||
width:64px;
|
||||
height:64px;
|
||||
@ -44,9 +47,6 @@
|
||||
margin-top:-32px;
|
||||
margin-left:-32px;
|
||||
}
|
||||
.loading_indicator.active {
|
||||
display:block;
|
||||
}
|
||||
.loading-indicator img {
|
||||
position:absolute;
|
||||
top:0;
|
||||
|
@ -73,7 +73,6 @@
|
||||
animation: fadein 100ms;
|
||||
}
|
||||
.loading-indicator.active {
|
||||
display: block;
|
||||
/*
|
||||
* use 0.01s instead of 0s,
|
||||
* since YUI Compressor will change 0s to 0,
|
||||
|
@ -98,6 +98,8 @@ $pages
|
||||
#############
|
||||
# The loading indicator
|
||||
# shown when loading a page via ajax
|
||||
# The default appearance should be invisible
|
||||
# The 'active' class will be added when it is used
|
||||
"""
|
||||
<div class="loading-indicator">
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user