Committer: vsukhanov
LJINT-363: Comments for side projectsU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2010-11-22 08:32:15 UTC (rev 17736) +++ trunk/htdocs/stc/lj_base.css 2010-11-22 08:54:04 UTC (rev 17737) @@ -752,10 +752,14 @@ border: 0; color: #000; text-decoration: none; + outline:0; } .m-auth-openid A { background: url(/img/icons/openid-16.gif?v=1) no-repeat 20px 50%; } + .m-auth-user A { + background: url(/img/pencil.gif?v=1) no-repeat 20px 50%; + } .m-auth-facebook A { background: url(/img/icons/facebook-16.gif?v=1) no-repeat 20px 50%; } @@ -791,12 +795,6 @@ -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; } - .m-auth-openid .m-auth-bl { - border-width: 0 0 0 1px; - -webkit-border-top-left-radius: 0; - -moz-border-radius-topleft: 0; - border-top-left-radius: 0; - } .m-auth-br { bottom: -11px; right: -10px; @@ -836,6 +834,26 @@ .b-auth-openid-input { width: 300px; } + .b-auth-input-wrapper SPAN { + color:#666; + } + .b-auth-user-form .b-auth-input-wrapper { + display:block; + margin:5px 0; + overflow:hidden; + } + .b-auth-user-form .b-auth-input-wrapper LABEL { + float:left; + width:200px; + font-weight:bold; + } + .b-auth-user-form .b-auth-user-input { + width:200px; + margin:0 10px; + } + .b-auth-user-form BUTTON { + margin:5px 0 0; + } .b-auth-error { margin: 15px 0 5px; text-align: center;