Scott Jehl
9dbeb228f6
changed theme url to http://ui.jquery.com/themeroller/ and removed token.
2009-01-27 16:18:06 +00:00
Richard Worth
39e2f8af21
eol-style, mime-type
2009-01-23 01:01:15 +00:00
Maggie Costello Wachs
c5125acde4
replaced * html hack with the zoom attribute (also a hack, but cleaner)
2009-01-22 16:41:16 +00:00
Richard Worth
892c52225b
themes/base: removed ui.allplugins.css in favor of ui.base.css (which @imports core and then all plugins). The link pattern is now
...
ui.base.css
ui.theme.css
where before it was
ui.core.css
ui.theme.css
ui.allplugins.css
2009-01-22 11:47:26 +00:00
Scott Jehl
fe303b40d0
YUI combat: specified padding and borders for td, th
2009-01-21 20:27:41 +00:00
Scott Jehl
d88979d066
added list-style: none; to li's to combat other framework css
2009-01-21 20:18:44 +00:00
Scott Jehl
32169da768
updated ui.theme.css to new image filenames and changed image filenames
2009-01-21 19:25:39 +00:00
Scott Jehl
b30d836611
added margin-bottom: 2px to fix gap beneath open accordion panels
2009-01-21 18:13:56 +00:00
Scott Jehl
f6b6534ad4
prefixed all interior selectors with .ui-pluginname
2009-01-21 18:12:13 +00:00
Bohdan Ganicky
134d8bd5d2
ui.accordion.css: modified fix for #3844 , hasLayout issue in IE6
2009-01-20 19:13:10 +00:00
Jörn Zaefferer
38b98551e3
accordion: Fix for #3844
2009-01-20 18:34:50 +00:00
Scott González
02358dc5f2
Slider Theme: Fixed #3848 : Fixed vertical range sliders.
2009-01-16 05:28:52 +00:00
Todd Parker
aa9672456e
Added pin classes
2009-01-14 16:54:29 +00:00
Richard Worth
d60803f637
themes/base/ui.slider.css: fixed slider ranges in IE6
2009-01-14 03:58:25 +00:00
Paul Bakaus
5eca84265f
datepicker: prev/next buttons were bumping in disabled state due to :hover rules in the stylesheet, fixed by adding ui-datepicker-prev/next-hover classes, fixes #3774
2009-01-07 16:55:50 +00:00
Paul Bakaus
f48f615ec0
accordion: all classes added should have a 'ui-' prefix ( fixes #3705 )
2009-01-07 16:17:12 +00:00
Jörn Zaefferer
3036de5ad6
Fix for #3767
2009-01-06 09:07:15 +00:00
Richard Worth
a11c201008
Happy New Year
2009-01-03 21:55:13 +00:00
Richard Worth
30e2c298ba
fixed #3741 - ui.theme.css should not contain border-radius properties
2009-01-03 02:22:33 +00:00
Ca-Phun Ung
56e8aad838
Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't seem to like dynamic widths so had no other choice but to hard code some width values (this needs a better fix).
2008-12-23 19:39:28 +00:00
Scott Jehl
f03189c4c5
switched icon positioning for calendar and calculator in framework
2008-12-23 18:01:56 +00:00
Scott Jehl
e3b9588a58
added padding: 0; rule to .ui-dialog-titlebar-close:focus as well as .ui-dialog-titlebar-close:hover
2008-12-23 15:17:57 +00:00
Scott Jehl
8a01ecf52f
.ui-state-focus wasn't getting icon color styles. fixed!
2008-12-23 14:53:58 +00:00
Richard Worth
22f25cbb0c
merged dev/slider branch (revs 1152-1229) back to trunk
2008-12-23 10:38:12 +00:00
Ca-Phun Ung
0339770320
Datepicker #3647 : Added RTL support to the datepicker theme and reverted markup changes for RTL in r1196 for better semantics.
2008-12-22 20:24:27 +00:00
Scott Jehl
2f436836e7
overrode background on ui-tab-panel that is being set by ui-widget-content class. The wrapper has this class as well, so all this panel needs of the class is the text color.
2008-12-22 19:28:48 +00:00
Scott Jehl
224ae23179
Fixed 1px jog during animation. Works in FF, not in Safari.
2008-12-22 18:32:59 +00:00
Scott Jehl
100e11c85e
updated content divs per Jörn's suggestion. Moved framework classes to wrapper. Padding on inner.
2008-12-22 15:22:17 +00:00
Scott Jehl
1402ead00e
removed rule that set background image to none on "today" highlight state. Element shows complete ui-state-highlight style now.
2008-12-22 04:12:54 +00:00
Ca-Phun Ung
0a716a008e
Datepicker #3647 : fixed RTL support for new UI markup.
2008-12-20 20:20:33 +00:00
Scott Jehl
d4f48ededf
added tokens for background positioning and repeat to all themeable backgrounds. Allows for easier addition of new textures
2008-12-20 19:52:00 +00:00
Scott González
8228353e3f
Dialog CSS: Whitesapce cleanup.
2008-12-20 16:42:47 +00:00
Scott González
d05b824128
Dialog CSS: Set content to overflow auto so users can scroll to see the content if the content is too large to fit in the window.
2008-12-20 16:39:07 +00:00
Scott Jehl
4a3e8004c8
small padding shift in accordion headers
2008-12-19 18:21:54 +00:00
Scott Jehl
9546796157
removed opacity shift on slider range
2008-12-19 17:45:11 +00:00
Scott Jehl
64b0ec4f0b
fixed active tab connection and padding
2008-12-19 16:30:52 +00:00
Scott Jehl
b733eb3281
- removed all !important flags. Replaced with additional selectors.
...
- added .ui-state-focus class. Matches appearance of ui-state-hover in framework.
2008-12-16 22:39:44 +00:00
Scott Jehl
7931263be8
- removed pseudo classes for focus (widgets manipulate classes for states instead)
...
- brought back a few !important flags to make sure some selectors take priority in certain situations.
2008-12-15 18:16:11 +00:00
Scott Jehl
cf6ea69f02
- removed broad active outline reset
...
- removed a few !important styles on text and bg colors. Kept them for active state so active takes precedent over hover styles when both classes are applied.
2008-12-15 15:44:27 +00:00
Scott Jehl
5cd62418dc
- removed :active outlines
...
- set :focus pseudo to match hover state
2008-12-14 15:47:51 +00:00
Scott Jehl
3f255c9323
simplified a couple comments in core.
2008-12-14 15:46:35 +00:00
Richard Worth
dd9e865d28
themes/base/ui.slider.css: added text-align: left for ui-slider in case of other text-align on container element
2008-12-14 03:20:21 +00:00
Richard Worth
1a8bfae8e8
themes/base/ui.progressbar.css: needs text-align left in IE in case container has other text-align
2008-12-13 13:31:27 +00:00
Scott Jehl
dd3e7ee88b
added div for animation height workaround.
2008-12-12 20:29:48 +00:00
Scott Jehl
52e1236cda
changed close icon positioning to abs
2008-12-12 19:14:50 +00:00
Scott Jehl
676cc75fe0
- changed defaults for shadow to be smaller and a tad darker
2008-12-12 17:25:47 +00:00
Maggie Costello Wachs
5fd947366b
Updated #3650 : noted that "ui-slider-horizontal" class is on hz slider
...
css change: slider handles are centered over range start and end points
2008-12-12 15:53:54 +00:00
Scott Jehl
f92e8b8110
added additional rules for setting font family and font size on form elements within ui-widget. Win browsers don't inherit properly otherwise.
2008-12-12 15:47:58 +00:00
Maggie Costello Wachs
83dd86d44c
tabs were appearing 2x tall in IE/Vista -- fixed by displaying links as blocks instead of floating
2008-12-12 15:29:21 +00:00
Scott Jehl
3831866f4a
.1em change in accordion headers top padding
2008-12-12 00:01:12 +00:00