Committer: esavintcev
LJSUP-8630: OpenID PageU trunk/htdocs/stc/lj_base.css U trunk/templates/Identity/Login-openid.tmpl
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2011-04-22 03:49:39 UTC (rev 18951) +++ trunk/htdocs/stc/lj_base.css 2011-04-22 04:14:57 UTC (rev 18952) @@ -834,18 +834,29 @@ list-style: none; } .b-auth-openid-form { - margin: 20px 0 0; + margin: 20px 0 21px; text-align: center; } - .b-auth-openid-form LABEL { - font-weight: bold; + .b-auth-openid-form .b-auth-input-wrapper { + position: relative; } - .b-auth-openid-input { - width: 300px; - } - .b-auth-input-wrapper SPAN { - color:#666; - } + .b-auth-openid-form LABEL { + font-weight: bold; + } + .b-auth-openid-input { + width: 300px; + } + .b-auth-input-wrapper SPAN { + color:#666; + } + .b-auth-openid-sample { + display: block; + position: absolute; + right: 7px; + bottom: -21px; + width: 300px; + text-align: center; + } .b-auth-user-form .b-auth-input-wrapper { display:block; margin:5px 0; Modified: trunk/templates/Identity/Login-openid.tmpl =================================================================== --- trunk/templates/Identity/Login-openid.tmpl 2011-04-22 03:49:39 UTC (rev 18951) +++ trunk/templates/Identity/Login-openid.tmpl 2011-04-22 04:14:57 UTC (rev 18952) @@ -3,7 +3,7 @@ <span class="b-auth-input-wrapper"> <label for="openid_url"><TMPL_VAR expr="ml('/identity/login.bml.openid.label.url')"></label> <input type="url" name="openid:url" id="openid_url" value="" class="b-auth-openid-input" /> - <span><TMPL_VAR expr="ml('/identity/login.bml.openid.label.sample')"></span> + <span class="b-auth-openid-sample"><TMPL_VAR expr="ml('/identity/login.bml.openid.label.sample')"></span> </span> <button type="submit"><TMPL_VAR expr="ml('/identity/login.bml.openid.btn.login')"></button> </p>