Make the cacheoverlay a class instead.
This commit is contained in:
parent
1579c98add
commit
9c4f33eea1
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
100% {right:-300px;top:62px;opacity:0;background-color: #2a3743;}
|
100% {right:-300px;top:62px;opacity:0;background-color: #2a3743;}
|
||||||
}
|
}
|
||||||
|
|
||||||
#cacheOverlay-1 {
|
.cacheOverlay-1 {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="hold-transition skin-blue fixed sidebar-mini">
|
<body class="hold-transition skin-blue fixed sidebar-mini">
|
||||||
<!-- Begin Blueprint cache-refresh requirement -->
|
<!-- Begin Blueprint cache-refresh requirement -->
|
||||||
<iframe id="cacheOverlay-1" style="z-index:9998;border:none;position:fixed;width:100%;height:100%;top:0;left:0;" src="/extensions/blueprint/helpers/adminCacheRefreshReminder.html"></iframe>
|
<iframe class="cacheOverlay-1" style="z-index:9998;border:none;position:fixed;width:100%;height:100%;top:0;left:0;" src="/extensions/blueprint/helpers/adminCacheRefreshReminder.html"></iframe>
|
||||||
<!-- End Blueprint cache-refresh requirement -->
|
<!-- End Blueprint cache-refresh requirement -->
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header class="main-header">
|
<header class="main-header">
|
||||||
|
|
Loading…
Reference in a new issue