diff --git a/epicyon-profile.css b/epicyon-profile.css index 101f6af8..06c91370 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -671,6 +671,19 @@ input[type=checkbox] } .dropbtn { - border: none; - cursor: pointer; + margin: 10px auto; + padding: 0px 14px; + position: relative; + display: inline-block; + border: none; + cursor: pointer; +} + +.dropbtn img { + opacity: 1.0; + width: 32px; + height: 32px; + padding: 0px 16px; + -ms-transform: translateY(-10%); + transform: translateY(-10%); }