diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index e26df00..65df135 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -881,6 +881,7 @@ iframe.embed { overflow: auto; max-height: 100%; width: 100%; + height: 100%; padding: 20px 0 40px 0; } .templates-list { @@ -910,6 +911,7 @@ border-left: 1px solid black; display: block; float: left; margin: 1vw 0; + width:25%; padding: 2vw; cursor: pointer; } @@ -917,7 +919,7 @@ border-left: 1px solid black; background-position: center; background-size: cover; background-color: #fff; - width: 20vw; + width: 100%; height: 15vw; display: block; background-color: #ddd; @@ -2502,7 +2504,7 @@ form li textarea { -moz-transition:0.2s background; transition:0.2s background; position: relative; - z-index: 10; + z-index: 6; } |
