我遇到了validationcallout Ajax扩展器的问题。
我正在处理阿拉伯语版本的网页,因此页面对齐将来自左右,我使用validationcallout扩展程序调用验证错误,在这里我遇到问题的方向。
在此错误中,您可以注意到对齐不正确。我尝试使用CSS改变方向,但是我没能达到正确的形式。
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell {
padding: 18px 0px 0px 0px;
text-align: left;
vertical-align: top;
font-size: 1px;
border: none;
background-color: transparent;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
font-size: 1px;
position: relative;
left: 1px;
border-bottom: none;
border-right: none;
border-left: none;
width: 15px;
background-color: transparent;
padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div{
height: 1px;
overflow: hidden;
border-top: none;
border-bottom: none;
border-right: none;
padding: 0px;
margin-left: auto;
}