0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core/client
abe33 c6b9b80e18 Fix style issue on user-image on Firefox and Opera
On both Firefox and Opera (OSX) the user image badge in
the settings page wasn't displayed.
Also, on firefox the badge overlay didn't have the proper size.

I don't know if there's a specific use case requiring a `display:
table` instead of a plain `display: block` but that was failing on
Firefox and Opera.

Using a block instead seems works perfectly (at least on Opera, Chrome,
Safari, Safari Mobile IOS7 and Firefox) regarding the badge size issue.

On Opera, though, the border radius wasn't applied properly to the
image. Adding a `border-radius: 100%;`fix that.
2013-10-16 00:25:03 +02:00
..
assets Fix style issue on user-image on Firefox and Opera 2013-10-16 00:25:03 +02:00
helpers Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00
models Added in functionality for a working loading bar 2013-10-08 16:39:07 +01:00
tpl Fix emphasize notation in Markdown modal. 2013-10-14 18:12:55 +00:00
views Cache selector in afterRender function 2013-10-14 20:56:20 +01:00
init.js Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00
markdown-actions.js Merge pull request #925 from matthojo/New-line 2013-10-09 11:32:43 -07:00
mobile-interactions.js Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00
router.js Added in functionality for a working loading bar 2013-10-08 16:39:07 +01:00
toggle.js Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00