mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
fix index layout on lightbox
This commit is contained in:
2153
package-lock.json
generated
2153
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -22,5 +22,20 @@ $mainMenuLinkBackgroundHoverColor: transparent;
|
|||||||
margin-top: $mainMenuHeight;
|
margin-top: $mainMenuHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#record_infos .lightbox_container {
|
||||||
|
top: 0px;
|
||||||
|
dt {
|
||||||
|
font-weight: bold;
|
||||||
|
display: block;
|
||||||
|
margin-left: 0px;
|
||||||
|
width: initial;
|
||||||
|
float: none;
|
||||||
|
text-align: initial;
|
||||||
|
}
|
||||||
|
dd {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -96,7 +96,7 @@ img {
|
|||||||
}
|
}
|
||||||
.lightbox_container {
|
.lightbox_container {
|
||||||
top: 30px;
|
top: 30px;
|
||||||
overflow: hidden;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
.display_id {
|
.display_id {
|
||||||
top: 5px;
|
top: 5px;
|
||||||
@@ -284,12 +284,13 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#right_column .right_column_wrapper {
|
#right_column .right_column_wrapper {
|
||||||
top: 30px;
|
//top: 30px;
|
||||||
bottom: 45px;
|
bottom: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#right_column .right_column_wrapper.caption {
|
#right_column .right_column_wrapper.caption {
|
||||||
bottom: 85px;
|
bottom: 0px;
|
||||||
|
top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#record_infos {
|
#record_infos {
|
||||||
|
Reference in New Issue
Block a user