Skip to content

Commit

Permalink
more waterfall fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed Sep 1, 2014
1 parent c4804c9 commit ab5ff3a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions www/waterfall_view/src/styles/styles.less
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
@navbar-height: 52px;
@sidebar-width: 70px;
@main-color: #3498db;

.waterfall {
position: absolute;
top: @navbar-height;
left: @sidebar-width;
left: 20px;
bottom: 0;
right: 0;
width: auto;
Expand All @@ -15,8 +14,8 @@
.load-indicator {
position: fixed;
top: @navbar-height;
left: @sidebar-width;
padding-right: @sidebar-width;
left: 20px;
padding-right: 20px;
width: 100%;
height: 100%;
z-index: 900;
Expand Down

0 comments on commit ab5ff3a

Please sign in to comment.