From d9ece291b7e277299161f7d0d977850d190b2599 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 28 Sep 2020 18:23:07 -0700 Subject: [PATCH] Fix 1px off dropdown menus --- data/interfaces/default/css/tautulli.css | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/data/interfaces/default/css/tautulli.css b/data/interfaces/default/css/tautulli.css index 96182c4c..2c9163fa 100644 --- a/data/interfaces/default/css/tautulli.css +++ b/data/interfaces/default/css/tautulli.css @@ -475,6 +475,10 @@ fieldset[disabled] .btn-bright.active { } .btn-group select { margin-top: 0; + height: 34px; +} +.btn-group label { + margin-bottom: 0; } .input-group-addon-form { display: inline-block; @@ -488,9 +492,6 @@ fieldset[disabled] .btn-bright.active { width: 100%; margin-top: 5px; } -#user-selection label { - margin-bottom: 0; -} .alert-edit { display: none; float: left; @@ -2361,9 +2362,6 @@ a .library-user-instance-box:hover { -moz-box-shadow: inset 0 0 0 2px #e9a049; box-shadow: inset 0 0 0 2px #e9a049; } -#watched-stats-days-selection label { - margin-bottom: 0; -} .home-padded-header { margin: 25px 0; height: 34px; @@ -3454,10 +3452,6 @@ pre::-webkit-scrollbar-thumb { .activity-queue tr:nth-child(even) td { background-color: rgba(255,255,255,0.010); } -#days-selection label, -#months-selection label { - margin-bottom: 0; -} .card-sortable { height: 36px; padding: 0 20px 0 0; @@ -3720,10 +3714,6 @@ a:hover .overlay-refresh-image:hover { padding-top: 10px; padding-bottom: 10px; } -#plexpy-log-levels label, -#plex-log-levels label { - margin-bottom: 0; -} #plexpy-notifiers-table .friendly_name, #notifier-config-modal span.notifier_id, #plexpy-newsletters-table .friendly_name,