fixed slideup in chrome for add new

This commit is contained in:
Bernhard Posselt 2013-02-11 18:09:49 +01:00
Родитель fa941280aa
Коммит 55e05a5c95
1 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -1,25 +1,25 @@
.add-new {
overflow: hidden;
overflow: hidden;
}
.add-new > a {
background-image: url('%appswebroot%/news/img/add.svg');
background-image: url('%appswebroot%/news/img/add.svg');
}
.add-new-popup {
-moz-transition: padding-bottom 500ms ease 0s;
-o-transition: padding-bottom 500ms ease 0s;
-webkit-transition: padding-bottom 500ms ease 0s;
-ms-transition: padding-bottom 500ms ease 0s;
transition: height 500ms ease 0s;
height: 0;
padding: 0 15px;
-moz-transition: height 500ms ease 0s;
-o-transition: height 500ms ease 0s;
-webkit-transition: height 500ms ease 0s;
-ms-transition: height 500ms ease 0s;
transition: height 500ms ease 0s;
height: 0;
padding: 0 15px;
}
.add-new-popup.open {
height: 170px;
height: 170px;
}
.add-new-popup .personalblock:first-child legend {
padding-top: 15px;
padding-top: 15px;
}