mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +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;
|
||||
}
|
||||
|
||||
#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 {
|
||||
top: 30px;
|
||||
overflow: hidden;
|
||||
overflow: scroll;
|
||||
}
|
||||
.display_id {
|
||||
top: 5px;
|
||||
@@ -284,12 +284,13 @@ img {
|
||||
}
|
||||
|
||||
#right_column .right_column_wrapper {
|
||||
top: 30px;
|
||||
//top: 30px;
|
||||
bottom: 45px;
|
||||
}
|
||||
|
||||
#right_column .right_column_wrapper.caption {
|
||||
bottom: 85px;
|
||||
bottom: 0px;
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
#record_infos {
|
||||
|
Reference in New Issue
Block a user