Why I could not find the CSS class definition?

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/6/2013 7:42:02 AM
Gravatar
Total Posts 31

Why I could not find the CSS class definition?

Hi there,

I am trying to following the GuestBook Training video tutorial to create a guestbook application.  However, I met a problem when I tried to modified the specified user control css class  such as CssClass="settinglabel".  From the tutorial, it seems that I should go to "Web\Data\Sites\1\Skins" to find the "style.css" file under the speical skin folder.  I check the site setting and found my site is using "art41-greengold" skin design, however, I could not found the "settinglabel" under the skin folder.  I am new to the mojoportal, could anybody tell me where I found such user control css class definition so that I could make some changes?  it looks that the label length is a little bit longer and I need to make it shorter in my application.

By the way, I am running the current version: 2.3.9.7 but could anybody tell me where I can check the version number is the source code?  Thanks

7/6/2013 11:01:11 AM
Gravatar
Total Posts 18439

Re: Why I could not find the CSS class definition?

Look in stylemojo.css in your skin folder

Note that version numbers only coincide with database changes and official releases of deployment files, ie the version number only changes when we need to run an upgrade script on the database. Lots of other changes and progress happens in the source repository without any change to the version number, so when talking about source code versions it is best to think in terms of the revision number in the repository or the tagged revisions ie we tag the source code as a specific version just before we make a release.

Generally the default branch in our source code repository is intended to be stable so you can and should use the latest version from the repository at any time.

7/7/2013 9:04:52 AM
Gravatar
Total Posts 31

Re: Why I could not find the CSS class definition?

Got it, thanks Joe,

 

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