Committer: mchervonniy
LJINT-364: fix for login tabs, fixed widthU trunk/htdocs/stc/partners/login.css
Modified: trunk/htdocs/stc/partners/login.css =================================================================== --- trunk/htdocs/stc/partners/login.css 2010-12-10 03:40:43 UTC (rev 9820) +++ trunk/htdocs/stc/partners/login.css 2010-12-10 05:24:27 UTC (rev 9821) @@ -1,3 +1,6 @@ +BODY { + background:white; + } .m-auth { position:relative; bottom:-1px; @@ -12,6 +15,18 @@ padding:6px 30px 5px; position:relative; } + .m-auth-user { + width:87px; + } + .m-auth-openid { + width:62px; + } + .m-auth-facebook { + width:75px; + } + .m-auth-twitter { + width:58px; + } .m-auth .current { padding:5px 29px 4px; border:1px solid #FFF; @@ -88,6 +103,9 @@ padding:20px 0; text-align:left; } +#tab-user .b-auth-input-wrapper { + margin: 0 0 5px; + } .b-auth-input-wrapper { display:block; position:relative; @@ -124,7 +142,7 @@ .b-auth-desc { float:right; - padding:18px 0 20px; + padding:20px 0; line-height:1.4em; } .b-auth #tab-user .b-auth-desc {