PlayWithMagic / PlayWithMagic.org

PlayWithMagic.org is a web application that catalogs magic tricks and helps magicians build shows.
http://playwithmagic.github.io/PlayWithMagic.org/
Apache License 2.0
2 stars 1 forks source link

Style of image name in image.scala.html does not show against grey bg. How do you update the CSS for the file name? #194

Closed davidkneely closed 9 years ago

pkarjala commented 9 years ago

It's likely that the CSS was never written for this, as the page type did not exist at the time. You can update the LESS file to change the font color property.

Looking at the file at https://github.com/PlayWithMagic/PlayWithMagic.org/blob/imageUploads-1/app/views/bootstrap3/image.scala.html which part is supposed to show the image name?

davidkneely commented 9 years ago

This part:

<input type="file" class="" accept=".jpg, .png, .bmp" name="image">

davidkneely commented 9 years ago

This input group example is exactly how I want it to look: http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/ Working on updating the image.scala.html component to display this way.

pkarjala commented 9 years ago

There's a bootstrap portion you may want to look at that covers this: http://getbootstrap.com/components/#input-groups

pkarjala commented 9 years ago

Fixed and working!