PluginProbe
Check & Log Email – Easy Email Testing & Mail logging / 2.0.16
Check & Log Email – Easy Email Testing & Mail logging v2.0.16
2.0.16 2.0.15 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 2.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.13.1 2.0.13.2 2.0.14 2.0.2 2.0.3 2.0.4 2.0.5 2.0.5.1 2.0.6 2.0.7 2.0.8 All 41 releases
check-email / assets / css / admin / feedback.min.css
feedback.min.css
42 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* makebetter admin css*/
2
3 /**
4 PLUGINS ADMIN PAGE
5 */
6 #ck-mail-reloaded-feedback-overlay {
7 /* Height & width depends on how you want to reveal the overlay (see JS below) */
8 height: 100%;
9 width: 100%;
10 position: fixed; /* Stay in place */
11 z-index: 10000; /* Sit on top */
12 left: 0;
13 top: 0;
14 background-color: rgb(120,120,120); /* Black fallback color */
15 background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
16 }
17 #ck-mail-reloaded-feedback-content {
18 position: relative;
19 top: 25%; /* 25% from the top */
20 width: 500px;
21 max-width: 100%;
22 margin: auto;
23 margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
24 max-height: 50%;
25 padding: 20px;
26 background-color: #fff;
27 overflow-y: auto;
28 }
29 #ck-mail-reloaded-feedback-content textarea,
30 #ck-mail-reloaded-feedback-content input[type="text"] { display:none;width:100%; }
31 .ck-mail-feedback-not-deactivate { display: block; text-align: right; }
32
33 #ck-mail-reloaded-feedback-content h3{
34 margin:5px;
35 }
36
37 @media screen and (max-width:400px){
38 #ck-mail-reloaded-feedback-content {
39 padding:0px;
40 padding-bottom:50px;
41 }
42 }