summaryrefslogtreecommitdiffstats
path: root/css/addnew.css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:30:31 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:30:55 +0100
commit5492e60510379add1523454f322def81167be8be (patch)
tree8fff208ff6492758cff1b17aae7ec02c797cd322 /css/addnew.css
parente10d99e13da782e4c4bed03974bb10959ed333b4 (diff)
new style and style cleanup for the news app
Diffstat (limited to 'css/addnew.css')
-rw-r--r--css/addnew.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/css/addnew.css b/css/addnew.css
new file mode 100644
index 000000000..edcad6ec6
--- /dev/null
+++ b/css/addnew.css
@@ -0,0 +1,25 @@
+.add-new {
+ overflow: hidden;
+}
+
+.add-new > a {
+ 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;
+}
+
+.add-new-popup.open {
+ height: 170px;
+}
+
+.add-new-popup .personalblock:first-child legend {
+ padding-top: 15px;
+} \ No newline at end of file