Skip to content

Commit

Permalink
Merge pull request #14 from dew326/ezp-25958-overlay-after-discarding…
Browse files Browse the repository at this point in the history
…-create-content

EZP-25958: Weird overlay after discarding UDW Create action
  • Loading branch information
lserwatka authored Jun 29, 2016
2 parents 30e01a4 + af3905f commit c049ffa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
11 changes: 5 additions & 6 deletions bundle/Resources/public/css/views/content-creation.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*/

.ez-view-contentcreationview {
width: 25rem;
height: 42rem;
padding: 2rem;
width: 23rem;
height: 100%;
padding: 1rem;
box-sizing: border-box;
}

Expand All @@ -21,14 +21,13 @@

.ez-view-contentcreationview .cof-content-creation__content {
display: flex;
height: 34rem;
overflow: hidden;
}

.ez-view-contentcreationview .cof-content-creation__page-one,
.ez-view-contentcreationview .cof-content-creation__page-two {
flex: 1 0 100%;
padding: 2rem;
padding: 0 2rem;
box-sizing: border-box;
}

Expand All @@ -49,7 +48,7 @@

.ez-view-contentcreationview .cof-content-creation__content-type-selector {
padding: .5rem;
min-height: 15rem;
min-height: 24.625rem;
position: relative;
}

Expand Down
7 changes: 6 additions & 1 deletion bundle/Resources/public/css/views/create-content-popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
}

.ez-view-createcontentpopupview .ez-view-contentcreationview {
height: 40rem;
height: 39rem;
}

.ez-view-createcontentpopupview .cof-content-creation__page-one,
.ez-view-createcontentpopupview .cof-content-creation__page-two {
padding: 2rem;
}

.ez-view-createcontentpopupview .cof-create-popup {
Expand Down
2 changes: 1 addition & 1 deletion bundle/Resources/public/css/views/discovery-create.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

.ez-view-universaldiscoverycreateview .ez-view-contentcreationview {
margin: 1.7rem 0 0 .7rem;
margin: .7rem 0 0 0;
}

@media (max-width: 1400px) {
Expand Down

0 comments on commit c049ffa

Please sign in to comment.