Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-08 | Remove unnecessary g2_import CSS (which we were loading on every page | Bharat Mediratta | |
-- doh!) and replace it with a new "enumeration" list style in the admin_wind CSS. Reshuffle the page a little bit to make it look cleaner. | |||
2010-09-04 | Make .g-unavailable a little more legible. | Bharat Mediratta | |
2010-08-29 | Revert "Change the theme option page to display using tabs if the site theme ↵ | Bharat Mediratta | |
has an admin page." This reverts commit d66c496fb1007bbd0b1640496808000c573d95fd. Conflicts: modules/gallery/helpers/theme.php modules/gallery/views/admin_theme_options.html.php themes/admin_wind/css/screen.css | |||
2010-08-29 | Bump gallery module to v36 and add a favicon_url variable, which we | Bharat Mediratta | |
expose in Admin > Appearance > Theme Options and defaults to lib/images/favicon.ico. Thix fixes ticket #1312. | |||
2010-08-11 | Fix for ticket #1288. Add a containing <ul> element for the footer on the ↵ | Tim Almdal | |
admin page. Also respect the "show credits" variable setting. | |||
2010-07-20 | Cleanup on the Admin > Languages page. | Bharat Mediratta | |
Hide the fieldset and legend in the theme, since they don't add any value. Change l10n_client::_server_url() to use the short style GMC urls and make the API a little tighter. | |||
2010-06-25 | Change the theme option page to display using tabs if the site theme has an ↵ | Tim Almdal | |
admin page. | |||
2010-06-23 | Move the themeroller files to the themes from gallery/lib. These are visual ↵ | Tim Almdal | |
related and make more sense to be in the theme. Both three_nids and browny_wind* have created copies for their visual standard. So this just makes it consistent across the board. | |||
2010-06-23 | oops.. remove the padding in RTL for admin-wind, since it seems that it's ↵ | mamouneyya | |
zero (why the rule is duplicated with different values in the file in lines: 159, 301?) | |||
2010-06-23 | flip the padding direction for sidebar blocks contents in RTL | mamouneyya | |
2010-06-20 | Remove the title attribute for menus using JS since we're showing that | Bharat Mediratta | |
text anyway. This may be turn into an accessibility issue, but it's pretty annoying to have a tooltip show up with the text in it. | |||
2010-06-18 | Flip some margin/padding values for RTL | mamouneyya | |
2010-06-13 | Hide the admin menu and show it after it's loaded to minimize flicker. | Bharat Mediratta | |
Normalize the comment text about this interaction between admin_wind and wind. | |||
2010-05-14 | Localize "Gallery Admin" | Bharat Mediratta | |
2010-05-14 | Missed this in commit 9e3c0c08849b5842f9c345d7b4f90ee82359dedb. | ckieffer | |
2010-02-28 | First step towards fixing ticket #1038: Allowing for custom page <title> in ↵ | Andy Staudacher | |
admin pages, just like in non-admin pages. TODO: Set $view->page_title in the many admin controllers we have. I just set it for admin_maintenance.php to show how it's intended to be used. I copied the title from views/admin_maintenance.html.php to the controller. | |||
2010-01-23 | Add a user_menu method to the Admin_View and then use this method to get the | Tim Almdal | |
user menu. Since the information displayed is identical in both admin and theme views, it makes sense to combine the generation to it is done in a common location. | |||
2009-11-19 | Rename g-pager to g-paginator after the recent pagination update. | Chad Kieffer | |
2009-11-08 | Add a bit more space back inbetween admin form inputs on pages | Chad Kieffer | |
2009-11-08 | Apply borders and padding back to theme choices. | Chad Kieffer | |
2009-11-08 | Remove g-actions, it doesn't serve any real purpose in styling or JavaScript. | Chad Kieffer | |
2009-11-08 | Move g-panel styles into gallery.common and tighten up form layout a bit. | Chad Kieffer | |
2009-11-08 | No need to abbreviate text in CSS class names. Thx bharat! | Chad Kieffer | |
2009-11-07 | Restore padding and border for admin dashboard blocks, minor table margin ↵ | Chad Kieffer | |
adjustments. | |||
2009-11-07 | Remove borders and padding on blocks in the content area to clean things up ↵ | Chad Kieffer | |
in the admin views a bit. | |||
2009-11-07 | 1) 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-07 | Add a bit of white space under fieldsets. | Chad Kieffer | |
2009-11-06 | Correct some speeling errors | Tim Almdal | |
2009-11-06 | Move 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-05 | Clean up problem with cancelling the inplace edit left a whole bunch of css ↵ | Tim Almdal | |
artifacts. | |||
2009-11-03 | Small CSS fix for language admin | jhilden | |
2009-11-01 | Rename Default to Wind and Admin Wind themes respectively in CSS docblocks. | Chad Kieffer | |
2009-11-01 | Cleanup RTL styles even further. I think this gets wind and admin_wind ↵ | Chad Kieffer | |
looking pretty good for RTL. Related to the previous commit, remove g-right from login menu, let the theme handle positioning. | |||
2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
2009-10-28 | Initial RTL update work. Consolidated shared rtl-related css selectors in ↵ | Chad Kieffer | |
gallery.common. Applied g-right and g-left to a few banner items, including login menu and the logo. | |||
2009-10-27 | We really only need one "back to the Gallery" link in the banner. Replace ↵ | Chad Kieffer | |
the one on the left with "you are logged in as". Added a bit of height to the admin banner to space out the admin menu from the login menu. Forced the removal of padding-left in g-inline list items. | |||
2009-10-27 | Put margin between g-inline items. Update login menu in the admin theme. Set ↵ | Chad Kieffer | |
h1 size in all g-dialogs, rather than a few specific ones. | |||
2009-10-27 | Switch instances of first to g-first. | Chad Kieffer | |
2009-10-27 | Removed g-progress-bar, it's now in gallery.common. | Chad Kieffer | |
2009-10-27 | This should have been included in a1847df83bfddf350fc71fd0e0e1c054bc94ce2d | Chad Kieffer | |
2009-10-25 | Moved rotate image bg css to gallery.common. | Chad Kieffer | |
2009-10-25 | Moved admin-comments styles from admin theme to module. | Chad Kieffer | |
2009-10-25 | Remove unused and/or redundant admin theme styles. Correct bg's (again) in ↵ | Chad Kieffer | |
admin > maintenance tables for IE. | |||
2009-10-25 | Apply g-inline to the user menu and footer. | Chad Kieffer | |
2009-10-25 | Move Superfish menu width overrides to gallery.common, leave color overrides ↵ | Chad Kieffer | |
at the theme-level. | |||
2009-10-23 | Moved remaining user and group admin css into the new user.css style sheet. | Chad Kieffer | |
2009-10-20 | Fix 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-20 | Remove 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-20 | Move basic form styles from wind themes to gallery.common.css. | Chad Kieffer | |
2009-10-18 | Fix sidebar block admin layout. Don't hardcode block list height, use the ↵ | Chad Kieffer | |
equal_heights() function to set it. |