Jason Miller
Jason Miller
It's not possible via CSS without breaking the table's automatic column widths. Here's the closest I could get, but it requires a width: http://jsfiddle.net/developit/sdvuu1nx/
@goodseller / @connors one useful outcome here could be adding support for using the `table` styles on non-table nodes. This is obviously possibly by passing Photon through a preprocessor, but...
Sounds promising. I actually ended up rolling with the separate header table solution, but ran into more general issues with tables being unweildly to work with, so I'm probably switching...
Sounds like a plan, because as far as I can tell OS X only seems to use the zoom animation for some fields anyway, so perhaps the best approach is...
People still use Bower?
I was going to suggest NPM since it's already available there, no need to take offence.
@sbruchmann indeed, or even `npm i connors/photon` :). It's a pity the `photon` name is already taken in NPM though :(
@knownasilya yeah, that'd work (as long as nobody is trying to install with npm older than 2.x).
^ nice, that would actually address #36, too ;)
Here's my suggestion: http://jsfiddle.net/developit/aqu10kd9/  ### Markup ``` html ``` ### CSS ``` css /* Here's my suggestion for the CSS */ .toolbar-input { position: relative; overflow: visible; margin: 0;...