pauladaniel / calendardateselect

Automatically exported from code.google.com/p/calendardateselect
Other
0 stars 0 forks source link

One (transparent) pixel line appears when using :month_year => "label" #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a calendar_date_select with :month_year => "label" option.
2. Open the calendar.

What is the expected output? What do you see instead?
At the bottom of the cds_header you will see a transparent pixel line appearing 
because the 
header shrunk thanks to the missing (input) controls. No such line should 
appear.

What version of the product are you using? On what operating system?
Latest version 1.8.2 and this appears on both Firefox (2.0.0.7) and Safari 
(2.0.4) on MacOS X.

This also happens at the demo site (http://www.restatesman.com/static/calendar) 
but the line is 
not really visible. If you watch carefull you can see it. I can upload 
screenshots if you need them.

The fix is quite easy tho ... just change: 

.calendar_date_select .cds_header {
  ...
  border-bottom: 2px solid #aaa;
}

to 3px.

Original issue reported on code.google.com by gfo...@gmail.com on 4 Oct 2007 at 3:03

GoogleCodeExporter commented 8 years ago
I can't reproduce this.  I'm on Firefox 2.0.0.9.  Perhaps it got fixed on 
accident? 
I'll be pushing a new version here soon, you want to check there ?

Original comment by timchar...@gmail.com on 12 Nov 2007 at 7:48