mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fixed metadata editor
This commit is contained in:
parent
ecfeb32bf5
commit
25eb8da0b6
@ -26,7 +26,7 @@
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
/* Shift content to the right */
|
||||
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage) {
|
||||
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage, #editItemMetadataPage) {
|
||||
margin-left: 250px !important;
|
||||
}
|
||||
/* Hide transition on page load */
|
||||
@ -222,6 +222,35 @@
|
||||
|
||||
|
||||
|
||||
/* Metadata editor fixes */
|
||||
.editPageSidebar {
|
||||
margin-left: 250px !important;
|
||||
width: 20% !important;
|
||||
}
|
||||
.layout-desktop #editItemMetadataPage {
|
||||
margin-left: 215px !important;
|
||||
}
|
||||
.jstree-default-large .jstree-node {
|
||||
line-height: 35px !important;
|
||||
}
|
||||
.jstree-default .jstree-wholerow-clicked {
|
||||
background: rgba(33, 149, 243, 0.2) !important;
|
||||
}
|
||||
.jstree-wholerow-hovered {
|
||||
background: rgba(35, 35, 35, 0.5) !important;
|
||||
}
|
||||
.jstree-children {
|
||||
margin-left: -10px !important;
|
||||
}
|
||||
#editItemMetadataPage .btnHeaderSave {
|
||||
background: #00A4DC !important;
|
||||
border-radius: 100px !important;
|
||||
height: 40px !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Remove show/movie image on details page */
|
||||
.layout-desktop .detailImageContainer {
|
||||
display: none !important;
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
/* Shift content to the right */
|
||||
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage) {
|
||||
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage, #editItemMetadataPage) {
|
||||
margin-left: 250px !important;
|
||||
}
|
||||
/* Hide transition on page load */
|
||||
@ -232,6 +232,35 @@ html {
|
||||
|
||||
|
||||
|
||||
/* Metadata editor fixes */
|
||||
.editPageSidebar {
|
||||
margin-left: 250px !important;
|
||||
width: 20% !important;
|
||||
}
|
||||
.layout-desktop #editItemMetadataPage {
|
||||
margin-left: 215px !important;
|
||||
}
|
||||
.jstree-default-large .jstree-node {
|
||||
line-height: 35px !important;
|
||||
}
|
||||
.jstree-default .jstree-wholerow-clicked {
|
||||
background: rgba(33, 149, 243, 0.2) !important;
|
||||
}
|
||||
.jstree-wholerow-hovered {
|
||||
background: rgba(35, 35, 35, 0.5) !important;
|
||||
}
|
||||
.jstree-children {
|
||||
margin-left: -10px !important;
|
||||
}
|
||||
#editItemMetadataPage .btnHeaderSave {
|
||||
background: #00A4DC !important;
|
||||
border-radius: 100px !important;
|
||||
height: 40px !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Remove show/movie image on details page */
|
||||
.layout-desktop .detailImageContainer {
|
||||
display: none !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user