Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
odrick committed Feb 15, 2019
1 parent f0c371e commit 4982e63
Show file tree
Hide file tree
Showing 2 changed files with 35,585 additions and 50 deletions.
13 changes: 7 additions & 6 deletions dist/web/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ html, body {

.main-wrapper {
height: 100%;
min-width: 1220px;
min-width: 1300px;
min-height: 440px;
}

Expand Down Expand Up @@ -122,7 +122,7 @@ html, body {

.images-list {
display: block;
width: 300px;
width: 380px;
height: 100%;
float: left;
text-align: left;
Expand All @@ -135,7 +135,7 @@ html, body {
.results-view {
display: block;
height: 100%;
min-width: 600px;
min-width: 640px;
}

.props-list {
Expand Down Expand Up @@ -170,8 +170,7 @@ html, body {
}

.images-tree {
position: absolute;
width: 280px;
position: absolute;
left: 0;
top: 47px;
bottom: 0;
Expand Down Expand Up @@ -383,7 +382,7 @@ html, body {
width: -o-calc(100% - 640px);
width: calc(100% - 640px);
margin: auto;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
box-shadow: 1px 0px 0px 0px rgba(0,0,0,.2);
}

.results-view-container {
Expand All @@ -397,11 +396,13 @@ html, body {
.results-view-footer {
display: block;
height: 50px;
margin-left: 80px;
box-sizing: border-box;
padding: 8px;
vertical-align: bottom;
text-align: center;
font-weight: bold;
box-shadow: 0px 1px 0px 0px rgba(0,0,0,.2);
}

.results-view-footer hr {
Expand Down
Loading

0 comments on commit 4982e63

Please sign in to comment.