mdi-tab.css (797B)
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 i.mdi { 12 width: 100%; 13 height:90px; 14 font-size:90px; 15 transform: translateY(-50%); 16 position: relative; 17 margin-top: 50%; 18 } 19 20 li.attachment.cp-mdi-image.selected { 21 box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #0073aa; 22 } 23 24 .cp-mdi-images .thumbnail .label { 25 position: absolute; 26 width: 100%; 27 bottom: 0px; 28 padding: 4px; 29 background-color: #444444; 30 color: #ffffff; 31 } 32 33 34 i.mdi-preview-icon { 35 width: 100%; 36 height: 20px; 37 font-size: 20px; 38 transform: translateY(-50%); 39 position: relative; 40 top: 50%; 41 }