fix index layout on lightbox

This commit is contained in:
Mike Ng
2018-02-28 12:37:14 +04:00
parent 333073dc9a
commit 3ca5e72d9f
4 changed files with 1407 additions and 1511 deletions

2153
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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;
}
}

View File

@@ -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 {

743
yarn.lock

File diff suppressed because it is too large Load Diff