Browse
For agents
About
Button Generator – Easily Create Custom Buttons with Icons and Analytics
/
2.3.9
Button Generator – Easily Create Custom Buttons with Icons and Analytics
v2.3.9
Switch version
trunk
1.1.1
2.0
2.1
2.2
2.3.2
2.3.3
2.3.4
2.3.5
2.3.6
2.3.7
2.3.8
2.3.9
3.0
3.0.1
3.0.2
3.0.3
3.1
3.1.1
3.1.2
3.1.3
3.2
3.2.1
3.2.2
3.2.3
All 28 releases
Overview
Code
button-generation
/
assets
/
css
/
style.min.css
style.min.css
in Button Generator – Easily Create Custom Buttons with Icons and Analytics 2.3.9, at assets/css/style.min.css
1 lines
1015 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
btg-button
{
border
:
0
;
margin
:
0
;
padding
:
0
;
width
:
auto
;
overflow
:
visible
;
background
:
transparent
;
color
:
inherit
;
font
:
inherit
;
line-height
:
normal
;
-webkit-font-smoothing
:
inherit
;
-moz-osx-font-smoothing
:
inherit
;
-webkit-appearance
:
none
}
.
btg-center
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
}
.
btg-topLeft
{
top
:
0
;
left
:
0
}
.
btg-topCenter
{
top
:
0
;
left
:
0
;
right
:
0
;
margin
:
0
auto
}
.
btg-topRight
{
top
:
0
;
right
:
0
}
.
btg-bottomLeft
{
bottom
:
0
;
left
:
0
}
.
btg-bottomCenter
{
bottom
:
0
;
left
:
0
;
right
:
0
;
margin
:
0
auto
}
.
btg-bottomRight
{
bottom
:
0
;
right
:
0
}
.
btg-right
{
top
:
0
;
right
:
0
;
bottom
:
0
;
margin
:
auto
0
}
.
btg-left
{
top
:
0
;
left
:
0
;
bottom
:
0
;
margin
:
auto
0
}
.
btg-rotate-90
{
-ms-filter
:
"
progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
"
;
-webkit-transform
:
rotate
(
90
deg
)
;
transform
:
rotate
(
90
deg
)
}
.
btg-rotate-180
{
-ms-filter
:
"
progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
"
;
-webkit-transform
:
rotate
(
180
deg
)
;
transform
:
rotate
(
180
deg
)
}
.
btg-rotate-270
{
-ms-filter
:
"
progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
"
;
-webkit-transform
:
rotate
(
270
deg
)
;
transform
:
rotate
(
270
deg
)
}