8 Commits

Author SHA1 Message Date
Kamil Nikel
3cf96922d7 Disable accidental attribution selection
Adding user-select property set to none to the whole container prevents
the accidental selection of the text when panning the panorama
photo. It is a reasonable choice ince we're opening the links to the
user's profile and to mapillary.com in new tabs.

Fixes mapillary/mapillary-js#54
2016-02-03 10:43:57 +01:00
Kamil Nikel
ef2dd97ddc Move CoverUI styles to separate CSS file, remove svg file, add CSS animations 2016-01-28 14:22:57 +01:00
Kamil Nikel
e379321daa Unify z-indices across stylesheets to multiples of 10 2016-01-28 13:40:47 +01:00
Kamil Nikel
021e2b2e2f Tweak LoadingUI's loading animation
* Added an svg which contains the spin animation

Fixes mapillary/mapillary-js#27
2016-01-28 13:39:00 +01:00
Johan Gyllenspetz
622b8a42ea Add temp holder animation until loading indicaiton is solved 2016-01-27 20:07:05 -08:00
Kamil Nikel
cff3dceec7 Update pano icon and CoverUI styles 2016-01-20 14:03:38 +01:00
Kamil Nikel
b0774cf3ea Update CoverUI visuals to match LoadingUI 2016-01-20 14:03:38 +01:00
Kamil Nikel
2564fb3492 Move stylesheets to /styles directory
This commit moves all the CSS styles to `/styles` directory and adds a
couple of gulp tasks to generate these styles on prepublish. This
results in having a `/dist` directory being used just for distributing
the package and development. Currently the task has to be run manually
when developing.

Fixes mapillary/mapillary-js#2
2016-01-18 11:39:09 +01:00