We have moved to Github. Please open tickets there.

Opened 21 months ago

Closed 20 months ago

Last modified 19 months ago

#3748 closed Enhancement (fixed)

More flexible datepicker CSS

Reported by: kevinjardine Owned by:
Priority: normal Milestone: Elgg 1.8.1b
Component: Core Version: 1.8 Beta
Severity: minor Keywords:
Cc: brett@… Difficulty:

Description

The current datepicker CSS works fine for the popup datepicker.

However, the CSS:

.ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
    top: 5px;
	cursor: pointer;
}

in the core Elgg CSS causes problems for the inline version.

I needed to added the style annotation:

position: relative;

to the div the inline datepicker was attached to so that the next and prev links appeared.

This one cost me several hours of debugging time to track down so it would be great if there was an easy solution.

Change History (4)

comment:1 Changed 21 months ago by brettp

  • Milestone changed from Needs Review to Elgg 1.8.1

comment:2 Changed 20 months ago by cash

  • Milestone changed from Elgg 1.8.1 to Elgg 1.8.1b

comment:3 Changed 20 months ago by cash

  • Resolution set to fixed
  • Status changed from new to closed

Fixes #3666, #3748 distinct CSS for inline vs popup date picker and fixed position bug for prev/next links in header

Changeset: 7c52743cc264e258d55c42dccde021b1032f2358

comment:4 Changed 19 months ago by cash

Fixes #3666, #3748 distinct CSS for inline vs popup date picker and fixed position bug for prev/next links in header

Changeset: 7c52743cc264e258d55c42dccde021b1032f2358

Note: See TracTickets for help on using tickets.