aboutsummaryrefslogtreecommitdiffstats
path: root/demos/demos.css
blob: 0b5b5ee49c4b20a7c14ef146232bcb4b04b24eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
	font-family: Arial, Helvetica, sans-serif;
}

.demo-loading {
	visibility: hidden;
}

table {
	font-size: 1em;
}

.demo-description {
	clear: both;
	padding: 12px;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}