added page loading animation while the app is loading.

This commit is contained in:
kay.one 2013-08-05 19:29:34 -07:00
parent 4ff068db0a
commit a2db70bb19
9 changed files with 181 additions and 224 deletions

View file

@ -28,11 +28,11 @@
}
.fc-state-highlight {
background: #f1f1f1;
background : #f1f1f1;
}
.past {
opacity: 0.8;
opacity : 0.8;
}
}
@ -44,14 +44,14 @@
padding-top : 10px;
h4 {
font-weight : 500;
color : #008dcd;
margin : 5px 0px;
font-weight : 500;
color : #008dcd;
margin : 5px 0px;
}
p {
color : #999999;
margin: 0px;
color : #999999;
margin : 0px;
}
.date {
@ -63,10 +63,10 @@
margin-right : 20px;
h4 {
line-height : 1em;
color : #555555;
font-weight : 300;
text-transform: uppercase;
line-height : 1em;
color : #555555;
font-weight : 300;
text-transform : uppercase;
}
h1 {
@ -76,42 +76,45 @@
}
.primary {
border-color : @btnPrimaryBackground;
border-color : @btnPrimaryBackground;
}
.info {
border-color : @btnInfoBackground;
border-color : @btnInfoBackground;
}
.inverse {
border-color : @btnInverseBackground;
border-color : @btnInverseBackground;
}
.warning {
border-color : @btnWarningBackground;
border-color : @btnWarningBackground;
}
.danger {
border-color : @btnDangerBackground;
border-color : @btnDangerBackground;
}
.success {
border-color : @btnSuccessBackground;;
border-color : @btnSuccessBackground;;
}
.purple {
border-color : #7932ea;
border-color : #7932ea;
}
.episode-title {
.btn-link;
color: @linkColor;
margin-top: 1px;
color : @linkColor;
margin-top : 1px;
.text-overflow;
}
}
.calendar, {
.calendar {
background-position : -160px -128px;
.primary {
border-color : @btnPrimaryBackground;
background-color : @btnPrimaryBackground;
@ -146,4 +149,4 @@
border-color : #7932ea;
background-color : #7932ea;
}
}
}