cryptonomex / graphene-ui

Cryptonomex Graphene front end (wallet and decentralized exchange)
https://bitshares.openledger.info
MIT License
156 stars 100 forks source link

date format fix + light theme hovering fixes and minor cosmetics #817

Closed nmywn closed 8 years ago

nmywn commented 8 years ago

This is how i see openledger under ubuntu, at windows is all ok. openledger 2016-04-10 10-33-47

nmywn commented 8 years ago

Also related to this comment: https://github.com/cryptonomex/graphene-ui/issues/755#issuecomment-191719161 Something like this should work fine:

if (date[0] > 31){ time = date[2] + "/" + date[1] + " " + time.replace(hour, hourString); } else { time = date[0] + "/" + date[1] + " " + time.replace(hour, hourString); }