blob: 40542532877e0924a83060a6ee80178589b879b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
body {
font-family: Arial, Helvetica, sans-serif;
}
table {
font-size: 1em;
}
.demo-description {
clear: both;
padding: 12px;
}
.ui-draggable, .ui-droppable {
background-position: top;
}
|