summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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