Some loading box tweaks

This commit is contained in:
Max Lynch
2013-10-21 16:57:18 -05:00
parent ce5d3e6fde
commit bc6819d5a0
12 changed files with 849 additions and 634 deletions

12
dist/css/ionic.css vendored
View File

@@ -1454,6 +1454,14 @@ body, .ionic-body {
height: 100%;
-webkit-overflow-scrolling: touch; }
.content-plain {
position: absolute;
width: 100%;
top: 0;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch; }
.has-header {
margin-top: 44px; }
@@ -2074,11 +2082,13 @@ address {
position: fixed;
left: 50%;
top: 50%;
text-align: center;
text-overflow: ellipsis;
border-radius: 5px;
padding: 20px;
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 20px; }
font-size: 15px; }
.loading h1, .loading h2, .loading h3, .loading h4, .loading h5 {
color: #fff; }