Navigation Menu

Skip to content

Commit

Permalink
Console with guanlecoja-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Aug 13, 2014
1 parent 9dec405 commit 9c43e5b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions www/console_view/src/styles/styles.less
@@ -1,8 +1,13 @@
@navbar-height: 52px;
@sidebar-width: 70px;

.console {
position: absolute;
top: 52px;
top: @navbar-height;
right: 0;
bottom: 0;
width: 100%;
left: @sidebar-width;
width: auto;
overflow-x: auto;
overflow-y: hidden;

Expand All @@ -25,11 +30,14 @@

.load-indicator {
position: fixed;
z-index: 2;
display: table;
height: 100%;
top: @navbar-height;
left: @sidebar-width;
padding-right: @sidebar-width;
width: 100%;
height: 100%;
z-index: 900;
background-color: #ffffff;
display: table;

.spinner {
display: table-cell;
Expand Down

0 comments on commit 9c43e5b

Please sign in to comment.