pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Label prefix of input in dialog is not visible #354

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. See the Dialog box example picture here: 
http://www.iui-js.org/documentation/latest/styles-themes.html
2. Compare to live demo: 
http://www.iui-js.org/documentation/latest/iui/web-app/tutorials/getting-started
/example-dialog.html#_screen1
3. This field is not visible: <label for="keyword">Search:</label>

What is the expected output? What do you see instead?
"Search:" label should be visible on the left of the input.

What version of the product are you using? On what operating system?
iuijs 0.4, seen on win7 - chrome 26.0.1410.64 m, android4.03 - chrome 
26.0.1410.58

Please provide any additional information below.
This line of CSS fixes the bug.
form.dialog > fieldset > label { left: 1em; }

Original issue reported on code.google.com by Tamas.Gemes@gmail.com on 18 May 2013 at 3:12