mdi-tab.css (841B)
1 ul.attachments.cp-mdi-images, 2 .attachments-browser.cp-mdi-media .media-toolbar { 3 right: 0px; 4 } 5 6 li.attachment.cp-mdi-image { 7 min-width: 150px; 8 width: 12.5%; 9 } 10 11 li.attachment.cp-mdi-image .thumbnail { 12 display: flex; 13 align-items: center; 14 justify-content: center; 15 } 16 17 li.attachment.cp-mdi-image i.mdi { 18 width: 100%; 19 height:auto; 20 font-size:90px; 21 position: relative; 22 margin-top: -30px; 23 } 24 25 li.attachment.cp-mdi-image.selected { 26 box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #0073aa; 27 } 28 29 .cp-mdi-images .thumbnail .label { 30 position: absolute; 31 width: 100%; 32 bottom: 0px; 33 padding: 4px; 34 background-color: #444444; 35 color: #ffffff; 36 } 37 38 i.mdi-preview-icon { 39 width: 100%; 40 height: 20px; 41 font-size: 20px; 42 transform: translateY(-50%); 43 position: relative; 44 top: 50%; 45 }