summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-11 18:09:49 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-11 18:09:49 +0100
commit55e05a5c95c00f6e6519cf34567fb033fc146563 (patch)
treea0af045c78110356bbfc0a81c4aee49aa28ef587 /css
parentfa941280aa5bf5b01e84ba2eb603c8812fb1d85d (diff)
fixed slideup in chrome for add new
Diffstat (limited to 'css')
-rw-r--r--css/addnew.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/css/addnew.css b/css/addnew.css
index edcad6ec6..9904b8693 100644
--- a/css/addnew.css
+++ b/css/addnew.css
@@ -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;
} \ No newline at end of file