Skip to content
Snippets Groups Projects
Commit cea460da authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Woot! The wait screens look good now!

parent 32346f0a
No related branches found
No related tags found
No related merge requests found
......@@ -145,12 +145,6 @@ section > .contents {
display: block;
}
#signIn,
#favicon {
display: inline-block;
float: left;
}
#signIn {
background-image: url('/i/bg.png');
position: absolute;
......@@ -379,11 +373,12 @@ footer .learn a {
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
/*
#favicon {
text-align: center;
max-width: 940px;
}
*/
header {
padding: 20px;
font-weight: bold;
......
......@@ -25,12 +25,10 @@
<div id="content">
<section id="formWrap">
<form novalidate class="cf">
<form novalidate>
<div id="favicon">
<div class="table">
<div class="vertical">
<strong id="sitename"></strong>
</div>
<div class="vertical">
<strong id="sitename"></strong>
</div>
</div>
......@@ -46,16 +44,22 @@
<section id="wait">
<div class="contents">
<h2>Communicating with server</h2>
<p>Just a moment while we talk with the server.</p>
<div class="table">
<div class="vertical contents">
<h2>Communicating with server</h2>
<p>Just a moment while we talk with the server.</p>
</div>
</div>
</section>
<section id="error">
<h2 class="title"></h2>
<p class="content"></p>
<div class="table">
<div class="vertical contents">
<h2 class="title"></h2>
<p class="content"></p>
</div>
</div>
</section>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment