Skip to content

Commit

Permalink
Fix dialog example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Oct 14, 2017
1 parent f94275e commit 8378d56
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
.dialog > :not(.box) {
display: none;
}
.dialog .cmd {
.dialog .box > .input .cmd {
float: none;
margin-bottom: -4px;
--color: #000;
--background: #aaa;
padding: 0;
Expand Down Expand Up @@ -65,10 +67,6 @@
.dialog .box > .buttons-line .right {
float: left;
}
.dialog .box > .input .cmd {
float: none;
margin-top: -4px;
}
.dialog .box .title {
position: absolute;
top: 0;
Expand Down

0 comments on commit 8378d56

Please sign in to comment.