You can style that dialog to your preference. I use:

/* style the dojo dialog used for validation errors */
.alertDialog {
    border: 1px dashed #191919;
    padding: 5px;
    background: #ffcc66;
}

.alertContent {
    background: #ffcc66;
    text-align: right;
}

.missingList {
    text-align: left;
}

.alertButton {
}

J

On 10-May-07, at 11:37 AM, Hugo Palma wrote:

It seems that the dojo dialog that shows up when i use clientValidation is
aligned to the left instead of being in the middle.
I can see that the generated div with id "validationbDialog" has the correct placement(it's right in the middle of the page) but the inner div that has the contents of the dialog shows up left aligned. This happens in both FF
and IE.

I'm using 4.1.2 SNASHOT.
Is this a bug or am i missing something ?

Thanks....

--
Julian Wood <[EMAIL PROTECTED]>

Software Engineer
Teaching & Learning Centre
University of Calgary

http://tlc.ucalgary.ca


Reply via email to