Questions tagged [jquery-ui-theme]

jQuery UI uses a CSS Framework to help developers create custom jQuery widgets and plugins.

jQuery UI includes a robust CSS Framework designed for building custom jQuery widgets. The framework includes classes that cover a wide array of common user interface needs, and can be manipulated using jQuery UI ThemeRoller. By building your UI components using the jQuery UI CSS Framework, you will be adopting shared markup conventions and allowing for ease of code integration across the plugin community at large.

For more information about jQuery UI theming, go to the jQuery Learning Center.

56 questions
17
votes
3 answers

Google cdn for jquery themes

I've found the cdn url for jquery ui js file here, but where can I found the theme css file in the cdn. I'm looking for the smoothness theme.
user559780
  • 219
  • 2
  • 3
  • 7
17
votes
3 answers

How to apply multiple jQuery UI themes

Does anyone have any techniques/tips/tricks to help me organize and implement multiple jQuery UI themes in one application? I have resulted to using !important as it seems to be the surest way to force style overrides - but this method is not very…
Derek Adair
  • 21,846
  • 31
  • 97
  • 134
11
votes
2 answers

jQuery UI Resizable - How to thicken handle

Is it possible to make the handle thicker, for easier grabbing? For example, in the link below, you will notice that I have a handle on a div at the bottom only, which is difficult to get hold of using the mouse as it seems to be 1px high. Is it…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
9
votes
2 answers

How do I apply jQuery UI styles to normal form elements, like input and select tags?

Maybe I'm missing something, but after reading the jQuery UI docs, I don't see anything about applying theme styles to normal widgets, like input and select tags. After calling button() on buttons and datepicker() on input tags that will pick…
davidscolgan
  • 7,508
  • 9
  • 59
  • 78
8
votes
3 answers

Why does 10px + 10px = 10px?

I have the following script where the margin for the . portlet class is behaving strangely: http://jsfiddle.net/mYx5y/19/ it should be adding 10px around each portlet, which should mean a gap of 20px between portlets. For some reason, I am only…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
8
votes
2 answers

How to override jQuery-ui.css styles

I've implemented the jQuery-ui tabs widget and it works great. However, it does some style things I don't like. Specifically the .ui-corner-all is rounded, and I don't want that. What is the "correct" way to override this. Should I use a…
mmaceachran
  • 3,178
  • 7
  • 53
  • 102
7
votes
2 answers

How to apply jQuery UI theme to my regular html?

I use jQuery UI for the various widgets like dialogs, buttons, etc. I want to continue using the theme for my other webpage elements like error/alert notices and highlight styles. So I went to the themeroller page to view what they use for the css…
at.
  • 50,922
  • 104
  • 292
  • 461
6
votes
5 answers

Are there any 3rd party jQuery UI themes?

I'm a little tired of the jQuery UI themes. Are there any free 3rd-party themes that look a little slicker?
Cocteau
  • 61
  • 2
6
votes
3 answers

Removing border from tab ui control

I have the following script: http://jsfiddle.net/2HNvL/ but I can't seem to remove the light gray border around the tab control. Anyone here know how to do that? I have tried the following: #tabs .ui-widget { border:none; padding:0px;…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
6
votes
4 answers

ASP.net MVC and jQueryUI dilemma

I just moved a project to the the beta release of ASP.net MVC framework and the only problem I am having is with jQuery and jQueryUI. Here's the deal: In Site.Master are the following script references: