Generalize datatables style fixes
This commit is contained in:
parent
c587dcf4e4
commit
e5deae89a4
2 changed files with 11 additions and 6 deletions
|
@ -21,10 +21,10 @@
|
|||
background-color: #242424;
|
||||
}
|
||||
@media screen and (max-width: 1700px) {
|
||||
#library_display_info {
|
||||
.dataTables_info {
|
||||
display: none;
|
||||
}
|
||||
#library_display_length {
|
||||
.dataTables_length {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
@ -42,8 +42,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1260px) {
|
||||
#library_display_length > label {
|
||||
@media screen and (max-width: 1265px) {
|
||||
.dataTables_length > label {
|
||||
/* Hacky, but datatables dumps the select inside the label for some reason... */
|
||||
font-size: 0 !important;
|
||||
}
|
||||
|
|
|
@ -3935,6 +3935,11 @@ li .ui-state-hover {
|
|||
max-width: 300px;
|
||||
}
|
||||
|
||||
.podcast-metadata input {
|
||||
width: 100%;
|
||||
.podcast-metadata label {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.podcast-metadata input[type="text"] {
|
||||
width: 60%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue