Merge pull request #2422 from cmgustavo/bug/wp8-body

Background color for body
This commit is contained in:
Matias Alejo Garcia 2015-02-17 12:10:36 -03:00
commit 06df08717d
2 changed files with 2 additions and 9 deletions

View File

@ -69,6 +69,7 @@ body, html{
width:100%; width:100%;
color: #2C3E50; color: #2C3E50;
-webkit-user-select: text; -webkit-user-select: text;
background-color: #2C3E50;
} }
header { header {

View File

@ -53,7 +53,7 @@
display: none; display: none;
} }
.page, .main { .page, .main, .setup-page {
height: 100%; height: 100%;
} }
@ -203,10 +203,6 @@
height:100%; height:100%;
} }
.page{
height:100%;
}
.home-wallet .avatar-wallet { .home-wallet .avatar-wallet {
padding: 1.7rem; padding: 1.7rem;
width: 90px; width: 90px;
@ -232,10 +228,6 @@
height: 30px; height: 30px;
} }
.setup-page {
height: 100%;
}
.hide-tab-bar { .hide-tab-bar {
display: none; display: none;
} }