Add entirely untested secondary device init

This commit is contained in:
Matt Corallo 2014-07-26 01:31:41 -04:00
parent 379115d902
commit a6b0d1f84b
9 changed files with 425 additions and 198 deletions

View file

@ -18,7 +18,7 @@
}
html {
margin: 12px 0 0 100px; }
margin: 12px 100px 0 100px; }
h1 {
font-size: 30pt;
@ -30,6 +30,16 @@ h2 {
font-size: 12pt;
font-weight: normal; }
.left-column {
float: left;
width: 45%;
text-align: center; }
.right-column {
float: right;
width: 50%;
text-align: center; }
.hidden {
display: none; }
@ -37,12 +47,9 @@ h2 {
width: 50px;
height: 50px; }
#init-go-single-client {
display:block; }
#phonenumberspan {
display: block;
margin: .5em auto 1em auto; }
#countrycode {
text-align: right; }
text-align: right; }