summaryrefslogtreecommitdiffstats
path: root/css/addnew.css
blob: edcad6ec6c48c6ccaf4d72b03925e2e6c294ced2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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;
}