PluginProbe
Admin and Site Enhancements (ASE) / 3.0.0
Admin and Site Enhancements (ASE) v3.0.0
9.1.1 9.1.0 9.0.2 9.0.1 9.0.0 8.9.2 8.9.1 8.9.0 8.8.8 8.8.7 8.8.6 8.8.5 8.8.4 8.8.3 8.8.2 8.8.1 8.8.0 8.7.3 8.7.2 8.7.1 8.2.1 8.2.2 8.2.3 8.3.0 8.3.1 All 273 releases
admin-site-enhancements / assets / css / list-table.css
list-table.css
24 lines 375 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Content Admin >> Show IDs */
2
3 #asenha-id {
4 width: 50px;
5 }
6
7 /* Content Admin >> Show Featured Images */
8
9 #asenha-featured-image {
10 width: 110px;
11 }
12
13 .asenha-featured-image img {
14 width: 110px;
15 height: auto;
16 border: 1px solid #e5e5e5;
17 }
18
19 /* Content Management >> Enable SVG Upload */
20
21 table.media .column-title .media-icon img[src*='.svg'] {
22 width: 100%;
23 height: auto;
24 }