From d4b057efd7f5d1dc92c95606ac9c6f75a2d88239 Mon Sep 17 00:00:00 2001 From: ryderr Date: Mon, 24 Nov 2014 10:40:36 -0500 Subject: fix thumbs in safari --- public/assets/stylesheets/app.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'public/assets/stylesheets/app.css') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 8832e10..707d43c 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -13,11 +13,9 @@ input:-webkit-autofill { } .mobile input { -webkit-appearance: none; + border-radius:0; } -input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { - background:white!important; -} *, *:before, *:after { moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } @@ -432,10 +430,11 @@ iframe.embed { .projectList .projectItem { margin: 4%; + width: 22vw; display: inline-block; } .projectList .room { - width: 22vw; + width: 100%; height: 16vw; margin: 1vw 1vw 10px 1vw; display: table; @@ -2501,7 +2500,7 @@ form li textarea { -moz-transition:0.2s background; transition:0.2s background; position: relative; - z-index: 5; + z-index: 10; } @@ -2717,7 +2716,7 @@ a[data-role="forgot-password"] { .share a:nth-child(3), .share a:nth-child(4) { margin-left:4px; } -.share a:hover{ +.desktop .share a:hover{ text-decoration:underline; } .vvbox.share { @@ -3089,6 +3088,9 @@ a[data-role="forgot-password"] { .reader .topLinks a { display:none; } + .reader iframe { + display:none; + } } @media screen and (orientation:portrait) { @@ -3112,7 +3114,6 @@ a[data-role="forgot-password"] { border-top: 1px solid; border-bottom: 1px solid; padding: 20px 0; - background-color:rgba(255,255,255,0.7); } } -- cgit v1.2.3-70-g09d2 From 278a124a50d70571945cd7f868d62f9087cd3883 Mon Sep 17 00:00:00 2001 From: ryderr Date: Mon, 24 Nov 2014 11:22:05 -0500 Subject: more safari fixes --- public/assets/stylesheets/app.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'public/assets/stylesheets/app.css') 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; } -- cgit v1.2.3-70-g09d2 From bc106e54c39ee5438b48fbde0320a051c9e93629 Mon Sep 17 00:00:00 2001 From: ryderr Date: Mon, 24 Nov 2014 11:25:08 -0500 Subject: more safari fixes --- public/assets/stylesheets/app.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'public/assets/stylesheets/app.css') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 65df135..467c83b 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -16,6 +16,8 @@ input:-webkit-autofill { border-radius:0; } + + *, *:before, *:after { moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } @@ -42,6 +44,11 @@ body.editing *{ -moz-user-select: none; user-select: none; } + +body.editing input { + -webkit-user-select: auto; +} + body.noOverflow{ overflow:hidden; } -- cgit v1.2.3-70-g09d2 From 377fa673972f32e558faabe74903a237ee1b5c65 Mon Sep 17 00:00:00 2001 From: ryderr Date: Mon, 24 Nov 2014 11:31:15 -0500 Subject: one other thing --- public/assets/stylesheets/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/assets/stylesheets/app.css') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 467c83b..218f38b 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -918,7 +918,7 @@ border-left: 1px solid black; display: block; float: left; margin: 1vw 0; - width:25%; + width:20%; padding: 2vw; cursor: pointer; } -- cgit v1.2.3-70-g09d2