Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Change values for Inline CSS? #1

Closed
prionkor opened this issue Jun 18, 2013 · 1 comment
Closed

How to Change values for Inline CSS? #1

prionkor opened this issue Jun 18, 2013 · 1 comment

Comments

@prionkor
Copy link

After applying the function I noticed its adding css inline styles to the container.

<div class="ui-slider-wrapper ui-widget horizontal" style="font-size: 12px; width: 100px;">
    ....
</div>

Where does those inline css comes from? and how do i control/change them? I am now using !important for now.

@bseth99
Copy link
Owner

bseth99 commented Oct 1, 2013

See the notes in the article: http://www.benknowscode.com/2013/01/adding-labelstick-marks-to-jquery-ui_4184.html

Basically, the font and sizing have to match the slider so the tick marks line up properly with the slider handle. The widget controls these settings.

@bseth99 bseth99 closed this as completed Oct 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants