mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Fix 1px off dropdown menus
This commit is contained in:
parent
221d6e136a
commit
d9ece291b7
1 changed files with 4 additions and 14 deletions
|
@ -475,6 +475,10 @@ fieldset[disabled] .btn-bright.active {
|
||||||
}
|
}
|
||||||
.btn-group select {
|
.btn-group select {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
height: 34px;
|
||||||
|
}
|
||||||
|
.btn-group label {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.input-group-addon-form {
|
.input-group-addon-form {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -488,9 +492,6 @@ fieldset[disabled] .btn-bright.active {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
#user-selection label {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
.alert-edit {
|
.alert-edit {
|
||||||
display: none;
|
display: none;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -2361,9 +2362,6 @@ a .library-user-instance-box:hover {
|
||||||
-moz-box-shadow: inset 0 0 0 2px #e9a049;
|
-moz-box-shadow: inset 0 0 0 2px #e9a049;
|
||||||
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 {
|
.home-padded-header {
|
||||||
margin: 25px 0;
|
margin: 25px 0;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
|
@ -3454,10 +3452,6 @@ pre::-webkit-scrollbar-thumb {
|
||||||
.activity-queue tr:nth-child(even) td {
|
.activity-queue tr:nth-child(even) td {
|
||||||
background-color: rgba(255,255,255,0.010);
|
background-color: rgba(255,255,255,0.010);
|
||||||
}
|
}
|
||||||
#days-selection label,
|
|
||||||
#months-selection label {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
.card-sortable {
|
.card-sortable {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
padding: 0 20px 0 0;
|
padding: 0 20px 0 0;
|
||||||
|
@ -3720,10 +3714,6 @@ a:hover .overlay-refresh-image:hover {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
#plexpy-log-levels label,
|
|
||||||
#plex-log-levels label {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
#plexpy-notifiers-table .friendly_name,
|
#plexpy-notifiers-table .friendly_name,
|
||||||
#notifier-config-modal span.notifier_id,
|
#notifier-config-modal span.notifier_id,
|
||||||
#plexpy-newsletters-table .friendly_name,
|
#plexpy-newsletters-table .friendly_name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue