general.css Video Skin Class Stlye Improvement #250

Merged
QuirkyRobots merged 4 commits from patch-5 into master 2017-11-14 23:27:56 +01:00

4 commits

Author SHA1 Message Date
Mark (Steve) Firth
afb65e78c0
Video CSS Now With Body ID
Cleaner code. :)
2017-11-13 23:34:13 +10:00
Mark (Steve) Firth
121e1e9e4c
Optimised Code
Removed and optimised the styles to limit duplicates and gave elements a block display to make sure centering and image sizes act like they should.

Move all video related code on to the video tag.

Images are probably best at `max-width:100%; to prevent them looking too small on devices, such as iPad Mini.
2017-11-10 15:43:57 +10:00
Mark Firth
15ab2e0317
Merge branch 'master' into patch-5 2017-11-09 11:11:46 +10:00
Mark Firth
7ba5b09a23
general.css Video Skin Class Stlye Improvement
Previously, the global video element was styled to make it look better on the stand alone page. However; the class `.show-asset-light` is the video skin class assigned to the stand alone page only.

Based on this, I have optimised the style on this class and removed parts no longer needed from the `video-player` class, thereby not affecting any other pages for areas only required on the stand alone page.
2017-11-08 23:12:12 +10:00