Remove the loading image. Wasn't enabled for a while.

This commit is contained in:
Sébastien Lucas 2013-04-21 15:56:22 +02:00
parent f46b5cfaf6
commit 002cd1d6a2
3 changed files with 0 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -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">

View file

@ -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;