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
Bharat Mediratta
0546f0df13
Fix the bug that the quick menu fires for the wrong photo. This stems
...
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-21 13:39:40 -07: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
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 Almdal
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 Kieffer
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
0ab31b5167
Fix width of add tag text input in IE
2009-05-30 23:15:02 -06:00
Chad Kieffer
d9a3a609f2
Fix height on #gQuickPane in IE
2009-05-30 23:10: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