我遇到了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;
}