v0.0.2 Release
I added one feature, and made another minor change.
- DisplayMode attribute: horizontal or vertical
This attribtue will flip the two select boxes to be side by side, or stacked on top of each other.
Added CSS selectors for horizontal versus vertical mode for all elements. This lets you control the visual styles separately. - Removed CSS style rules from the custom tag
I pulled the CSS rules out of the custom tag, and moved them to an external file. The custom tag does not link to this file, the template consuming the tag handles that. The downside is that the tag may not look perfect out of the box, but the upside is that you can put the rules where ever you keep the rest of your site style rules.
Check out the screen shots to see an examples of both display modes.
