Committer: esavintcev
LJSUP-6701: Facebook ButtonsU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2010-09-02 06:16:44 UTC (rev 17262) +++ trunk/htdocs/stc/lj_base.css 2010-09-02 07:15:16 UTC (rev 17263) @@ -844,33 +844,36 @@ overflow: hidden; margin: 0; } - .b-auth-fbconnect { - position: relative; - float: left; - height: 22px; - margin: 0 20px 0 0; - padding: 0; - border: 0; - background: transparent; - color: #FFF; - font: 11px/1 Verdana,Arial,sans-serif; - cursor: pointer; + +.b-facebookbtn { + position: relative; + height: 22px; + margin: 0 20px 0 0; + padding: 0; + border: 0; + background: transparent; + color: #FFF; + font: bold 11px/1 Verdana,Arial,sans-serif; + cursor: pointer; + } +.b-auth .b-facebookbtn { + float: left; + } + .b-facebookbtn SPAN { + position: relative; + display: block; + height: 20px; + padding: 0 8px 0 28px; + border: 1px solid #32437F; + border-bottom-color: #24346F; + background: #6676AB url(/img/buttons/facebook-login-wide.gif) no-repeat 0 0; + text-align: left; + line-height: 18px; + cursor: pointer; + } + .b-facebookbtn SPAN I { + display: none; } - .b-auth-fbconnect SPAN { - position: relative; - display: block; - height: 20px; - padding: 0 8px 0 28px; - border: 1px solid #32437F; - border-bottom-color: #24346F; - background: #6676AB url(/img/buttons/facebook-login-wide.gif) no-repeat 0 0; - text-align: left; - line-height: 18px; - cursor: pointer; - } - .b-auth-fbconnect SPAN I { - display: none; - } .b-fbinterstitial-question { margin: 0 0 10px; @@ -983,20 +986,6 @@ font: 0/0 serif; cursor: pointer; } -.b-connectbtn-facebook { - width: 65px; - height: 22px; - color: #6676AB; - } - .b-connectbtn-facebook SPAN { - width: 65px; - height: 22px; - } - .b-connectbtn-facebook SPAN I { - width: 65px; - height: 22px; - background: url(/img/buttons/facebook-login-tiny.gif) no-repeat 0 0; - } .b-connectbtn-twitter { width: 61px; height: 23px;