Browse
For agents
About
Tagembed: Social Media Feeds and Customer Reviews Widget
/
5.4
Tagembed: Social Media Feeds and Customer Reviews Widget
v5.4
Switch version
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
Overview
Code
tagembed-widget
/
assets
/
css
/
confirm_dialog.css
confirm_dialog.css
in Tagembed: Social Media Feeds and Customer Reviews Widget 5.4, at assets/css/confirm_dialog.css
1 lines
2.5 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
__tagembed__popupwrap
{
z-index
:
99999
;
position
:
fixed
;
left
:
0
;
right
:
0
;
top
:
50
%
;
-webkit-transform
:
translateY
(
-50
%
)
;
-ms-transform
:
translateY
(
-50
%
)
;
transform
:
translateY
(
-50
%
)
;
margin
:
0
auto
;
max-width
:
320
px
;
background
:
#
fff
;
border
:
1
px
solid
#
c3c4c7
;
padding
:
0
;
min-width
:
255
px
;
text-align
:
center
;
box-shadow
:
0
1
px
1
px
rgb
(
0
0
0
/
4
%
)
;
}
.
__tagembed__iconarea
{
background
:
#
3973ab
;
width
:
50
px
;
height
:
50
px
;
margin
:
15
px
auto
0
;
border-radius
:
50
%
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
}
.
__tagembed__iconarea
.
fa
{
font-size
:
24
px
;
color
:
#
fff
;
}
.
__tagembed__btnwrap
button
{
text-decoration
:
none
;
border
:
1
px
solid
gainsboro
;
;
text-decoration
:
none
;
text-shadow
:
none
;
padding
:
0
10
px
;
line-height
:
2.15384615
;
min-height
:
32
px
;
display
:
inline-block
;
min-width
:
62
px
;
}
.
__tagembed__btnwrap
button
:
hover
{
opacity
:
0.85
;
cursor
:
pointer
;
}
.
__tagembed__okaybtn
{
background
:
#
2271b1
;
color
:
#
fff
;
margin-right
:
10
px
;
}
.
__tagembed__title
h2
{
font-size
:
21
px
;
font-weight
:
400
;
border-bottom
:
1
px
solid
#
f1f1f1
;
padding
:
0
15
px
15
px
;
}
.
__tagembed__desc
{
padding-left
:
15
px
;
padding-right
:
15
px
;
}
.
__tagembed__btnwrap
{
padding-top
:
15
px
;
padding-bottom
:
15
px
;
margin-top
:
15
px
;
border-top
:
1
px
solid
#
c3c4c7
;
}
.
__tagembed__horizontaborder
{
padding-bottom
:
15
px
;
margin-bottom
:
15
px
;
border
:
0
;
margin-top
:
0
;
border-bottom
:
1
px
solid
#
c3c4c7
;
}
.
__tagembed__extratag
>
ul
{
width
:
calc
(
100
%
-
24
px
)
;
background-color
:
#
fff
;
z-index
:
1000
;
border-radius
:
0
0
2
px
2
px
;
border
:
1
px
solid
#
d9d9d9
;
font-family
:
Arial
,
sans-serif
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow
:
hidden
;
padding
:
0
px
;
position
:
absolute
;
margin-top
:
-2
px
;
margin-left
:
1
px
;
}
.
__tagembed__extratag
>
ul
>
li
{
cursor
:
default
;
padding
:
0
4
px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
white-space
:
nowrap
;
line-height
:
30
px
;
text-align
:
left
;
border-top
:
1
px
solid
#
e6e6e6
;
font-size
:
11
px
;
color
:
#
999
;
position
:
relative
;
padding-left
:
11
px
;
cursor
:
pointer
;
}
.
__tagembed__extratag
>
ul
>
li
>
img
{
vertical-align
:
middle
;
margin-right
:
7
px
;
max-height
:
20
px
;
border-radius
:
50
%
;
}
.
__tagembed__inputLoader
{
position
:
absolute
;
top
:
28
px
;
right
:
20
px
;
display
:
none
;
}
.
__tagembed__inputLoader
img
{
height
:
20
px
;
}
.
__tagembed__popupwrap
.
__tagembed__formwbody
.
__tagembed__formwrow
{
position
:
relative
;
}
.
__tagembed__extratag
{
margin-top
:
15
px
;
}
.
__tagembed__extratag
>
ul
{
margin-top
:
-15
px
;
}
.
__tagembed__extratag
label
>
select
,
.
__tagembed__extratag
label
>
input
{
margin-top
:
5
px
;
}