PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / 7.8
Tagembed: Social Media Feeds and Customer Reviews Widget v7.8
7.8 7.5 7.6 7.7 7.4 trunk 3.10 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 All 43 releases
tagembed-widget / assets / css / confirm_dialog.css

confirm_dialog.css in Tagembed: Social Media Feeds and Customer Reviews Widget 7.8, at assets/css/confirm_dialog.css

153 lines 3.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .__tagembed__popupwrap {
2 z-index : 99999;
3 position : fixed;
4 left : 0;
5 right : 0;
6 top : 50%;
7 -webkit-transform: translateY(-50%);
8 -ms-transform : translateY(-50%);
9 transform : translateY(-50%);
10 margin : 0 auto;
11 max-width : 320px;
12 background : #fff;
13 border : 1px solid #c3c4c7;
14 padding : 0;
15 min-width : 255px;
16 text-align : center;
17 box-shadow : 0 1px 1px rgb(0 0 0 / 4%);
18 }
19
20 .__tagembed__iconarea {
21 background : #3973ab;
22 width : 50px;
23 height : 50px;
24 margin : 15px auto 0;
25 border-radius : 50%;
26 display : -webkit-box;
27 display : -ms-flexbox;
28 display : flex;
29 -webkit-box-align: center;
30 -ms-flex-align : center;
31 align-items : center;
32 -webkit-box-pack : center;
33 -ms-flex-pack : center;
34 justify-content : center;
35 }
36
37 .__tagembed__iconarea .fa {
38 font-size: 24px;
39 color : #fff;
40 }
41
42 .__tagembed__btnwrap button {
43 text-decoration: none;
44 border : 1px solid gainsboro;
45 ;
46 text-decoration: none;
47 text-shadow : none;
48 padding : 0 10px;
49 line-height : 2.15384615;
50 min-height : 32px;
51 display : inline-block;
52 min-width : 62px;
53 }
54
55 .__tagembed__btnwrap button:hover {
56 opacity: 0.85;
57 cursor : pointer;
58 }
59
60 .__tagembed__title h2 {
61 font-size : 21px;
62 font-weight : 400;
63 border-bottom: 1px solid #f1f1f1;
64 padding : 0 15px 15px;
65 }
66
67 .__tagembed__desc {
68 padding-left : 15px;
69 padding-right: 15px;
70 }
71
72 .__tagembed__btnwrap {
73 padding-top : 15px;
74 padding-bottom: 15px;
75 margin-top : 15px;
76 border-top : 1px solid #c3c4c7;
77 }
78
79 .__tagembed__horizontaborder {
80 padding-bottom: 15px;
81 margin-bottom : 15px;
82 border : 0;
83 margin-top : 0;
84 border-bottom : 1px solid #c3c4c7;
85 }
86
87 .__tagembed__extratag>ul {
88 width : calc(100% - 24px);
89 background-color : #fff;
90 z-index : 1000;
91 border-radius : 0 0 2px 2px;
92 border : 1px solid #d9d9d9;
93 font-family : Arial, sans-serif;
94 -moz-box-sizing : border-box;
95 -webkit-box-sizing: border-box;
96 box-sizing : border-box;
97 overflow : hidden;
98 padding : 0px;
99 position : absolute;
100 margin-top : -2px;
101 margin-left : 1px;
102 }
103
104 .__tagembed__extratag>ul>li {
105 cursor : default;
106 padding : 0 4px;
107 text-overflow: ellipsis;
108 overflow : hidden;
109 white-space : nowrap;
110 line-height : 30px;
111 text-align : left;
112 border-top : 1px solid #e6e6e6;
113 font-size : 11px;
114 color : #999;
115 position : relative;
116 padding-left : 11px;
117 cursor : pointer;
118 }
119
120 .__tagembed__extratag>ul>li>img {
121 vertical-align: middle;
122 margin-right : 7px;
123 max-height : 20px;
124 border-radius : 50%;
125 }
126
127 .__tagembed__inputLoader {
128 position: absolute;
129 top : 28px;
130 right : 20px;
131 display : none;
132 }
133
134 .__tagembed__inputLoader img {
135 height: 20px;
136 }
137
138 .__tagembed__popupwrap .__tagembed__formwbody .__tagembed__formwrow {
139 position: relative;
140 }
141
142 .__tagembed__extratag {
143 margin-top: 15px;
144 }
145
146 .__tagembed__extratag>ul {
147 margin-top: -15px;
148 }
149
150 .__tagembed__extratag label>select,
151 .__tagembed__extratag label>input {
152 margin-top: 5px;
153 }