summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-10-03Renamed and moved gOdd/gEven CSS classes.Chad Kieffer
2009-10-03Add the swfobject (http://code.google.com/p/swfobject/) to gallery3/lib.Tim Almdal
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ↵Chad Kieffer
and classes in the login/reset password dialog.
2009-09-30Move primary status message icons to lib/images/, update css urls accordingly.Chad Kieffer
2009-09-30Replaced gButtonLink with g-button.Chad Kieffer
2009-09-30First round of CSS refactor updates. Added calls to gallery.common.css from ↵Chad Kieffer
wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles.
2009-09-27Set .gItem height dynamically based on the tallest item in the grid. ↵Chad Kieffer
Addresses ticket #757
2009-09-26Clean up hover effect, move some CSS out of ui.init.js to screen.css. Fix ↵Chad Kieffer
context_menu, it wasn't closing. Fix context_menu in IE7 by putting a bg color on the menu
2009-09-22Convert tabs to spacesChad Kieffer
2009-09-22Apply thumbnail hover effect to context menu's list items, which holds the ↵Chad Kieffer
menu open in ie6 and ie7 now. Items which appear above the meta data list underneath flicker, though. I'll fix later.
2009-09-22Change the gallery.show_full_size widget to only scale the image if one of ↵Tim Almdal
the dimensions is greater than the browser window size. Fixes #695
2009-09-21Don't try to initialize contextual menu unless it has itemsChad Kieffer
2009-09-16Update the jquery-ui.js with the patched version from vendorTim Almdal
2009-09-15Move the code that adds the .gShortForm CSS class out ofBharat Mediratta
gallery.short_forms.js and into the theme, since this is really a theme decision.
2009-09-15Refactor all the short form code to tighten it up, and make it suchBharat Mediratta
that the form button is disabled if we're showing the placeholder text.
2009-09-15Autopopulation text form now clear content after getting focus every time. ↵Jan Koprowski
Problem described in #630.
2009-09-12Update the jquery-ui.js to use the release version of SelectableTim Almdal
2009-09-10Revert "Update the ui.selectable.js to dev r3202"Tim Almdal
This reverts commit 3f4868aac5d5248d3cd5721601c737bf646f3fc1.
2009-09-09Update the ui.selectable.js to dev r3202Tim Almdal
2009-09-06Restore button text for any open panels when we open a new panel.Bharat Mediratta
Fixes ticket #723.
2009-09-03Remove extraneous changes to the CSS so that it's just the ones thatBharat Mediratta
we need. They'll be documented in our vendor repo.
2009-09-03Move the loading images into lib/images and adjust everything to pointBharat Mediratta
at them, including jquery.autocomplete.css so that we don't have stuff from lib that points into a theme directory. They were common images anyway. Incidentally, rename sm/lg to small/large.
2009-09-02Noticed that loading.gif kept showing up in my logs. Probably not ↵Chad Kieffer
maintainable, but updated jquery.autocomplete css to use the default theme's equivalent.
2009-09-01Missed this in recent commit.Chad Kieffer
2009-09-01Merged admin_screen and screen style sheets in the admin theme. Removed some ↵Chad Kieffer
unsused admin styles in the process. Fixed problem in admin header that broke the theme's layout in IE7. Moved the Gallery logo and shortcut icon to lib/images for easier reuse.
2009-08-30Added comments, formatted CSS, added status message styles.Chad Kieffer
2009-08-29Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-29Apply hover effect to dialog buttons.Chad Kieffer
2009-08-29Merge branch 'master' of git@github.com:gallery/gallery3jhilden
2009-08-29initial version of the the file with common CSS styles that should be reused ↵jhilden
if possible
2009-08-28Fixed issue where button classes and cancel link weren't being re-applied to ↵Chad Kieffer
forms when an open dialog is reloaded.
2009-08-28Button styles and event handlers weren't being applied in dialogs, fixes #669.Chad Kieffer
2009-08-28Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-28Convert tabs to spaces.Chad Kieffer
2009-08-27Allow clicking on the overlay to close the fullsize and remove some debug codeTim Almdal
2009-08-27Fix ticket #644Tim Almdal
1) remove close button 2) extend the grey overlay to the document size 3) allow any keypress to close the fullize image 4) click on the fullsize will close
2009-08-25Merge branch 'master' of git://github.com/gallery/gallery3Tim Almdal
2009-08-23Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-23Cut down on jittering of the context menu on open on resize view.Chad Kieffer
2009-08-21Refactor the _auto_fit method in gallery.show_full_size to a common method ↵Tim Almdal
in gallery.common.js Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-20Refactor the _auto_fit method in gallery.show_full_size to a common method ↵Tim Almdal
in gallery.common.js
2009-08-20Modified the conversion of the margin-top and margin-bottom css values. TheTim Almdal
problem arises because $(selector).css("margin-top) does not return a string and therefore the replace function is undefined. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-19Modified the conversion of the margin-top and margin-bottom css values. TheTim Almdal
problem arises because $(selector).css("margin-top) does not return a string and therefore the replace function is undefined.
2009-08-19Correct indentationTim Almdal
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-19Correct indentationTim Almdal
2009-08-19Merge branch 'master' of git://github.com/gallery/gallery3Tim Almdal
2009-08-18Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-13Use the jquery-ui library that contains a prerelease version of the ↵Tim Almdal
slectable component Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-12Use the jquery-ui library that contains a prerelease version of the ↵Tim Almdal
slectable component
2009-08-11Move context menu to gallery.commonChad Kieffer