aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/all.css
blob: d4b4805a1fb40d9fa5fa0c4e06da167d07446af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
body { font-size: 62.5%; margin: 0; padding: 20px; background: #191919; }
ul.plugins {
	margin: 0;
	padding: 0;
}
ul.plugins li.plugin {
	margin: 0 12px 12px 0;
	list-style-type: none;
	width: 220px;
	height: 220px;
	float: left;
	color: white;
	border: 1px solid gray; 
	text-align: center;
	font-weight: bold;
}
li.plugin {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

#draggable, #resizable, #selectable, #sortable {
	margin: 10px;
	width: 190px; height: 180px;
	text-align: center;
	background: #FF9C08; color: white; font-weight: bold;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
#accordion {
	background: none;
	text-align: left;
}
#accordion, #datepicker, #dialog, #progressbar, #slider {
	margin: 10px;
}
#datepicker {
	margin-left: -40px;
}
#tabs {
	margin: 0 10px;
}
#selectable div {
	width: 45px; height: 45px; float: left; margin: 6px 8px;
	border: 1px solid white;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#selectable .ui-selecting {
	background: gray;
}
#selectable .ui-selected {
	background: black;
}
#sortable div {
	width: 45px; height: 45px; float: left; margin: 6px 8px;
	border: 1px solid white;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#sortable .ui-sortable-helper {
	background: black;
}
#tabs {
	text-align: left;
}

.draggable {
	margin: 10px;
	width: 32px;
	height: 30px;
	float: left;
	background: #FF9C08;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#droppable {
	margin: 10px;
	width: 190px;
	height: 130px;
	float: left;
	border: 1px solid #FF9C08;
	overflow: hidden;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#droppable .draggable {
	margin: 7px;
}