summaryrefslogtreecommitdiff
path: root/modules/gallery/css
AgeCommit message (Collapse)Author
2012-12-30#1931, #1932, #1933, #1934 - movieplayer view and movie_img function in ↵shadlaws
items model Many changes to movieplayer view and movie_img function in items model: - include control bar height when dimensioning movie player - provide a default "guess" at height and width when they are set as zero in items table - resize movie player once the video is loaded based on its actual metadata - add get_movie_img event to provide flexibility for altering/replacing the default Flowplayer v3 --HG-- extra : rebase_source : 5d1e9bb66ebf3e3fed5e1b9ee63790a204f21450
2012-10-08Updated Select Photos button hitbox to cover full visible button area.epeay
2011-04-23Partially revert the CSS change in 76a7ad3161be0994d7ba98e9dff9b317b2430bb3Bharat Mediratta
to center the "Select..." button because it was causing the SWF object to vanish in Firefox. #1638.
2011-04-23Overhaul of the uploader code:Bharat Mediratta
- Propagate size limits (including detecting memory limits from GD) down to the Flash so that we don't even start uploads that won't work - Improve the error messages to be more user meaningful and provide links to the codex for errors - Tell the user up front what the file size limit is. Fixes #1638
2010-09-08Detect when a module fails to upgrade properly and put up anBharat Mediratta
informative message to help the user know that she needs to get a newer copy of the module. Fixes ticket #1189.
2010-09-01flip the float value for RTLmamouneyya
2010-08-31Expire completed uploads and introduce a text message that says howBharat Mediratta
many photos have been uploaded successfully. This is to pave the way for retry code later on.
2010-08-19Remove style information regarding the permission dialog from the ↵Tim Almdal
gallery.css to the wind/screen.css. This should make it easier for themes to style the dialog.
2010-07-17Fix margin: 0 auto; IE issue in the upgrader view by adding a doctype to the ↵Chad Kieffer
template. Minor code refactoring. Also seems to fix #1188.
2010-06-23centerize the group labels in Edit Permission window.. i think it's much ↵mamouneyya
cleaner this way
2010-06-211) revert e468ed7bd3f1e29b267e3902ef9c91273787d58fTim Almdal
2) Add the padding to both the button and flash object so they always line up 3) Add some top padding to the uploadifyQueue panel to seprate it from the button.
2010-06-18Flip some margin/padding values for RTLmamouneyya
2010-03-16Add more padding to the top of the add-photos-canvas to avoid overlap with ↵Chad Kieffer
selected photos.
2010-02-28Updates to upload CSS to make it themeable and RTL compatible. Use absolute ↵Chad Kieffer
positioning to handle upload button positioning. Remove color definitions to allow jQuery UI theme to set button colors. Consolidate upload dialog CSS to modules/css/gallery.css. Closes #885.
2010-02-18First pass at user profile formatting updates. Moved buttons to the top, ↵Chad Kieffer
simplified HTML and CSS.
2010-02-09Formated upgrader for RTL languages. Closes ticket #883Chad Kieffer
2010-02-02Remove the test-transform:uppercase from the l10n css as it was causing ↵Tim Almdal
problems with other text fields in IE and it violates our case standards. Fixes ticket #912
2010-01-22Specify the height and overflow-y on l10n-client translation element. fixes ↵Tim Almdal
ticket #899.
2010-01-11Reformat the string list so that the search box does not get push off the ↵Tim Almdal
end of the page.
2009-11-17Address RTL issues reported in ticket #869. Placement of checkboxes and ↵Chad Kieffer
radio buttons and sidebar block management lists.
2009-11-15Try to keep users from leaving the upgrade page, or running theBharat Mediratta
upgrade twice. 1) Disable the "Upgrade all" link once clicked 2) Put up a "upgrade in progress" link to show that there's something happening. Fixes ticket #837.
2009-11-15Change "confirmation" to "dialog" in preparation for putting up aBharat Mediratta
"we're working, stay tuned" message.
2009-11-15Tweak upgrader html and css so that we set opacity properly for rowsBharat Mediratta
that are done, and disable the upgrade link when there're no actions to take.
2009-11-15Fix a bug where we were using <? ?> tags in css to figure out whether weBharat Mediratta
should gray out an element.
2009-11-11Improve error handling.Tim Almdal
2009-11-10Pass two of uploadify... remove the default.css file, removed the folder ↵Tim Almdal
option and create a status area where succesful uploads are listed.
2009-11-09First cut at replacing swfupload with uploadify. Probably need to review ↵Tim Almdal
the css and remove extra swfupload selectors. Also changed the dialog so tags can be entered for all the files being uploaded. Probably need to add better start processing so the batch is started before the first image is loaded. Maybe add a module variable so the number of simultaneous uploads can be initiated (currently hard ocded to 10.
2009-11-071) Change the name of the form and message to g-in-place-edit-form and ↵Tim Almdal
g-in-place-edit-message. 2) Make sure the cancel button works and cleans up the dom appropriately.
2009-11-06Move log viewing and translation CSS from admin_wind to gallery.css. ↵Chad Kieffer
Explicitly set widths on all admin forms to 270px, all work better at a narrower width than the 500px default set by gallery.dialog.js.
2009-11-05Minor css cleanup. Removed a few redundant and unused attributes, ↵Chad Kieffer
alphabetized attributes, white-space fixes.
2009-11-05Removed todos, they're done.Chad Kieffer
2009-11-05Clean up problem with cancelling the inplace edit left a whole bunch of css ↵Tim Almdal
artifacts.
2009-10-25Created gallery.css file, moved simple uploader, move, and permissions CSS ↵Chad Kieffer
there. Removed relocated styles from theme css.
2009-10-25Quote Trebuchet MS since it contains a space.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few ↵Chad Kieffer
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-08-29improved translation interface so that it now can be closed without going to ↵jhilden
the admin
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta
the "context" menu. This new context menu is generated using the typical event processing system, like our other menus. The specialized quick CSS and JS is now gone, replaced by our generic menu handling code. It's all rolled together currently using the thumb_menu UI for easy packaging. All the CSS and JS is updated. NOTE: the non-dialog links (rotate, album_cover) have a broken UI because they return JSON which the quick.js code handled specially, but we don't handle properly now. I need to fix this.
2009-07-21Fix the bug that the quick menu fires for the wrong photo. This stemsBharat Mediratta
from using a single gQuickPane <div> that we move around. A race condition happens when you mouse over two thumbnails quickly. Whichever server response loses the race gets displayed, and sometimes it's the one that you're no longer hovering over. Fix it by changing gQuickPane to be a class and creating a <div> per thumbnail. Fixes ticket #290.
2009-07-11Position gItem and gPhoto relative, then position quick and thumb menus as ↵Chad Kieffer
absolute within them. Moved css from quick.js to quick.css.
2009-06-30Rejigger the way we handle "done" status in the upgrader. Now weBharat Mediratta
present the done box if you're done and let you get rid of it if you want. It's not beautiful, by any means, but it gives you an easy link back to your Gallery when you're finished. Fixes ticket #479.
2009-06-29Partial fix for ticket 471 - i18n of "Translate Text" button in l10n clientAndy Staudacher
2009-06-22Fix css indentationBharat Mediratta
2009-06-20Center the "all done" dialog. Use Jquery and externalize the CSS (I was beingBharat Mediratta
too conservative before). Fixes ticket #413.
2009-06-06Merge branch 'master' of git@github.com:gallery/gallery3Andy Staudacher
2009-06-06Preliminary BiDi support (needs *a lot* of tweaking)Andy Staudacher
2009-06-06Fix formatting in l10n client source box so that it wraps. OtherwiseBharat Mediratta
long strings show up only on one line.
2009-06-02Extend L10n client to provide UI for plural translation.Andy Staudacher
Ticket 148.
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta
Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here.