diff --git a/browserid/static/dialog/css/popup.css b/browserid/static/dialog/css/popup.css index 125750a3afa67bf70032b931d4c0deeee381b90f..b1b54243f2d023bc6e2a46f27d7a621ad3b1ba01 100644 --- a/browserid/static/dialog/css/popup.css +++ b/browserid/static/dialog/css/popup.css @@ -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; diff --git a/browserid/views/dialog.ejs b/browserid/views/dialog.ejs index 2f6e64217b846587797252ca21b9c9ba1d38b75e..36f990e6d0c89cd44c4184ac51c7a2e77c68b499 100644 --- a/browserid/views/dialog.ejs +++ b/browserid/views/dialog.ejs @@ -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>