add subtitle management page
This commit is contained in:
parent
04e69d03e9
commit
f7e9566f8f
9 changed files with 474 additions and 0 deletions
|
@ -207,11 +207,35 @@
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.subtitleViewerContent {
|
||||
overflow: auto;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 400px) {
|
||||
|
||||
.subtitleViewerContent {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 500px) {
|
||||
|
||||
.subtitleViewerContent {
|
||||
width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
|
||||
.popupIdentify {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.subtitleViewerContent {
|
||||
width: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 700px) {
|
||||
|
@ -223,6 +247,10 @@
|
|||
.popupIdentify {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.subtitleViewerContent {
|
||||
width: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) {
|
||||
|
@ -344,6 +372,10 @@
|
|||
.popupIdentify form, .identificationSearchResults {
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
.subtitleViewerContent {
|
||||
height: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 600px) {
|
||||
|
@ -355,6 +387,10 @@
|
|||
.collectionItemSearchResults {
|
||||
max-height: 70%;
|
||||
}
|
||||
|
||||
.subtitleViewerContent {
|
||||
height: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 700px) {
|
||||
|
@ -366,6 +402,10 @@
|
|||
.collectionItemSearchResults {
|
||||
max-height: 75%;
|
||||
}
|
||||
|
||||
.subtitleViewerContent {
|
||||
height: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 800px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue