first stab at Dygraph.resize()
[dygraphs.git] / mochikit_v14 / examples / draggable / draggable.css
CommitLineData
6a1aa64f
DV
1h1 {
2 font-size: 2em;
3 color: #4B4545;
4 text-align: center;
5}
6
7.draggable
8{
9 color: white;
10 cursor: move;
11 font-size: 25px;
12 height: 100px;
13 line-height: 100px;
14 position: absolute;
15 text-align: center;
16 top: 200px;
17 width: 100px;
18}
19
20.blue { background: blue; }
21.green { background: green; }
22.red { background: red; }
23.white
24{
25 background: white;
26 border: 1px solid black;
27 color: black;
28}