Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

CSS class for text on New Item toolbar

  Asked By: Uma 1985         Date: Jul 17, 2009      Category: Sharepoint      Views: 491
 

Can anyone tell me what css class controls the text on the New Item
Toolbar...ie. Attach File, Spelling, etc.?

Tagged:                

 

4 Answers Found

 
Answer #1       Answered By: Paola Mcmahon          Answered On: Jul 17, 2009       

Maybe try this site a great list of css  for sharepoint

www.heathersolomon.com/.../sp07cssreference.htm

 
Answer #2       Answered By: Justin Mckee          Answered On: Jul 17, 2009       
 
Answer #3       Answered By: Jared Bell          Answered On: Jul 17, 2009       

The ms-toolbar class  is the lowest one applied there. You might try
creating a element subclass, like

.ms-toolbar a

...to see if that would have the desired effect.

 
Answer #4       Answered By: Bernice Puckett          Answered On: Jul 17, 2009       

The ms-menutoolbar seems to only affect the toolbar  that has New | Actions|
Settings. I need the class  for the toolbar that is shown on the Newform.aspx.

 
Didn't find what you were looking for? Find more on CSS class for text on New Item toolbar Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].