I want to format class in SQL SSRS, which name is sqlrv-WaitControlBackground.
I want to center, and upper position:
I managed to create in Sharepoint CSS and add class sqlrv-WaitControlBackground with properties:
.sqlrv-WaitControlBackground{
margin: auto;
width: 30%;
}
But it's not working well. I want to increase the position on top, but its not working.


I have my own stylesheet - from sharepoint I add to link: &rc:Stylesheet=myStyle
I use it because parameters area is too wide:
Style of Wait control is overrided by anothed classes - you can view this in DOM Explorer (IE F12), but you could make this setting important like this:
I hope this will help!