mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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 {
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue