summaryrefslogtreecommitdiffstats
path: root/css/addnew.css
blob: 0630b07045f7d01e6e9f0adaeccdce03e2273514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.add-new > a {
	background-image: url('%appswebroot%/news/img/add.svg');
}

.add-new-popup {
        display: none;
	padding: 0 15px;
}

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

.add-new input[type=text] {
	width: 100px;
}