Committer: mchervonniy
LJINT-364: error message for embedded comment formA trunk/htdocs/img/icons/close.png U trunk/htdocs/stc/partners/login.css
Added: trunk/htdocs/img/icons/close.png =================================================================== (Binary files differ) Property changes on: trunk/htdocs/img/icons/close.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/htdocs/stc/partners/login.css =================================================================== --- trunk/htdocs/stc/partners/login.css 2011-01-21 07:01:26 UTC (rev 9931) +++ trunk/htdocs/stc/partners/login.css 2011-01-21 07:15:40 UTC (rev 9932) @@ -161,17 +161,32 @@ } .b-auth-error { - padding:9px; - margin:0 0 9px; - text-align:left; - border:1px solid #FF9B97; - color:#D51C00; - background-color:#FFECEA; - border-radius:6px; - -moz-border-radius:6px; - -webkit-border-radius:6px; - font:12px Arial,Helvetica,sans-serif; - } + position:absolute; + top:10px; + left:0; + right:0; + margin:0 30px; + z-index:2; + } + .b-auth-error .i-message-error { + display:block; + padding:9px 30px 9px 9px; + border:1px solid #FF9B97; + border-radius:6px; + -moz-border-radius:6px; + -webkit-border-radius:6px; + text-align:left; + color:#D51C00; + } + .b-auth-error .i-close { + position:absolute; + width:12px; + height:12px; + top:9px; + right:9px; + background:url(/img/icons/close.png) no-repeat 0 0; + cursor:pointer; + } .b-auth-user-form .b-auth-user-input { width:138px;