summaryrefslogtreecommitdiff
path: root/themes/default/css
AgeCommit message (Collapse)Author
2009-06-22Fix css indentationBharat Mediratta
2009-06-22Fix indentationBharat Mediratta
2009-06-19More minor facelift for the admin/g2_import page.Bharat Mediratta
2009-06-19Give the admin/g2_import page a facelift.Bharat Mediratta
2009-06-19Move 'Permissions' above 'STUFF THAT NEEDS A HOME' since I think thatBharat Mediratta
the stuff that needs a home is a catch all and should be at the bottom.
2009-06-19Improve the task dialogBharat Mediratta
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-09Update floats after .rtl addition. Both should work now. Chad Kieffer
2009-06-06Merge branch 'master' of git@github.com:gallery/gallery3Andy Staudacher
2009-06-06Preliminary BiDi support (needs *a lot* of tweaking)Andy Staudacher
2009-06-06Remove album view icon link, added album link to info module. This and ↵Chad Kieffer
breadcrumb should suffice.
2009-06-05Forgot to remove notify css classes in default theme in previous commit.Chad Kieffer
2009-06-05Create a gDialogLargeLoading class for use with dialogs when running ↵Tim Almdal
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-04Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image ↵Chad Kieffer
names from watch to notify.
2009-05-30Remove insertion of content via CSS, it's not supported by IE. Just added ↵Chad Kieffer
sufficient white space as a seperator.
2009-05-30Fix width of add tag text input in IEChad Kieffer
2009-05-30Fix height on #gQuickPane in IEChad Kieffer
2009-05-30Fix IE issues with gPager, switch gPager from id to class, it's possible ↵Chad Kieffer
that we might want it to appear more than once in views.
2009-05-30Use short hex for colors, #cccccc > #cccChad Kieffer
2009-05-30Refine link colors a bit. Drop orange for hover. Remove underlines for ↵Chad Kieffer
sf-menu hovers.
2009-05-22Added album icon before album titles. Thx again Ben.Chad Kieffer
2009-05-21Added Ben Dunkle's current watch icon. Renamed icon file name to keep 'em ↵Chad Kieffer
grouped
2009-05-14permissions UI faceliftJakob Hilden
2009-05-09Highlight status messages on load, fade them out after a few seconds. Make ↵Chad Kieffer
success green brighter.
2009-04-12added icons to permissions UIJakob Hilden
2009-03-31Add quick edit pane to resize images, ticket #189Chad Kieffer
2009-03-18Added rotate cc and ccw icons to themeroller theme and css to default theme, ↵Chad Kieffer
applied to quick pane rotate buttons. Hope that jQuery UI includes rotate icons eventrually so we don't have to maintain this.
2009-03-18Stop header height from collapsing when there's no breadcrumb present, as is ↵Chad Kieffer
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-17Even out the padding for #gAddPhotosQueue .boxBharat Mediratta
2009-03-17Style breadcrumb in photo upload dialogChad Kieffer
2009-03-17Make the gAddPhotosCanvas take up the entire dialog, for now.Bharat Mediratta
2009-03-17Switch from using SimpleUploader to using swfUpload as our flash basedBharat Mediratta
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-17Simplify gError, gWarning, gInfo, gSuccess selectors to allow them to be ↵Chad Kieffer
used within more elements. Updated gError styles in forms.
2009-03-16Ticket #97. Applied button css where missing. Minor form css improvements.Chad Kieffer
2009-03-12Lighten color of user name in login menuChad Kieffer
2009-03-09Undo "#gProgressBar { visibility: hidden }", introduced in r20264Bharat Mediratta
which caused the progress bar to be invisible for admin/maintenance tasks.
2009-03-04move server_add styles into the theme screen.css filesTim Almdal
2009-02-23Partial next/last pager fix for IE 6 and 7. Button's width is still foced to ↵Chad Kieffer
100%. Think this is a jQuery UI CSS issue and I haven't figured out an override for it yet.
2009-02-22Add Cancel link next to submit buttons in dialogs. Apply button style to ↵Chad Kieffer
buttons in dialogs.
2009-02-22Minor fixes to gAlbumGrid and gPagerChad Kieffer
2009-02-22Apply button styles to pager buttons and position in consistent locations.Chad Kieffer
2009-02-20Change #Breadcrumbs to a css class. This allows the formatting to beTim Almdal
used multiple times on the same page. (For example in a dialog box such as in jhilden's upload mockup)
2009-02-20Fixes to comment admin buttons.Chad Kieffer
2009-02-15Bring the default theme's header visually closer to the admin_default's header. Chad Kieffer
2009-02-13Ticket #2. Tighten up search results UI.Chad Kieffer
2009-02-12Added a show comment form button. Add comment form is revealed when the ↵Chad Kieffer
button is clicked. Used jQuery UI Effect to .highlight() to bring attention to newly added comments. Also added a named anchor to our block library to allow direct linking/scrolling to those blocks on the page.
2009-02-12Fixed gViewMenu button issues. Fixed major admin_default theme issues, ↵Chad Kieffer
content now clears the menu. Added IE-specific stylesheet to admin theme.
2009-02-11Button mania continues. Make edit and delete user/group links buttons, ↵Chad Kieffer
buttons, buttons!
2009-02-10Reduce width of add user and group forms.Chad Kieffer
2009-02-09Add hover state for buttons.Chad Kieffer
2009-02-09Added a few element checks to make sure elements exist before trying to ↵Chad Kieffer
manipulate/initiate them.