fixed overlay and zoom issue

This commit is contained in:
Steffen Vogel 2011-02-25 17:52:32 +01:00
parent 8eff32104e
commit 6fa845ed3e
2 changed files with 3 additions and 6 deletions

View file

@ -78,7 +78,7 @@
<th>&empty;</th>
<th>Verbrauch</th>
<th>akt.</th>
<th>&nbsp;</th>
<th>Aktion</th>
</tr>
</thead>
<tbody></tbody>

View file

@ -39,17 +39,14 @@ tbody tr td {
#flot {
height: 500px;
z-index: 1;
}
#overlay {
position: absolute;
width: 100%;
top: 0;
z-index: 1;
display: block;
margin: auto;
padding-top: 200px;
margin: 200px auto;
text-align: center;
color: grey;
}