google-code-export / jpicker

Automatically exported from code.google.com/p/jpicker
1 stars 0 forks source link

Opera css fix in demos #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Opera 11.x to open demo page
2.
3.

What is the expected output? What do you see instead?
The Picker icon is displaced moved lower than the input field

What version of the product are you using? On what operating system?
1.1.6

Please provide any additional information below.

need to add in jPicker.css
#jPicker span{
...
line-height:25px;
}

Original issue reported on code.google.com by t.taitti...@puzl.com on 30 May 2011 at 10:55