Hello,
I removed the question mark icon from RadAlert using:
However, the text didn't shift to the left as I expected, it's still at the same position, close to the center of the form beside the 'invisible ' icon.
How can I shift the text to the left margin of the form?
Thank you,
M. Rusu
I removed the question mark icon from RadAlert using:
.rwDialogPopup.radalert
{
background: url('') no-repeat left center !important;
}
as I wanted the text to be aligned towards the left margin of the window.However, the text didn't shift to the left as I expected, it's still at the same position, close to the center of the form beside the 'invisible ' icon.
How can I shift the text to the left margin of the form?
Thank you,
M. Rusu