Skip to content

Commit

Permalink
Adjusting css for display not to flicker on dashboard load
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 10, 2016
1 parent e2cd14d commit 9e4b38b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions panoramix/assets/stylesheets/panoramix.css
Expand Up @@ -220,9 +220,6 @@ img.loading {
font-size: 14px;
padding: 5px;
}
.dashboard div.gridster {
visibility: hidden
}
.dashboard div.slice_content {
width: 100%;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion panoramix/templates/panoramix/dashboard.html
Expand Up @@ -65,7 +65,7 @@ <h2>
</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, {}) %}
Expand Down

0 comments on commit 9e4b38b

Please sign in to comment.