Browse
For agents
About
Team Section Block – Showcase Team Members with Layout Options
/
trunk
Team Section Block – Showcase Team Members with Layout Options
vtrunk
Switch version
2.0.4
2.0.3
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
2.0.0
2.0.1
2.0.2
Overview
Code
team-section
/
build
/
admin-post.css
admin-post.css
in Team Section Block – Showcase Team Members with Layout Options trunk, at build/admin-post.css
2 lines
678 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
bPlAdminShortcode
{
display
:
inline-block
;
margin
:
0
auto
;
position
:
relative
}
.
bPlAdminShortcode
input
{
background-color
:
#
146ef5
;
border
:
none
;
border-radius
:
3
px
;
color
:
#
fff
;
cursor
:
pointer
;
outline
:
none
;
padding
:
4
px
10
px
;
text-align
:
center
}
.
bPlAdminShortcode
.
tooltip
{
background-color
:
#
555
;
border-radius
:
6
px
;
bottom
:
150
%
;
color
:
#
fff
;
left
:
50
%
;
margin-left
:
-75
px
;
opacity
:
0
;
padding
:
5
px
;
position
:
absolute
;
text-align
:
center
;
transition
:
opacity
.3
s
;
visibility
:
hidden
;
width
:
140
px
;
z-index
:
1
}
.
bPlAdminShortcode
.
tooltip
:
after
{
border
:
5
px
solid
transparent
;
border-top-color
:
#
555
;
content
:
"
"
;
left
:
50
%
;
margin-left
:
-5
px
;
position
:
absolute
;
top
:
100
%
}
.
bPlAdminShortcode
:
hover
.
tooltip
{
opacity
:
1
;
visibility
:
visible
}
2