Which css to edit for file upload module?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
7/17/2009 5:41:51 PM
Gravatar
Total Posts 3

Which css to edit for file upload module?

Hi,

I am currently using the dcarter-orangesunset theme and making changes to the CSS.  Does anyone know which .ccs file to edit for the file upload module?  Specifically, I am trying to edit the folder name link and the "rename" link. 

 

Thanks for any help!

7/18/2009 11:03:10 AM
Gravatar
Total Posts 18439

Re: Which css to edit for file upload module?

I assume you mean the Shared File module.

If you view the source of the page you will see those "links" are atually buttons styled as links, they render as <input type="submit" class="buttonlink"

so you can style them by modifying the .buttonlink class which I think should be in styletext.css file.

Note that the reason we use <asp:Button is because they work even with javascript disabled whereas <asp:LinkButton does not.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.