PluginProbe
Image Hotspot – Map Image Annotation / trunk
Image Hotspot – Map Image Annotation vtrunk
3.8 3.7 3.6 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 All 30 releases
image-map-hotspots / assets / css / deactivation.css

deactivation.css in Image Hotspot – Map Image Annotation trunk, at assets/css/deactivation.css

40 lines 650 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #imh-6310-myplugin-modal {
2 position: fixed;
3 inset: 0;
4 z-index: 999999;
5 }
6
7 .imh-6310-myplugin-overlay {
8 position: absolute;
9 inset: 0;
10 background: rgba(0, 0, 0, 0.6);
11 }
12
13 .imh-6310-myplugin-popup {
14 position: relative;
15 width: 500px;
16 max-width: 90%;
17 background: #fff;
18 margin: 80px auto;
19 padding: 25px;
20 border-radius: 8px;
21 z-index: 2;
22 }
23
24 .imh-6310-myplugin-popup h2 {
25 margin-top: 0;
26 }
27
28 .imh-6310-myplugin-popup label {
29 display: block;
30 margin-bottom: 12px;
31 }
32
33 .imh-6310-myplugin-popup textarea {
34 width: 100%;
35 margin-top: 15px;
36 }
37
38 .imh-6310-myplugin-actions {
39 margin-top: 20px;
40 }