Commit Graph
181 Commits
Author SHA1 Message Date
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
Bharat Mediratta b3226d7cbb Improve the task dialog
1) Put a "starting up..." message before there's any feedback from the server
2) show the title of the task in the dialog.
2009-06-19 13:25:42 -07:00
Chad Kieffer 89b6570ecc Update floats after .rtl addition. Both should work now. 2009-06-09 21:33:16 -06:00
Andy Staudacher b9ee6f7d18 Merge branch 'master' of git@github.com:gallery/gallery3 2009-06-06 15:24:49 -07:00
Andy Staudacher 0e415dae9b Preliminary BiDi support (needs *a lot* of tweaking) 2009-06-06 15:24:14 -07:00
Chad Kieffer c5425f42a4 Remove album view icon link, added album link to info module. This and breadcrumb should suffice. 2009-06-06 00:35:30 -06:00
Chad Kieffer 71257cedb6 Forgot to remove notify css classes in default theme in previous commit. 2009-06-05 01:17:16 -06:00
Tim AlmdalandBharat Mediratta 13b12f410e Create a gDialogLargeLoading class for use with dialogs when running something that will take a little longer. If the standard gLoadingLarge is used with
a dialog then the ui-dialog-content class will override the background and the loading icon will not be seen.

Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-06-05 03:13:10 +08:00
Chad KiefferandBharat Mediratta bc38505251 Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image names from watch to notify. 2009-06-04 11:55:18 -07:00
Chad Kieffer f737963286 Remove insertion of content via CSS, it's not supported by IE. Just added sufficient white space as a seperator. 2009-05-30 23:20:18 -06:00
Chad Kieffer f95b51e219 Fix IE issues with gPager, switch gPager from id to class, it's possible that we might want it to appear more than once in views. 2009-05-30 23:04:55 -06:00
Chad Kieffer cf00314c6a Use short hex for colors, #cccccc > #ccc 2009-05-30 16:13:16 -06:00
Chad Kieffer dcc67ad297 Refine link colors a bit. Drop orange for hover. Remove underlines for sf-menu hovers. 2009-05-30 16:02:27 -06:00
Chad Kieffer 11c8a84f49 Added album icon before album titles. Thx again Ben. 2009-05-22 00:12:37 +00:00
Chad Kieffer 893243b048 Added Ben Dunkle's current watch icon. Renamed icon file name to keep 'em grouped 2009-05-21 03:38:24 +00:00
Jakob Hilden cb1a5113f8 permissions UI facelift 2009-05-14 00:12:46 +00:00
Chad Kieffer 853c00cde0 Highlight status messages on load, fade them out after a few seconds. Make success green brighter. 2009-05-09 07:10:36 +00:00
Jakob Hilden 03960546be added icons to permissions UI 2009-04-12 18:27:45 +00:00
Chad Kieffer a57d0d93a8 Add quick edit pane to resize images, ticket #189 2009-03-31 05:14:40 +00:00
Chad Kieffer 591403d794 Added rotate cc and ccw icons to themeroller theme and css to default theme, applied to quick pane rotate buttons. Hope that jQuery UI includes rotate icons eventrually so we don't have to maintain this. 2009-03-18 06:15:37 +00:00
Chad Kieffer a20241f9ea Stop header height from collapsing when there's no breadcrumb present, as is the case with tag albums. Thanks to gadulia for reporting: http://gallery.menalto.com/gallery_3.0_alpha_1_released?page=1#comment-302916 2009-03-18 05:16:58 +00:00
Bharat Mediratta 0f6e826860 Even out the padding for #gAddPhotosQueue .box 2009-03-17 06:05:46 +00:00
Chad Kieffer 920804bd47 Style breadcrumb in photo upload dialog 2009-03-17 05:57:40 +00:00
Bharat Mediratta c6f03284c4 Make the gAddPhotosCanvas take up the entire dialog, for now. 2009-03-17 05:28:43 +00:00
Bharat Mediratta 0f5ccc9aa3 Switch from using SimpleUploader to using swfUpload as our flash based
uploader.  This is modeled on
http://codex.gallery2.org/Gallery3:Upload_UX but is not yet complete.

Notes:
* Changed #gProgressBar to .gProgressBar to support multiple progress
  bars on the same page
* Added a bunch of CSS to the "needs a home" section in
  themes/default/css/screen.css
2009-03-17 05:20:37 +00:00
Chad Kieffer af83f5d3fc Simplify gError, gWarning, gInfo, gSuccess selectors to allow them to be used within more elements. Updated gError styles in forms. 2009-03-17 05:11:17 +00:00
Chad Kieffer c377ffc2a5 Ticket #97. Applied button css where missing. Minor form css improvements. 2009-03-16 05:50:05 +00:00
Chad Kieffer ec195a5721 Lighten color of user name in login menu 2009-03-12 04:46:14 +00:00