Commit 0a445712 authored by Nick Poulden's avatar Nick Poulden
Browse files

Start lof Loading screen

parent 560cd58a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@

</head>
<body id="ext-body" class="iScroll">
    <div id="loading"><span class="title"></span><span class="logo"></span></div>
    <form id="history-form" class="x-hide-display">
        <input type="hidden" id="x-history-field" />
        <iframe id="x-history-frame"></iframe>
+2.7 KiB
Loading image diff...
+16.3 KiB
Loading image diff...
+21 −1
Original line number Diff line number Diff line
@@ -79,7 +79,27 @@ body {
  -webkit-font-smoothing: antialiased;
  font-family: 13px / 1.231 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  min-width: 980px;
  color: #484848; }
  color: #484848; 
  background: #f8f8f8; }

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

a {
  color: #083772;
+1 −1

File changed.

Contains only whitespace changes.