Adjusting css for display not to flicker on dashboard load

This commit is contained in:
Maxime Beauchemin 2016-03-10 08:46:20 -05:00
parent e2cd14d320
commit 9e4b38b5e6
2 changed files with 1 additions and 4 deletions

View File

@ -220,9 +220,6 @@ img.loading {
font-size: 14px;
padding: 5px;
}
.dashboard div.gridster {
visibility: hidden
}
.dashboard div.slice_content {
width: 100%;
height: 100%;

View File

@ -65,7 +65,7 @@
</div>
</div>
</div>
<div class="gridster content_fluid">
<div class="gridster content_fluid" style="visibility: hidden;">
<ul>
{% for slice in dashboard.slices %}
{% set pos = pos_dict.get(slice.id, {}) %}