PluginProbe ʕ •ᴥ•ʔ
Image Widget / 4.4.9
Image Widget v4.4.9
trunk 1.0 2.0 2.1 2.2 2.2.1 2.2.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.2 3.2.1 3.2.10 3.2.11 3.2.2 3.2.3 3.2.4 3.2.5 3.2.7 3.2.8 3.2.9 3.3 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1 4.1.1 4.1.2 4.2 4.2.1 4.2.2 4.3 4.3.1 4.4 4.4.1 4.4.11 4.4.12 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9
image-widget / resources / css / admin.css
image-widget / resources / css Last commit date
admin.css 3 years ago
admin.css
23 lines
1 .uploader input.button {
2 height: 34px;
3 line-height: 1;
4 margin-top: 15px;
5 width: 100%;
6 }
7
8 .tribe_preview .aligncenter {
9 display: block;
10 margin-left: auto !important;
11 margin-right: auto !important;
12 }
13
14 .tribe_preview {
15 max-height: 300px;
16 overflow: hidden;
17 }
18
19 .tribe_preview img {
20 height: auto;
21 margin: 10px 0;
22 max-width: 100%;
23 }