show a basic spinner while the app is loading all the js files/series list.

This commit is contained in:
Keivan Beigi 2013-08-01 18:02:55 -07:00 committed by kay.one
commit 376b386b31
9 changed files with 159 additions and 143 deletions

View file

@ -10,15 +10,15 @@
}
}
#in-sub-nav li a {
#nav-region li a {
color : #b9b9b9;
}
#in-sub-nav li a:focus {
#nav-region li a:focus {
text-decoration : none;
}
#in-sub-nav {
#nav-region {
margin-bottom : 80px;
.span12 {
@ -33,7 +33,38 @@
}
}
.backdrop #in-sub-nav {
.backdrop #nav-region {
background-color : #000000;
.opacity(0.85);
}
#nav-region li a:hover, #in-sub-nav li a.active {
background-color : #555555;
text-decoration : none;
}
#nav-region {
ul {
text-align : center;
margin-bottom : 10px;
}
li {
list-style-type : none;
display : inline-block;
a {
display : block;
border-radius : 6px;
padding : 15px 10px 5px;
min-height : 56px;
min-width : 64px;
margin : 20px 10px 10px;
color : #ffffff;
font-weight : 100;
}
span.label.pull-right {
position : relative;
top : 24px;
right : 14px;
}
}
}

View file

@ -57,10 +57,7 @@ footer {
color : rgba(255, 255, 255, 0.8);
}
#in-sub-nav li a:hover, #in-sub-nav li a.active {
background-color : #555555;
text-decoration : none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
text-transform : capitalize;
@ -81,28 +78,3 @@ body h1, body h2, body h3, body h4, body h5, body h6 {
}
}
#in-sub-nav {
ul {
text-align : center;
margin-bottom : 10px;
}
li {
list-style-type : none;
display : inline-block;
a {
display : block;
border-radius : 6px;
padding : 15px 10px 5px;
min-height : 56px;
min-width : 64px;
margin : 20px 10px 10px;
color : #ffffff;
font-weight : 100;
}
span.label.pull-right {
position : relative;
top : 24px;
right : 14px;
}
}
}