Fix 1px off dropdown menus

This commit is contained in:
JonnyWong16 2020-09-28 18:23:07 -07:00
commit d9ece291b7
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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,