summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2009-10-25Widen Superfish submenus to avoid wrapping with current items. Chad Kieffer
2009-10-25Created gallery.css file, moved simple uploader, move, and permissions CSS ↵Chad Kieffer
there. Removed relocated styles from theme css.
2009-10-23Moved remaining user and group admin css into the new user.css style sheet.Chad Kieffer
2009-10-23Adjust order of items on server_add admin page. Restore autocomplete to the ↵Chad Kieffer
add form. Created a server_add.css file.
2009-10-22Make g-inline more specific, replace universal selector with an li since ↵Chad Kieffer
this class will most often be used with order and unordered lists. Apply g-inline to the the login menu and footer credits.
2009-10-20Fix block management UI. Block list height is now dynamically set based on ↵Chad Kieffer
the total number of available blocks which will grow without hardcoding CSS heights and setting the div to be scrollable.
2009-10-20Remove g-add-photos selectors from admin_wind, they're only needed in wind. ↵Chad Kieffer
Updated case in hex color spec., prefer lowercase.
2009-10-20Move basic form styles from wind themes to gallery.common.css.Chad Kieffer
2009-10-18Fix sidebar block admin layout. Don't hardcode block list height, use the ↵Chad Kieffer
equal_heights() function to set it.
2009-10-18Wrap all admin views in g-block and g-block content. This provides the means ↵Chad Kieffer
to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's.
2009-10-18Moved the short_form init function to gallery.common and made it jQuery ↵Chad Kieffer
plugin. Dropped gallery.form.js. Applied short forms to server_add and tag admin pages. Added tag.css to admin views. Added .g-wide {}.
2009-10-17Add clearfix to force pager nav below dynamic g-album-grid.Chad Kieffer
2009-10-17Remove remaining clearfix selectors from fix-ie sheets.Chad Kieffer
2009-10-17Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix.Chad Kieffer
2009-10-17Move tag css from theme to the module. Introduced generic .g-inline class ↵Chad Kieffer
for inline elements, including lists and forms.
2009-10-16Remove bg icons when an <li> in a form is tagged with g-error, etc. Minor ↵Chad Kieffer
consistency updates for form layout styles in views and dialogs.
2009-10-16Apply g-dialog-link class directly to login link markup, not via jQuery.Chad Kieffer
2009-10-16Deal with IE flicker during Superfish menu init solely in ui.init.js with ↵Chad Kieffer
.hide() and .show(). Since the menus in the header are the only SF menus, use those selectors for initialization.
2009-10-16Apply g-short-form directly to short forms rather than via JS. Comment ↵Chad Kieffer
updates in ui.init.js.
2009-10-15Restored g-buttonset class to the view menu, for now.Chad Kieffer
2009-10-15Remove g-toolbar, it serves no purpose for styling or JS.Chad Kieffer
2009-10-15Removed final two specific clear fixes for the developer module and the ↵Chad Kieffer
admin theme's main menu.
2009-10-15Added missing hashes before g-languages-form selectorsChad Kieffer
2009-10-13Correct moving albums on mouser over, as a css border definition had been ↵Tim Almdal
removed.
2009-10-08Apply commit 80bb78fa to the nightwind themeTim Almdal
2009-10-09Fixed resized photo float issue, added g-clearfix to g-pager on the photo ↵Chad Kieffer
view. Tightened up g-pager styles. Removed a few unecessary !importants.
2009-10-08Add the rotate clockwise and counter clockwise to the theme imagesTim Almdal
2009-10-08Darken the body background.Tim Almdal
2009-10-08Change the color of the icon pack to darker shades instead of orangeTim Almdal
2009-10-08A clone of the Gallery Wind theme that is based on darker colors. We can ↵Tim Almdal
move it to -contrib if that's the desire, but i'd thought i'd put it here for now.
2009-10-07Grouped rtl styles in the admin theme. Removed #g-forgot-password-link, it ↵Chad Kieffer
doesn't style the element. Added g-left and g-right in missing places.
2009-10-07Update fix ie style sheets to include .g-clearfix.Chad Kieffer
2009-10-07Replaced most clear fix hacks with generic class.Chad Kieffer
2009-10-07Consolidated the rest of the base message styles into lib/gallery.common.css ↵Chad Kieffer
and applied updates to views. Moved over draggable/droppable styles. Use g-target consistently for drag/drop interactions. Minor re-ordering of selectors in gallery.common.css. Updates to css comments.
2009-10-06Rename permissions icons to correspond to view states, move to lib/images. ↵Chad Kieffer
Fixed references to them in the edit permissions view.
2009-10-05Refer to sidebar elements as blocks, rather than panels.Chad Kieffer
2009-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Restored avatar.jpg as it is used on the comment admin page.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-10-03Renamed and moved gOdd/gEven CSS classes.Chad Kieffer
2009-10-02Set the height of the gAdminBlocksList ul so the user doesn't have to ↵Tim Almdal
struggle to find the drop target. Thx floridave fir pointing it out.
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-30Enable the administration screen for the sidebar. Fix for ticket #110.Tim Almdal
2009-09-30Merge branch 'master' into talmdal_devTim Almdal
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
* Extend block_manager to handle sidebar blocks. get_available has become get_available_admin_blocks, get_list becomes get_admin_list. * Create new functions get_available_site_blocks which will look for gallery_block get_available_site_blocks. * Refactor sidebar_blocks into a separate function and then call block_manager::get_html(site.sidebar). Convert image_block to use block management instead of theme::sidebar_blocks * Change the block_manager api so that the theme is passed into the get method. convert info to the new sidebar block approach * Convert the user module to use the new sidebar block structure. remove the installers for info and image_block modules. * Convert tag and rss modules to the new sidebar framework. reset the version number to 1 for info and image_block modules. * Change the get_html method to ignore empty blocks and change the individual handlers to return an empty string if no block is generated * Add a warning message if no sidebar blocks are active and provide a link to the admin page that configures the sidebar.
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-29Set available graphics block heights with gallery.equal_heights().Chad Kieffer
2009-09-29Don't display bg color on success and info module status messages, only ↵Chad Kieffer
errors and warnings.