summaryrefslogtreecommitdiff
path: root/themes/default/jquery
AgeCommit message (Collapse)Author
2008-12-15Switched login display from display in the header to a dialog. Validation ↵Chad Kieffer
errors don't display on first failed attempt, will fix later. Moved jquery js, images, css out to respective folders.
2008-12-15Argh, fix a bad rename.Bharat Mediratta
2008-12-15Rename default_admin to admin_default.Bharat Mediratta
2008-12-14Removed jquery.dimension. It's methods are part of jquery core.Chad Kieffer
2008-12-13Whoops. Missed this in the last commit.Chad Kieffer
2008-12-09Combine all the ui.jquery files into a single packed file at version ↵Tim Almdal
(1.6rc2) copied from the the corresponding vendor branch. Move into the application/lib directory and remove from the theme. Remove the ui.jquery javascript from the rearrange module and use the common library.
2008-12-09Checked in jQuery superfish menu plugin, applied to item options menu. ↵Chad Kieffer
Updated album/item view icons.
2008-12-07Style cleanups to make File_Structure_Test pass.Bharat Mediratta
2008-12-07First go around at reusable modal dialogs. Moved jQuery UI CSS into ↵Chad Kieffer
screen.css, moved default theme JS to js folder. Named jQuery UI files to match the file names as they distribute them. Removed accordion, it's not used yet.
2008-12-05Read that $("#Selector").length was a good way to check whether an element ↵Chad Kieffer
exists in the DOM/jQuery object.
2008-11-28Use .width() instead of .innerWidth(). Now photo resize works in IE 7.Chad Kieffer
2008-11-28Dynamically reset the dimensions of resized photos to fit if they're too wide.Chad Kieffer
2008-11-21Restored most heading styles, still need to restore table and list styles. ↵Chad Kieffer
Removed unused CSS. CSS format updates. Applied jQuery tab styles to gSiteMenu. Removed gBlockHeader, all we need is a good old h3 element for a heading.
2008-11-21Add jQuery UI, tabs, and accordion JS and CSS to build Adam Torres' hi-fi ↵Chad Kieffer
prototype. Dropped YUI Base CSS in favor of defining our own base styles in screen.css, headings will and other items may not look right until I do. Need to figure out how jQuery ThemeRoller CSS should be integrated, if at all.