summaryrefslogtreecommitdiffstats
path: root/css/addnew.css
blob: 9904b8693dbbdfe4b1c4018198ba242e705c3378 (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: 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;
}

.add-new-popup .personalblock:first-child legend {
	padding-top: 15px;
}