aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* themes/base/ui.slider.css: added text-align: left for ui-slider in case of ↵Richard Worth2008-12-141-1/+1
| | | | other text-align on container element
* Dialog: Fixed #3664: Dialog fails to init on removed elements.Scott González2008-12-131-1/+1
|
* set svn:eol-style to nativeRichard Worth2008-12-132-87/+87
|
* themes/base/ui.progressbar.css: needs text-align left in IE in case ↵Richard Worth2008-12-131-1/+1
| | | | container has other text-align
* tests/visual: Added some rounded cornersRichard Worth2008-12-133-10/+47
|
* corrected some invalid html <div/> to <div></div>Richard Worth2008-12-133-7/+7
|
* Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specsRichard Worth2008-12-131-4/+3
|
* tests/visual: fixed Accordion test on all.html page.Richard Worth2008-12-132-16/+14
|
* tests/visual/dialog: Added some content to the simple dialog testRichard Worth2008-12-132-2/+12
|
* Added test for #3664 - Dialog init fails on disconnected DOM Element after ↵Richard Worth2008-12-131-2/+5
| | | | .remove()
* tests/static: Added some variety to the Lorem Ipsums. minor cleanup.Richard Worth2008-12-136-15/+14
|
* tests/visual: fixed some text aligningRichard Worth2008-12-132-1/+5
|
* tests/visual: Added simple tabs test. Some more cleanup.Richard Worth2008-12-1315-26/+78
|
* tests/visual: started switching to themes/base. Lots of little cleanup.Richard Worth2008-12-1318-204/+165
|
* removed tree test file from trunkRichard Worth2008-12-131-100/+0
|
* removed tabbeddialog.html from trunk (now in /branches/dev/markup)Richard Worth2008-12-131-52/+0
|
* removed media="screen" from stylesheet link tagsRichard Worth2008-12-1319-24/+25
|
* changed tab text to first, second thirdScott Jehl2008-12-122-9/+10
|
* added div for animation height workaround.Scott Jehl2008-12-122-7/+13
|
* added mime typeScott Jehl2008-12-120-0/+0
|
* Accordion: #3646 - fixed iconsJörn Zaefferer2008-12-121-4/+4
|
* Accordion: #3646 - add hover classes and unbind on destroyJörn Zaefferer2008-12-121-2/+4
|
* Mashup! added static page for tabbed dialog. Scott Jehl2008-12-121-0/+51
|
* changed close icon positioning to absScott Jehl2008-12-121-3/+3
|
* small padding change to hightlight / error demoScott Jehl2008-12-121-2/+2
|
* again, overlay positioning tweak in demo page (no significant changes)Scott Jehl2008-12-121-1/+1
|
* padding updates to demo blocksScott Jehl2008-12-121-5/+5
|
* more demo content cleanup - no markup changes of noteScott Jehl2008-12-121-12/+11
|
* adjusted messaging in demo blocks to be less error-oriented and realisticScott Jehl2008-12-121-3/+4
|
* - changed defaults for shadow to be smaller and a tad darkerScott Jehl2008-12-121-1/+1
|
* set offsets in demo to be much closer to top left (no notable markup changes)Scott Jehl2008-12-121-1/+1
|
* removed h2s and form Scott Jehl2008-12-121-45/+2
|
* Updated #3650: noted that "ui-slider-horizontal" class is on hz sliderMaggie Costello Wachs2008-12-122-3/+3
| | | | | css change: slider handles are centered over range start and end points
* added additional rules for setting font family and font size on form ↵Scott Jehl2008-12-121-0/+1
| | | | elements within ui-widget. Win browsers don't inherit properly otherwise.
* page formatting change (no change to widget markup)Maggie Costello Wachs2008-12-121-0/+5
|
* tabs were appearing 2x tall in IE/Vista -- fixed by displaying links as ↵Maggie Costello Wachs2008-12-121-1/+1
| | | | blocks instead of floating
* Accordion: Fixed jumpy behaviour (#3646) by wrapping content elements in an ↵Jörn Zaefferer2008-12-122-17/+16
| | | | additional div
* accordion visual test: svn:property mime-type set to text/htmlJörn Zaefferer2008-12-120-0/+0
|
* Accordion: Fixed #3646 - Update markup to new UI CSS Framework specs; Added ↵Jörn Zaefferer2008-12-124-100/+125
| | | | visual test and updated tests to markup changes
* tests/static/icons.html: fixed urls to be relative instead of absolute. ↵Richard Worth2008-12-121-7/+3
| | | | Removed preload script.
* tests/static: whitespace and formattingRichard Worth2008-12-127-44/+46
|
* tests/static: whitespace onlyRichard Worth2008-12-1210-1292/+1246
|
* .1em change in accordion headers top paddingScott Jehl2008-12-121-1/+1
|
* fixed position of prev/next arrows on hoverMaggie Costello Wachs2008-12-111-6/+8
|
* - Moved several static css rules from theme to coreScott Jehl2008-12-112-5/+24
| | | | - Tokenized overlay and shadow styles for TR integration
* updated #3647: static page now has recommended markup for datepicker with ↵Maggie Costello Wachs2008-12-112-23/+946
| | | | | | multiple calendars/months also edited styles so that month/year feedback header always centers over calendar
* added "width:auto" to button -- removes odd default width set by IEMaggie Costello Wachs2008-12-111-1/+1
|
* added default width (300px)Maggie Costello Wachs2008-12-111-1/+1
|
* updated #3650: noted that inline position style should be removed from ↵Maggie Costello Wachs2008-12-113-7/+14
| | | | | | | | range element (ui-slider-range) ui.slider.css - added position style, fixed range display issues for IE6 ui.core.css - fixed clearfix class to work in IE7, Opera
* sortable: fixed connectToSortable option, wasn't working with Arrays as ↵Paul Bakaus2008-12-111-9/+13
| | | | described in the documentation