summaryrefslogtreecommitdiff
path: root/resources/jquery/jquery.messageBox.css
blob: 96332aa5885044355288604446efad666e16146f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.js-messagebox {
	margin: 1em 5%;
	padding: 0.5em 2.5%;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
	font-size: 0.8em;
}
.js-messagebox .js-messagebox-group {
	margin: 1px;
	padding: 0.5em 2.5%;
	border-bottom: 1px solid #ddd;
}
.js-messagebox .js-messagebox-group:last-child {
	border-bottom: thin none transparent;
}