Browse
For agents
About
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder
/
1.3
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder
v1.3
Switch version
3.6.0
3.5.0
trunk
1.0.10
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.6.1
1.0.7
1.0.8
1.0.9
1.1
1.1.1
1.2
1.3
1.4
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.5
1.5.1
All 110 releases
Overview
Code
buttonizer-multifunctional-button
/
freemius
/
assets
/
scss
/
admin
/
_auto-install.scss
_auto-install.scss
in Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder 1.3, at freemius/assets/scss/admin/_auto-install.scss
33 lines
685 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
fs-modal-auto-install
2
{
3
$max-width
:
300
px
;
4
5
#
request-filesystem-credentials-form
6
{
7
h2
,
8
.
request-filesystem-credentials-action-buttons
9
{
10
display
:
none
;
11
}
12
13
input
[
type=password
]
=
password
]
,
14
input
[
type=email
]
=
email
]
,
15
input
[
type=text
]
=
text
]
16
{
17
-webkit-appearance
:
none
;
18
padding
:
10
px
10
px
5
px
10
px
;
19
width
:
$max-width
;
20
max-width
:
100
%
;
21
}
22
23
>
div
,
24
label
,
25
fieldset
26
{
27
width
:
$max-width
;
28
max-width
:
100
%
;
29
margin
:
0
auto
;
30
display
:
block
;
31
}
32
}
33
}