Remove the loading image. Wasn't enabled for a while.
This commit is contained in:
parent
f46b5cfaf6
commit
002cd1d6a2
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB |
|
@ -158,9 +158,6 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="loading">
|
||||
<p><img src="images/ajax-loader.gif" alt="waiting" /> Please Wait</p>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="head">
|
||||
<div class="headleft">
|
||||
|
|
15
style.css
15
style.css
|
@ -201,21 +201,6 @@ vertical-align: middle;
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
#loading
|
||||
{
|
||||
display:none;
|
||||
position:fixed;
|
||||
left:0;
|
||||
top:0;
|
||||
width:100%;
|
||||
height:100%;
|
||||
background-color: #ccc;
|
||||
filter: alpha(opacity=70);
|
||||
opacity: 0.70;
|
||||
text-align: center;
|
||||
padding-top: 120px;
|
||||
}
|
||||
|
||||
.entrySection
|
||||
{
|
||||
margin-top: 8px;
|
||||
|
|
Loading…
Reference in a new issue