3d transform bugs out safari. fix #452

This commit is contained in:
Ruud
2012-06-27 23:26:04 +02:00
parent 2618956dc0
commit 82acebb3c4
3 changed files with 0 additions and 14 deletions
@@ -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 {
-3
View File
@@ -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;
@@ -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 {