Commit Graph

208 Commits

Author SHA1 Message Date
Bharat Mediratta
b8053c9ddf Rename "after_installer" to "welcome_message" in the code to make it
clearer what its purpose is.  Add some spacing in the theme for it
so that it's less cramped.
2009-09-10 21:10:20 -07:00
Bharat Mediratta
76df072e8e Reformat error messages in dialogs so that they don't overflow in weird ways. 2009-09-09 16:18:00 -07:00
Bharat Mediratta
8972d5f05c Move the loading images into lib/images and adjust everything to point
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-03 10:21:38 -07:00
Chad Kieffer
39ca803af7 Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but progress bar cursor. #669 2009-08-31 23:51:27 -06:00
Chad Kieffer
9cb8c10bb5 Use min-height to hold the banner's height. #706. 2009-08-31 23:25:42 -06:00
Chad Kieffer
ee2070abe8 Revert 12903f5996 overflow: auto hides the site menu drop downs. 2009-08-31 23:20:52 -06:00
Chad Kieffer
12903f5996 Hold the banner's height when header text is set or the logo's yanked. 2009-08-31 23:13:39 -06:00
Chad Kieffer
80ae2fe4bf Finish this pass at the Admin Maintenance view. Re-introduce status icons, put Cancel All, Delete All buttons in the action heading cell. 2009-08-30 23:51:31 -06:00
Chad Kieffer
60cfa54b82 Fix error text color. 2009-08-29 17:02:43 -06:00
Chad Kieffer
5db0b68a70 Update status message styles. Lighten backgrounds, don't show background on Admin Maintenance rows, and added gModuleStatus class. 2009-08-29 14:01:04 -06:00
Chad Kieffer
d1a44af862 Merge branch 'master' of git@github.com:gallery/gallery3 2009-08-28 15:50:52 -06:00
Chad Kieffer
c428e49f32 Make gMessage 100% of the width of its container. 2009-08-28 15:24:21 -06:00
Tim Almdal
31d63a0d0a Merge branch 'master' of git://github.com/gallery/gallery3 2009-08-28 13:47:36 -07:00
Tim Almdal
1d5262f9c3 Fix ticket #591: reCaptcha always on the page.
1) move creating the "Add a comment" button into the comments.html.php
2) use $.get() to retrieve the comment add form
2009-08-28 13:44:01 -07:00
Chad Kieffer
5a2853bca1 Merge branch 'master' of git@github.com:gallery/gallery3 2009-08-28 13:48:54 -06:00
Chad Kieffer
f1e008a14f Don't clone hover item, apply styles to the original container. Contextual menu rotates are now immediately visible. Fixes ticket 667. 2009-08-28 13:47:35 -06:00
jhilden
3d2e36f5b6 fixed CSS bug in the simple uploader #629
and improved permissions UI to include breadcrumbs (consistent with the uploader dialog)
2009-08-27 20:34:42 -04:00
Chad Kieffer
99d7a0c0db Make each context menu button clickable from side-to-side 2009-08-11 00:33:15 -06:00
Chad Kieffer
cea1d4f1f3 Forgot to commit the css for the resize photo view context menu. 2009-08-09 23:32:53 -06:00
Chad Kieffer
1231e095c8 Keep image placement from shifting on hover, set gHoverItem height properly. 2009-08-09 12:46:17 -06:00
Chad Kieffer
3a8f1f4262 Cleanup context menu styles a bit 2009-08-08 13:20:00 -06:00
Chad Kieffer
6357f3332b Added basic context menu affects and styles. Simplified some of the action labels in the menu. 2009-08-08 01:14:22 -06:00
Bharat Mediratta
52147cf6f8 Combine the quick menu and the thumb menu into a single menu called
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-08-03 21:45:54 -07:00
Chad Kieffer
26117accb6 Update to how gSiteMenu is positioned. Required addition of a new container, gBanner. This will ensure proper positioning across most browsers and simplifies gBreadcrumbs styles. Removed inaffective IE opacity style. 2009-07-26 10:54:21 -06:00
Chad Kieffer
50cd41655a Minor style tweaks. 2009-07-12 22:41:57 -06:00
Bharat Mediratta
895fbfd95b Get the thumbnail menu working.
1) Stop changing the menu classes in JS, instead allow us to specify
it in the Menu class itself and then set it to be gThumbMenu in Theme_View

2) Move the gThumbMenu init code to the bottom of the $(document).ready() block;
something in there was interfering with it.
2009-07-11 17:59:55 -07:00
Chad Kieffer
413174e89e Second attempt at showing and hiding the thumb menu. Renamed gThumbMenu to gPhotoMenu for use on both album and photo pages, eventually. 2009-07-12 16:07:16 -06:00
Chad Kieffer
58d0a5013d First attempt at animating gThumbMenu. Doesn't work. 2009-07-12 11:43:41 -06:00
Bharat Mediratta
cbd80b5ff9 Get rid of the form from server_add, we're not using it.
Turn the cancel link into a themed close button which triggers a page
reload.

Add some padding to the left of the tree.
2009-07-11 07:37:49 -07:00
Chad Kieffer
872b5eed46 Merge branch 'master' of git@github.com:gallery/gallery3 2009-07-11 23:17:30 -06:00
Chad Kieffer
8bfcf09b4c Styled thumb menu, still needs script to set up interraction. 2009-07-11 23:14:26 -06:00
Bharat Mediratta
0098ef05c3 Merge branch 'master' of git@github.com:/gallery/gallery3 2009-07-11 05:07:41 -07:00
Bharat Mediratta
954ab5a505 Further simplify server_add (and bump it to version 3).
Now we don't have checkboxes, but instead we restrict you to selecting
directories and albums from only one level in the hierarchy.  This
makes it easier for us to make sure that we properly create the
hierarchy that you want and avoid confusion about what's going to wind
up where.

Modify Server_Add_File_Model to have a parent_id and item_id and then
modify them as we go so that we can build up a tree structure there
*before* we create any items.  This makes it much easier to figure out
where a new item is going to go and get rid of a bunch of probably
buggy code in the main task.
2009-07-11 05:03:36 -07:00
Chad Kieffer
e0e450d90f Position gItem and gPhoto relative, then position quick and thumb menus as absolute within them. Moved css from quick.js to quick.css. 2009-07-11 00:40:57 -06:00
Tim Almdal
85de208879 Lets try the BBCode conversion again... go with basic tags even if some are
deprecated.
2009-07-04 20:30:13 -07:00
Tim Almdal
50462edd9c Change the BBCode Transformation to use the <span class=""> where possible 2009-07-04 17:14:21 -07:00
Chad Kieffer
0add4ced22 Add a bit more contrast to superfish sub-menus. 2009-07-01 00:35:33 -06:00
jhilden
0b34ec4e8b UI enhancement: made the 'back to the Gallery' links a little bit easier to discover 2009-06-30 22:22:29 -04:00
Chad Kieffer
2b804ebdce Convert info module's block to use a list instead of a table. Addresses request in ticket #441. 2009-06-28 17:53:20 -06:00
Bharat Mediratta
6c828a0dd6 We no longer need the digibug section now that we've got a menu for
thumbnail actions.
2009-06-27 16:30:16 -07:00
Tim Almdal
627b5e144c This change to the default/css/screen.css file was overlooked 2009-06-25 08:53:04 -07:00
Tim Almdal
d9e4ad79bb 1) Move the digibug css in the default and admin_default themes
2) Remove most of the marketing cruft on the admin pages
3) Change the name of the admin settings to just Digibug
4) Remove the "switch on mouseover" approach
2009-06-25 08:14:34 -07:00
Chad Kieffer
ec67300f96 Cleanup pass. Fixed formatting, grouped a few selectors. Removed empty selectors. 2009-06-25 00:06:59 -06:00
Chad Kieffer
fae6d753e9 Group RTL styles together in their own section. 2009-06-24 23:48:28 -06:00
Tim Almdal
292d216f7c Implement printing support on the photo page. I've used an icon that doesn't
quite match the theme temporarily.  I'm hoping to have a matching icon soon.
2009-06-24 18:02:36 -07:00
Bharat Mediratta
ec61cd5031 Fix css indentation 2009-06-22 14:20:28 -07:00
Bharat Mediratta
9bdeb726ac Fix indentation 2009-06-22 13:25:55 -07:00
Bharat Mediratta
b72d0db7be More minor facelift for the admin/g2_import page. 2009-06-19 15:56:55 -07:00
Bharat Mediratta
feab9cfc34 Give the admin/g2_import page a facelift. 2009-06-19 13:47:38 -07:00
Bharat Mediratta
c2faf5f8c8 Move 'Permissions' above 'STUFF THAT NEEDS A HOME' since I think that
the stuff that needs a home is a catch all and should be at the
bottom.
2009-06-19 13:35:53 -07:00