fix layouting issues for sluice

This commit is contained in:
Tim Daubenschütz 2015-07-16 13:50:19 +02:00
parent e9ea24aed3
commit 8d37efec40
4 changed files with 6 additions and 8 deletions

View File

@ -1,5 +0,0 @@
.ascribe-default-app {
background-color: #FDFDFD;
border-radius: 0;
padding-top: 70px;
}

View File

@ -11,7 +11,6 @@ $BASE_URL: '<%= BASE_URL %>';
@import 'ascribe_theme';
@import './ascribe-fonts/style';
@import './ascribe-fonts/ascribe-fonts';
@import 'ascribe_app';
@import 'ascribe_login';
@import 'ascribe_table';
@import 'ascribe_accordion_list';
@ -34,12 +33,18 @@ $BASE_URL: '<%= BASE_URL %>';
html, body {
height: 100%;
background-color: #FDFDFD;
}
html {
overflow-y: scroll;
}
.ascribe-default-app {
max-width: 90%;
padding-top: 70px;
}
hr {
margin-bottom: 15px;
}

View File

@ -1,7 +1,6 @@
@import 'landing';
.ascribe-prize-app {
background-color: #FDFDFD;
border-radius: 0;
padding-top: 70px;
min-height: 100vh;

View File

@ -3,7 +3,6 @@
max-width: 90%;
margin: auto;
/* We need this, otherwise piece list will have a scrollbar */
overflow-x: hidden;
}
.hero {