PluginProbe
Taskbuilder – Project Management & Task Management Tool With Kanban Board / 3.0.4
Taskbuilder – Project Management & Task Management Tool With Kanban Board v3.0.4
6.0.5 6.0.2 6.0.3 6.0.4 6.0.1 6.0.0 5.0.8 5.0.9 4.0.9 5.0.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 All 57 releases
taskbuilder / asset / css / modal.css

modal.css in Taskbuilder – Project Management & Task Management Tool With Kanban Board 3.0.4, at asset/css/modal.css

73 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Pop-up styles start
3 **/
4 #wppm_popup_background{
5 position: fixed;
6 top:0;
7 left: 0;
8 width: 100%;
9 height: 100%;
10 z-index: 900000000000;
11 background-color: #000;
12 opacity: 0.8;
13 }
14 #wppm_popup_container{
15 position: fixed;
16 top:30px;
17 left: 0;
18 width: 100%;
19 z-index: 900000000001;
20 }
21 #wppm_popup{
22 position: fixed;
23 background-color: #fff;
24 height: 100px;
25 padding: 0 !important;
26 }
27 #wppm_popup_title{
28 border-bottom: 1px solid #ccc;
29 font: 26px "OpenSans-Light",Helvetica,Arial,sans-serif;
30 padding: 15px !important;
31 }
32 #wppm_popup_title h3{
33 font-size: 18px;
34 margin: 0 !important;
35 }
36 #wppm_popup_body{
37 min-height: 100px;
38 max-height: 300px;
39 overflow-x: hidden;
40 overflow-y: auto;
41 background-color: #fff;
42 padding: 15px !important;
43 }
44 #wppm_popup_footer{
45 background-color: #F6F6F6;
46 padding: 15px !important;
47 }
48 #wppm_popup_footer button{
49 width: 120px;
50 height: 40px;
51 border-radius: 20px;
52 margin-right: 10px;
53 }
54 .wppm_popup_close{
55 color: #273444;
56 background-color: #EFF2F7;
57 border-color: #000;
58 border-radius: 50px;
59 padding: 5px;
60 }
61 .wppm_popup_action{
62 color: #FFF !important;
63 background-color: #306EFF;
64 border-color: #306EFF;
65 box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%);
66 cursor: pointer;
67 border-radius: 50px !important;
68 padding: 5px;
69 }
70
71 .mce-window.mce-in, .mce-menu.mce-in.mce-animate{
72 z-index: 900000000001 !important;;
73 }