X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/48d450060b3b5c19bb1fa8e85341d76177de26d2..59a6b1973b92c91c987496410427d9a3be76e7e6:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index c61cf928b..f7b145754 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -583,6 +583,41 @@ hr { margin-top: 10px; } +/* Rules for the login form */ + +.loginBox { + float: left; + border-style: solid; + border-width: 1px; + padding-left: 10px; + padding-right: 10px; + padding-bottom: 10px; +} + +.loginBox table { + width: 100%; +} + +.loginBox .fieldName img { + vertical-align: text-bottom; +} + +.loginBox img { + border: 0; +} + +.loginBox #openid_buttons img { + vertical-align: middle; +} + +.loginBox input[type="submit"] { + float: right; +} + +#openid_buttons { + margin-bottom: 20px; +} + /* Rules for the account settings page */ #accountForm td { @@ -718,6 +753,11 @@ input[type="submit"] { border: 1px solid black; } +input.openid_url { + background: url('../images/openid-inputicon.gif') repeat-y left; + padding-left: 16px; +} + /* Rules for user images */ img.user_image { @@ -760,24 +800,3 @@ abbr.geo { .table1 { background: #fff; } - -input.openid_url { - background: url('../images/openid-inputicon.gif') repeat-y left; - padding-left: 16px; -} - -/* Rules for Login page */ -.loginBox { - float: left; - width: 400px; - height: 200px; - margin-bottom: 40px; - border-style: solid; - border-width: 1px; - padding-left: 10px; - padding-right: 10px; -} - -.loginBox img { - border: 0; -}