1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-25 18:52:20 -05:00

[ux] adjust connect screen

This commit is contained in:
karolinaszczur 2013-09-18 19:53:06 +02:00
parent a5ca6748d0
commit 5a58134cf2
3 changed files with 15 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<header> <header>
<img id="logo" src="/images/logo.png" alt="OTalk" /> <img id="logo" src="/images/logo.png" alt="OTalk" />
</header> </header>
<section id="loginbox" class="content"> <section class="box connect">
<h2>Connecting...</h2> <h2>Connecting...</h2>
</section> </section>
</body> </body>

View File

@ -15,6 +15,13 @@
width: 75% width: 75%
roundall(3px) roundall(3px)
&.connect
padding: 20px
text-align: center
h2
padding: 0
.head, .content .head, .content
padding: 0 20px padding: 0 20px

View File

@ -703,6 +703,13 @@ h4 {
-border-radius: 3px; -border-radius: 3px;
border-radius: 3px; border-radius: 3px;
} }
.box.connect {
padding: 20px;
text-align: center;
}
.box.connect h2 {
padding: 0;
}
.box .head, .box .head,
.box .content { .box .content {
padding: 0 20px; padding: 0 20px;