mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
PHRAS-3189 fix assets display
#time 3h
This commit is contained in:
@@ -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
@@ -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
@@ -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
@@ -62,12 +62,19 @@
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.expose_drag_drop {
|
||||
min-height: 120px;
|
||||
padding: 10px;
|
||||
display: inline-block;
|
||||
}
|
||||
.load_more_asset {
|
||||
text-align: center;
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user