Commit 58cbc338 authored by Nick Poulden's avatar Nick Poulden
Browse files

Loading screen fixes

parent 0a445712
Loading
Loading
Loading
Loading
+29 −20
Original line number Diff line number Diff line
@@ -75,31 +75,40 @@

@include icons;

html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  font-family: 13px / 1.231 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  min-width: 980px;
  color: #484848; 
  background: #f8f8f8; }
  background: #f8f8f8; 
  min-height: 100%; }

#loading .title {
#loading {
	position: absolute;
	width: 180px;
	margin: -70px 0 0 -90px;
	height: 140px;
	top: 50%;
	left: 50%;
	.title {
	  background: url(../images/loading-title.png) no-repeat;
	  position: absolute;
	  display: block;
  top: 40%;
  left: 45%;
	  top: 0;
	  left: 0px;
	  width: 180px;
	height: 27px;
}
#loading .logo {
		height: 27px; }
	.logo {
	  background: url(../images/loading.gif) no-repeat;
	  position: absolute;
	  display: block;
  top: 45%;
  left: 45%;
	  top: 25px;
	  left: 22px;
	  width: 120px;
	height: 120px;
}
		height: 120px; } }

a {
  color: #083772;