summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-24 11:22:05 -0500
committerryderr <r@okfoc.us>2014-11-24 11:22:05 -0500
commit278a124a50d70571945cd7f868d62f9087cd3883 (patch)
tree5bd12e5912395ed02027b5c8197bbf6793e760bc
parentb506411d1b910fbf33591a394f555c241dcac62c (diff)
more safari fixes
-rwxr-xr-xpublic/assets/stylesheets/app.css6
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;
}