Styling Backend Pages
Hi Everyone,
I have created a couple of backend pages for a simple master details section that will sit in the admin. I have just started to style it and cant seem to get it to look correct. Looking through firebug i can see that it seems that the RadGrid_Sitefinity css are not being loaded. How can i get this into my control so i can get these pages to start looking like the rest of the backend?
Also, for my details page i want to use the details backend pages template where everything is centred (the one used for profile details for example) is this already available in the system or will i have to create it?
Thanks,
Rob
Hi,
I found a way, i had to copy the styles and embed them in my control but thats how i did it.
following some steps from here:
http://www.sitefinity.com/devnet/forums/sitefinity-4-x/general-discussions/embedded-resource-not-working.aspx
It wasnt working at first and that was becuase i wasnt referencing the stylesheet in the assemblyinfo class.
Hope that helps anyone else!
Rob