summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 11:22:18 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 11:22:40 +0100
commita75e37f56963bc55faf182811237cee8a4172fb7 (patch)
tree2c4048d9ffc6188d6886cafa4f4c4c38b089a1a8 /css
parenta1e85b1e4cc145e65575c08702f2e72f5ced1235 (diff)
slide areas with jquery and slide click directive
Diffstat (limited to 'css')
-rw-r--r--css/addnew.css15
1 files changed, 1 insertions, 14 deletions
diff --git a/css/addnew.css b/css/addnew.css
index 3374aa04e..0630b0704 100644
--- a/css/addnew.css
+++ b/css/addnew.css
@@ -1,25 +1,12 @@
-.add-new {
- overflow: hidden;
-}
-
.add-new > a {
background-image: url('%appswebroot%/news/img/add.svg');
}
.add-new-popup {
- -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;
+ display: none;
padding: 0 15px;
}
-.add-new-popup.open {
- height: 170px;
-}
-
.add-new-popup .personalblock:first-child legend {
padding-top: 15px;
}