From 82acebb3c4e387e176bec0649fb7dbd1adc9e553 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 27 Jun 2012 23:26:04 +0200 Subject: [PATCH] 3d transform bugs out safari. fix #452 --- couchpotato/core/plugins/movie/static/movie.css | 9 --------- couchpotato/static/style/main.css | 3 --- couchpotato/static/style/page/settings.css | 2 -- 3 files changed, 14 deletions(-) diff --git a/couchpotato/core/plugins/movie/static/movie.css b/couchpotato/core/plugins/movie/static/movie.css index 8f584609..1f554e0b 100644 --- a/couchpotato/core/plugins/movie/static/movie.css +++ b/couchpotato/core/plugins/movie/static/movie.css @@ -13,7 +13,6 @@ overflow: hidden; width: 100%; transition: all 0.2s linear; - transform: translateZ(0); } .movies .movie.list_view, .movies .movie.mass_edit_view { margin: 1px 0; @@ -38,7 +37,6 @@ float: right; border-radius: 0; transition: all 0.2s linear; - transform: translateZ(0); } .movies .list_view .data, .movies .mass_edit_view .data { height: 30px; @@ -67,7 +65,6 @@ height: 180px; border-radius: 4px 0 0 4px; transition: all 0.2s linear; - transform: translateZ(0); } .movies .list_view .poster, .movies .mass_edit_view .poster { @@ -90,7 +87,6 @@ float: left; width: 90%; transition: all 0.2s linear; - transform: translateZ(0); } .movies .list_view .info .title, .movies .mass_edit_view .info .title { font-size: 16px; @@ -107,7 +103,6 @@ width: 10%; text-align: right; transition: all 0.2s linear; - transform: translateZ(0); } .movies .list_view .info .year, .movies .mass_edit_view .info .year { font-size: 16px; @@ -324,7 +319,6 @@ background: #000; text-align: center; transition: all .6s cubic-bezier(0.9,0,0.1,1); - transform: translateZ(0); overflow: hidden; } .movies .movie .trailer_container.hide { @@ -342,7 +336,6 @@ background: #4e5969; border-radius: 0 0 2px 2px; transition: all .6s cubic-bezier(0.9,0,0.1,1) .2s; - transform: translateZ(0); } .movies .movie .hide_trailer.hide { top: -30px; @@ -360,7 +353,6 @@ .movies .alph_nav { transition: box-shadow .4s linear; - transform: translateZ(0); position: fixed; z-index: 2; top: 0; @@ -402,7 +394,6 @@ color: rgba(255,255,255,0.2); border: 1px solid transparent; transition: all 0.1s ease-in-out; - transform: translateZ(0); text-shadow: none; } .movies .alph_nav .numbers li:first-child { diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index c2a525a1..c71f65ed 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -167,7 +167,6 @@ body > .spinner, .mask{ z-index: 5; box-shadow: 0 20px 30px -30px rgba(0,0,0,0.05); transition: box-shadow .4s cubic-bezier(0.9,0,0.1,1); - transform: translateZ(0); } .header.with_shadow { box-shadow: 0 20px 30px -30px rgba(0,0,0,0.3); @@ -217,7 +216,6 @@ body > .spinner, .mask{ outline: none; box-shadow: inset 0 1px 8px rgba(0,0,0,0.05), 0 1px 0px rgba(255,255,255,0.15); transition: all .4s cubic-bezier(0.9,0,0.1,1); - transform: translateZ(0); } .header .navigation li:hover a:after { background-color: #047792; } @@ -525,7 +523,6 @@ body > .spinner, .mask{ width: 25px; border: 1px solid rgba(0,0,0,0.3); transition: all 0.3s ease-in-out; - transform: translateZ(0); } .more_menu.show > a:not(:active), .more_menu > a:hover:not(:active) { background-color: #406db8; diff --git a/couchpotato/static/style/page/settings.css b/couchpotato/static/style/page/settings.css index d4aa9288..e814ddfd 100644 --- a/couchpotato/static/style/page/settings.css +++ b/couchpotato/static/style/page/settings.css @@ -35,7 +35,6 @@ padding: 11px 15px; font-weight: normal; transition: all 0.1s ease-in-out; - transform: translateZ(0); color: rgba(255, 255, 255, 0.8); } .page.settings .tabs a:hover, .page.settings .tabs .active a { @@ -50,7 +49,6 @@ padding: 0; overflow: hidden; transition: all 1s ease-in-out; - transform: translateZ(0); max-height: 0; } .page.settings .tabs > .active .subtabs {