PHRAS-3189 fix assets display

#time 3h
This commit is contained in:
aina esokia
2020-10-14 15:41:37 +03:00
parent 14fd1715a2
commit 5dd01309d9
7 changed files with 47 additions and 16 deletions

View File

@@ -7938,13 +7938,21 @@ dans l'onglet thesaurus : arbres, menus contextuels
cursor: pointer;
}
#idFrameC .expose_drag_drop {
#idFrameC .expose_item_bottom {
max-height: 500px;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
}
#idFrameC .expose_item_bottom .expose_drag_drop {
min-height: 120px;
padding: 10px;
display: inline-block;
width: 100%;
}
#idFrameC .load_more_asset {
#idFrameC .expose_item_bottom .load_more_asset {
text-align: center;
}

File diff suppressed because one or more lines are too long

View File

@@ -7953,13 +7953,21 @@ dans l'onglet thesaurus : arbres, menus contextuels
cursor: pointer;
}
#idFrameC .expose_drag_drop {
#idFrameC .expose_item_bottom {
max-height: 500px;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
}
#idFrameC .expose_item_bottom .expose_drag_drop {
min-height: 120px;
padding: 10px;
display: inline-block;
width: 100%;
}
#idFrameC .load_more_asset {
#idFrameC .expose_item_bottom .load_more_asset {
text-align: center;
}

File diff suppressed because one or more lines are too long

View File

@@ -7955,13 +7955,21 @@ dans l'onglet thesaurus : arbres, menus contextuels
cursor: pointer;
}
#idFrameC .expose_drag_drop {
#idFrameC .expose_item_bottom {
max-height: 500px;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
}
#idFrameC .expose_item_bottom .expose_drag_drop {
min-height: 120px;
padding: 10px;
display: inline-block;
width: 100%;
}
#idFrameC .load_more_asset {
#idFrameC .expose_item_bottom .load_more_asset {
text-align: center;
}

File diff suppressed because one or more lines are too long

View File

@@ -62,12 +62,19 @@
font-size: 20px;
cursor: pointer;
}
.expose_item_bottom {
max-height: 500px;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
.expose_drag_drop {
min-height: 120px;
padding: 10px;
display: inline-block;
width: 100%;
}
.load_more_asset {
text-align: center;
}
}
}