From 9dec40515027c3cb845960d7963798009ac17de3 Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Wed, 13 Aug 2014 08:57:09 +0200 Subject: [PATCH] Waterfall with guanlecoja-ui --- www/waterfall_view/src/styles/styles.less | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/www/waterfall_view/src/styles/styles.less b/www/waterfall_view/src/styles/styles.less index 597a3eedf1a..8dd84af9c3a 100644 --- a/www/waterfall_view/src/styles/styles.less +++ b/www/waterfall_view/src/styles/styles.less @@ -1,22 +1,25 @@ @navbar-height: 52px; +@sidebar-width: 70px; @main-color: #3498db; .waterfall { position: absolute; top: @navbar-height; + left: @sidebar-width; bottom: 0; - left: 0; - width: 100%; + right: 0; + width: auto; overflow-x: auto; overflow-y: hidden; .load-indicator { position: fixed; top: @navbar-height; - left: 0; + left: @sidebar-width; + padding-right: @sidebar-width; width: 100%; height: 100%; - z-index: 1001; + z-index: 900; background-color: #ffffff; display: table; @@ -35,7 +38,6 @@ .header { position: relative; z-index: 1; - width: 100%; height: 100px; line-height: 100px; margin-bottom: 2px; @@ -77,7 +79,6 @@ .content { position: relative; - width: 100%; height: 100%; .inner-content {