1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Mediapicker controls alignment fix.

This commit is contained in:
Cameron 2018-07-26 12:29:48 -07:00
parent 557dea1f0e
commit d862fa89f3

View File

@ -276,7 +276,7 @@ td.right, th.right { text-align:right }
.media-carousel .well:hover { border:1px solid silver }
.media-carousel-item-container { position: relative; min-height:100px; }
.media-carousel-item-controls { /*position: absolute;bottom:7px; right: 10px */ margin-top:5px;}
.media-carousel-item-controls { /*position: absolute;bottom:7px; right: 10px */ margin-top:5px; clear: both;}
.media-carousel-item-container audio { width: 100% }
.media-carousel-item-glyph { width: 64px; height:64px; overflow:hidden; margin-right:5px; margin-bottom:5px }