Opened 12 years ago
Closed 7 years ago
#11086 closed enhancement (patchwelcome)
Vertical alignment of prev + next buttons in thumbnailPicker widget
Reported by: | hungerburg | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | Dojox | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The background sprite image of the Next and Prev Buttons in the dojox.image.ThumbnailPicker? widget by default are vertically aligned 12 pixels from the top left cornder. I found it to prettier to align them in the center of the parent container. So I did add this to my stylesheet:
.thumbOuter .prevHoriz { background-position: -96px center; } .thumbOuter .nextHoriz { background-position: -144px center; }
The interesting part is the keyword center as second argument for the background-position rule of the ...Horiz selector.
I consider it save to make this the default for this widget.
Thank you
-- peter
Change History (2)
comment:1 Changed 12 years ago by
Owner: | changed from Adam Peller to dante |
---|
comment:2 Changed 7 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Given that no one has shown interest in creating a patch in the past 5+ years, I'm closing this as patchwelcome.