Skip to content

Commit

Permalink
Waterfall with guanlecoja-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Aug 13, 2014
1 parent fa6850a commit 9dec405
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions 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;

Expand All @@ -35,7 +38,6 @@
.header {
position: relative;
z-index: 1;
width: 100%;
height: 100px;
line-height: 100px;
margin-bottom: 2px;
Expand Down Expand Up @@ -77,7 +79,6 @@

.content {
position: relative;
width: 100%;
height: 100%;

.inner-content {
Expand Down

0 comments on commit 9dec405

Please sign in to comment.