chef-server-api 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. data/LICENSE +201 -0
  2. data/README.rdoc +92 -0
  3. data/Rakefile +59 -0
  4. data/app/controllers/application.rb +289 -0
  5. data/app/controllers/clients.rb +111 -0
  6. data/app/controllers/cookbooks.rb +213 -0
  7. data/app/controllers/data.rb +75 -0
  8. data/app/controllers/data_item.rb +108 -0
  9. data/app/controllers/exceptions.rb +40 -0
  10. data/app/controllers/main.rb +18 -0
  11. data/app/controllers/nodes.rb +102 -0
  12. data/app/controllers/roles.rb +73 -0
  13. data/app/controllers/search.rb +60 -0
  14. data/app/controllers/users.rb +77 -0
  15. data/app/helpers/application_helper.rb +163 -0
  16. data/app/helpers/exceptions_helper.rb +6 -0
  17. data/app/helpers/global_helpers.rb +25 -0
  18. data/app/helpers/nodes_helper.rb +26 -0
  19. data/app/helpers/roles_helper.rb +5 -0
  20. data/app/helpers/tarball_helper.rb +82 -0
  21. data/app/views/exceptions/bad_request.json.erb +1 -0
  22. data/app/views/exceptions/internal_server_error.html.erb +216 -0
  23. data/app/views/exceptions/not_acceptable.html.haml +5 -0
  24. data/app/views/exceptions/not_found.html.erb +47 -0
  25. data/app/views/exceptions/standard_error.html.erb +217 -0
  26. data/app/views/layout/chef_server_api.html.haml +23 -0
  27. data/app/views/main/index.html.haml +5 -0
  28. data/config/init.rb +45 -0
  29. data/config/router.rb +6 -0
  30. data/lib/chef-server-api.rb +158 -0
  31. data/lib/chef-server-api/merbtasks.rb +103 -0
  32. data/lib/chef-server-api/slicetasks.rb +20 -0
  33. data/lib/chef-server-api/spectasks.rb +53 -0
  34. data/public/images/avatar.png +0 -0
  35. data/public/images/indicator.gif +0 -0
  36. data/public/images/merb.jpg +0 -0
  37. data/public/stylesheets/base.css +336 -0
  38. data/public/stylesheets/chef.css +157 -0
  39. data/public/stylesheets/themes/bec-green/style.css +290 -0
  40. data/public/stylesheets/themes/bec/style.css +301 -0
  41. data/public/stylesheets/themes/blue/style.css +280 -0
  42. data/public/stylesheets/themes/default/style.css +267 -0
  43. data/public/stylesheets/themes/djime-cerulean/style.css +298 -0
  44. data/public/stylesheets/themes/kathleene/style.css +272 -0
  45. data/public/stylesheets/themes/orange/style.css +263 -0
  46. data/public/stylesheets/themes/reidb-greenish/style.css +301 -0
  47. data/stubs/app/controllers/application.rb +2 -0
  48. data/stubs/app/controllers/main.rb +2 -0
  49. metadata +193 -0
@@ -0,0 +1,157 @@
1
+ .ruby .normal {}
2
+ .ruby .comment { color: #005; font-style: italic; }
3
+ .ruby .keyword { color: #A00; font-weight: bold; }
4
+ .ruby .method { color: #077; }
5
+ .ruby .class { color: #074; }
6
+ .ruby .module { color: #050; }
7
+ .ruby .punct { color: #447; font-weight: bold; }
8
+ .ruby .symbol { color: #099; }
9
+ .ruby .string { color: #944; background: #FFE; }
10
+ .ruby .char { color: #F07; }
11
+ .ruby .ident { color: #004; }
12
+ .ruby .constant { color: #07F; }
13
+ .ruby .regex { color: #B66; background: #FEF; }
14
+ .ruby .number { color: #F99; }
15
+ .ruby .attribute { color: #7BB; }
16
+ .ruby .global { color: #7FB; }
17
+ .ruby .expr { color: #227; }
18
+ .ruby .escape { color: #277; }
19
+
20
+ .files {
21
+ padding-left: 20px;
22
+ }
23
+
24
+ .code {
25
+ overflow: auto;
26
+ font-size: 0.8em;
27
+ }
28
+
29
+ .search td {
30
+ /*overflow: auto;*/
31
+ font-size: 0.8em;
32
+ }
33
+
34
+ dl dt { font-weight: bold; }
35
+ .content td dl { margin: 0; padding: 0; }
36
+ .content td dt {
37
+ background: transparent url(/images/toggle-collapse.gif) 0 3px no-repeat;
38
+ clear: left; color: #333; cursor: pointer; line-height: 1em;
39
+ margin-left: -12px; padding-left: 14px;
40
+ }
41
+ .content td dd { margin: 0;
42
+ padding: 0 0 0 1em;
43
+ }
44
+ .content td dt.collapsed {
45
+ background-image: url(/images/toggle-expand.gif);
46
+ }
47
+ .content td dt.inline { background-image: none; cursor: default;
48
+ float: left; margin-left: 0; padding-left: 2px; padding-right: .5em;
49
+ padding-top: 2px;
50
+ }
51
+
52
+ div.sortable {
53
+ height: 200px;
54
+ width: 225px;
55
+ margin-right: 10px;
56
+ border: 1px solid black;
57
+ overflow: scroll;
58
+ background: #777777;
59
+ }
60
+
61
+ div.sortable.run-list {
62
+ height: 430px;
63
+ width: 225px;
64
+ margin-right: 10px;
65
+ border: 1px solid black;
66
+ overflow: scroll;
67
+ background: #777777;
68
+ }
69
+
70
+ div.clear {
71
+ clear: left;
72
+ }
73
+
74
+ table.form th {
75
+ /* vertical-align: top; */
76
+ font-weight: bold;
77
+ text-align: right;
78
+ padding-right: 10px;
79
+ }
80
+
81
+ div.help {
82
+ padding: 10px;
83
+ text-align: left;
84
+ vertical-align: top;
85
+ }
86
+
87
+ table.form td {
88
+ text-align: left;
89
+ /* vertical-align: top; */
90
+ }
91
+
92
+ table.sortable td {
93
+ vertical-align: top;
94
+ }
95
+
96
+ table.sortable ul {
97
+ background: #ff00ff;
98
+ margin: 5px;
99
+ padding: 5px;
100
+ }
101
+
102
+ td.table-key {
103
+ font-weight: bold;
104
+ }
105
+
106
+ div.json-attr {
107
+ overflow: auto;
108
+ max-width: 400px;
109
+ }
110
+
111
+ td.position {
112
+ font-weight: bold;
113
+ }
114
+
115
+ div#tree {
116
+ float: left;
117
+ }
118
+
119
+ div#jform {
120
+ float: left;
121
+ margin-left: 50px;
122
+ }
123
+
124
+ div.editor {
125
+ border: 1px solid black;
126
+ }
127
+
128
+ #node_available_roles, #node_available_recipes, #for_node, #for_role, #available_recipes { list-style-type: none; margin: 0; padding: 0; float: left; margin-right: 10px; background: #eee; padding: 5px; width: 200px;}
129
+
130
+ #node_available_roles li, #node_available_recipes li, #for_node li, #for_role li, #available_recipes li { margin: 0 5px 5px 5px; padding: 5px; width: 175px; }
131
+
132
+ #sidebar_block {
133
+ display: none;
134
+ }
135
+
136
+ #sidebar_block_notice {
137
+ display: none;
138
+ }
139
+
140
+ div.tooltip {
141
+ background-color: #000;
142
+ outline: 1px solid #669;
143
+ border: 2px solid #fff;
144
+ padding: 10px 15px;
145
+ /* width: 200px; */
146
+ display: none;
147
+ color: #fff;
148
+ text-align: left;
149
+ font-size: 12px;
150
+ outline-radius: 4px;
151
+ -moz-outline-radius: 4px;
152
+ -webkit-outline-radius: 4px;
153
+ }
154
+
155
+ table.tooltip {
156
+ width: 190px;
157
+ }
@@ -0,0 +1,290 @@
1
+ a:link, a:visited, a:hover, a:active { color: #33f; }
2
+ h1, h2, h3 {color:#444}
3
+
4
+ body {
5
+ color: #222;
6
+ background: #e5e5e5;
7
+ font-family: "Bitstream Vera Sans", verdana, sans-serif;
8
+ }
9
+
10
+ hr {
11
+ background: #f0f0ee;
12
+ }
13
+
14
+ p {
15
+ font-size: 14px;
16
+ line-height: 20px;
17
+ }
18
+
19
+ input.checkbox {
20
+ vertical-align:middle;
21
+ }
22
+
23
+ #header h1 {
24
+ font-size: 28px;
25
+ padding: 5px 0;
26
+ margin: 5px 0;
27
+ }
28
+
29
+ .hightlight {
30
+ background-color: #ffc;
31
+ }
32
+ .small {
33
+ font-size: 11px;
34
+ }
35
+ .gray {
36
+ color: #999;
37
+ }
38
+ #header {
39
+ background: #48625B;
40
+ }
41
+
42
+ #header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited {
43
+ color: #FFF;
44
+ }
45
+
46
+ #main {
47
+ background: #e5e5e5;
48
+ width: 69%;
49
+ }
50
+
51
+ #main .block {
52
+ -moz-border-radius-topleft: 4px;
53
+ -moz-border-radius-topright: 4px;
54
+ padding: 0;
55
+ margin-bottom:20px;
56
+ padding-bottom: 20px;
57
+ background: #fff;
58
+ }
59
+
60
+ #main .block h2.title {
61
+ margin: 0 0 20px 0;
62
+ background-color: #E9FAE6;
63
+ padding: 5px 5px 5px 15px;
64
+ font-size:18px;
65
+ }
66
+
67
+ .main_container {
68
+ padding:10px;
69
+ }
70
+
71
+ /* #sidebar .block { background: #FFF; padding-bottom:0px; } */
72
+
73
+ #sidebar .notice {
74
+ background-color: #ffc;
75
+ padding: 0 10px;
76
+ border-bottom:1px solid #ddd;
77
+ border-right:1px solid #ddd;
78
+ border-top:1px solid #fff;
79
+ border-left:1px solid #fff;
80
+ }
81
+ #sidebar .notice h2 {
82
+ font-size:16px;
83
+ margin: 5px 0;
84
+ border-bottom:1px solid #aaa;
85
+ }
86
+ #sidebar .notice p {
87
+ font-size:12px;
88
+ }
89
+
90
+ #sidebar .block {
91
+ padding-bottom: 0;
92
+ }
93
+
94
+ #sidebar .block .content {
95
+ padding: 0 10px;
96
+ }
97
+
98
+
99
+ #sidebar h3 {
100
+ background: #c7d8d8;
101
+ border-bottom:1px solid #999;
102
+ padding: 5px 10px;
103
+ }
104
+
105
+ #sidebar ul li a:link, #sidebar ul li a:visited {
106
+ font-size:14px;
107
+ }
108
+
109
+ #sidebar ul li a:hover, #sidebar ul li a:active {
110
+ background: #E9FAE6;
111
+ color: #444;
112
+ font-size:14px;
113
+ text-decoration:underline;
114
+ }
115
+ #sidebar ul.navigation li.last a {
116
+ border-bottom: none;
117
+ }
118
+
119
+ #sidebar ul.navigation li a:link,#sidebar ul.navigation li a:visited {
120
+ padding: 5px 10px;
121
+ color:#444;
122
+ text-decoration: none;
123
+ }
124
+ #sidebar ul.navigation li a:hover {
125
+ text-decoration:underline;
126
+ }
127
+ #sidebar .block .sidebar-block h4 {
128
+ border-bottom: 1px solid #bbb;
129
+ }
130
+ #main-navigation ul li {
131
+ background: #30423E;
132
+ }
133
+
134
+ #main-navigation ul li:hover {
135
+ background: #23302D;
136
+ }
137
+
138
+ #main-navigation ul li.active {
139
+ background: #e5e5e5;
140
+ }
141
+
142
+ #main-navigation ul li a:link, #main-navigation ul li a:visited, #main-navigation ul li a:hover, #main-navigation ul li a:active,
143
+ .secondary-navigation ul li a:link, .secondary-navigation ul li a:visited, .secondary-navigation ul li a:hover, .secondary-navigation ul li a:active,
144
+ #user-navigation ul li a:link, #user-navigation ul li a:visited, #user-navigation ul li a:hover, #user-navigation ul li a:active {
145
+ text-decoration: none;
146
+ color: #FFF;
147
+ }
148
+
149
+ #main-navigation ul li a {
150
+ font-size: 14px;
151
+ padding: 4px 10px;
152
+ }
153
+
154
+ #main-navigation ul li.active a:link, #main-navigation ul li.active a:visited, #main-navigation ul li.active a:hover, #main-navigation ul li.active a:active {
155
+ color: #333;
156
+ }
157
+ #user-navigation ul li a:hover {
158
+ text-decoration: underline;
159
+ }
160
+ .secondary-navigation {
161
+ background: #48625B;
162
+ border-bottom-color: #30423e;
163
+ border-bottom: 5px solid #30423e;
164
+ }
165
+
166
+ .secondary-navigation ul li.active {
167
+ background-color: #30423e;
168
+ }
169
+
170
+ .secondary-navigation ul li:hover {
171
+ background-color: #23302d;
172
+ }
173
+
174
+ /* pagination */
175
+
176
+ .pagination span.current {
177
+ background: #30423e;
178
+ color: #FFF;
179
+ border: 1px solid #30423e;
180
+ -moz-border-radius:5px;
181
+ }
182
+
183
+ .pagination a {
184
+ color: #364B69;
185
+ border: 1px solid #ddd;
186
+ -moz-border-radius:5px;
187
+ }
188
+
189
+ .pagination a:hover {
190
+ color: #444;
191
+ background: #E9FAE6;
192
+ }
193
+
194
+ /* tables */
195
+
196
+ .table th {
197
+ background: #48625B;
198
+ color: #FFF;
199
+ font-weight:normal;
200
+ padding:3px;
201
+ }
202
+
203
+ .table th a.toggle {
204
+ display: block;
205
+ width: 12px;
206
+ height: 12px;
207
+ background: transparent url('images/tick.png') center no-repeat;
208
+ text-indent: -9999px;
209
+ -moz-outline: none;
210
+ }
211
+
212
+ .table th.first {
213
+ width: 30px;
214
+ text-align: center;
215
+ }
216
+
217
+ .table td {
218
+ border-bottom: 1px solid #F0F0EE;
219
+ }
220
+
221
+ /* forms */
222
+
223
+ .form input.text, .form textarea.textarea {
224
+ border: 1px solid #ddd;
225
+ padding: 5px;
226
+ width: 95%;
227
+ }
228
+
229
+ .form .navform {
230
+ padding:10px;
231
+ background-color: #E9FAE6;
232
+ font-size:14px;
233
+ border-bottom:1px solid #ddd;
234
+ border-right:1px solid #ddd;
235
+ border-top:1px solid #eee;
236
+ border-left:1px solid #eee;
237
+ }
238
+ .form .navform input {
239
+ font-size:14px;
240
+ }
241
+
242
+ /* flash-messages */
243
+ .flash .message {
244
+ -moz-border-radius: 3px;
245
+ -webkit-border-radius: 3px;
246
+ text-align:center;
247
+ margin:0 auto 5px;
248
+ width:80%;
249
+ }
250
+ .flash .message p {
251
+ margin:8px;
252
+ }
253
+ .flash .error {
254
+ border: 1px solid #fbb;
255
+ background-color: #fdd;
256
+ }
257
+ .flash .warning {
258
+ border: 1px solid #fffaaa;
259
+ background-color: #ffffcc;
260
+ }
261
+ .flash .notice {
262
+ border: 1px solid #ddf;
263
+ background-color: #eef;
264
+ }
265
+
266
+ /* lists */
267
+
268
+ ul.list li {
269
+ border-bottom-color: #F0F0EE;
270
+ }
271
+
272
+ ul.list li .item .avatar {
273
+ border-color: #F0F0EE;
274
+ margin: 3px 10px 0 0;
275
+ }
276
+
277
+ ul.list li .left {
278
+ padding: 5px 5px;
279
+ }
280
+
281
+ /* box */
282
+
283
+ #box .block {
284
+ background: #FFF;
285
+ }
286
+
287
+ #box .block h2 {
288
+ background: #48625B;
289
+ color: #FFF;
290
+ }
@@ -0,0 +1,301 @@
1
+ a:link, a:visited, a:hover, a:active { color: #33f; }
2
+ h1, h2, h3 {color:#444}
3
+
4
+ body {
5
+ color: #333;
6
+ background: #e5e5e5;
7
+ font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
8
+ }
9
+
10
+ hr {
11
+ background: #f0f0ee;
12
+ }
13
+
14
+ p {
15
+ font-size: 12px;
16
+ line-height: 20px;
17
+ }
18
+
19
+ input.checkbox {
20
+ vertical-align:middle;
21
+ }
22
+
23
+ #header h1 {
24
+ font-size: 28px;
25
+ padding: 5px 0;
26
+ margin: 5px 0;
27
+ }
28
+
29
+ .hightlight {
30
+ background-color: #ffc;
31
+ }
32
+ .small {
33
+ font-size: 11px;
34
+ }
35
+ .gray {
36
+ color: #999;
37
+ }
38
+ #header {
39
+ background: #006666;
40
+ }
41
+
42
+ #header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited {
43
+ color: #FFF;
44
+ }
45
+
46
+ #main {
47
+ background: #e5e5e5;
48
+ width: 73%;
49
+ }
50
+
51
+ #main .block {
52
+ -moz-border-radius-topleft: 4px;
53
+ -moz-border-radius-topright: 4px;
54
+ padding: 0;
55
+ margin-bottom:20px;
56
+ padding-bottom: 20px;
57
+ background: #fff;
58
+ }
59
+
60
+ #main .block h2.title {
61
+ margin: 0 0 20px 0;
62
+ background-color: #E6FAFA;
63
+ padding: 5px 5px 5px 15px;
64
+ font-size:18px;
65
+ }
66
+
67
+ .main_container {
68
+ padding:10px;
69
+ }
70
+
71
+ #footer .block p {
72
+ color:#aaa;
73
+ font-size:11px;
74
+ }
75
+
76
+ /* #sidebar .block { background: #FFF; padding-bottom:0px; } */
77
+
78
+ #sidebar .notice {
79
+ background-color: #ffc;
80
+ padding: 0 10px;
81
+ border-bottom:1px solid #ddd;
82
+ border-right:1px solid #ddd;
83
+ border-top:1px solid #fff;
84
+ border-left:1px solid #fff;
85
+ }
86
+ #sidebar .notice h2 {
87
+ font-size:16px;
88
+ margin: 5px 0;
89
+ border-bottom:1px solid #aaa;
90
+ }
91
+ #sidebar .notice p {
92
+ font-size:12px;
93
+ }
94
+
95
+ #sidebar .block {
96
+ padding-bottom: 0;
97
+ }
98
+
99
+ #sidebar .block .content {
100
+ padding: 0 10px;
101
+ }
102
+
103
+
104
+ #sidebar h3 {
105
+ background: #c7d8d8;
106
+ border-bottom:1px solid #999;
107
+ padding: 5px 10px;
108
+ }
109
+
110
+ #sidebar ul li a:link, #sidebar ul li a:visited {
111
+ font-size:12px;
112
+ }
113
+
114
+ #sidebar ul li a:hover, #sidebar ul li a:active {
115
+ background: #e1efef;
116
+ color: #444;
117
+ font-size:12px;
118
+ text-decoration:underline;
119
+ }
120
+ #sidebar ul.navigation li.last a {
121
+ border-bottom: none;
122
+ }
123
+
124
+ #sidebar ul.navigation li a:link,#sidebar ul.navigation li a:visited {
125
+ padding: 5px 10px;
126
+ color:#444;
127
+ text-decoration: none;
128
+ }
129
+ #sidebar ul.navigation li a:hover {
130
+ text-decoration:underline;
131
+ }
132
+ #sidebar .block .sidebar-block h4 {
133
+ border-bottom: 1px solid #bbb;
134
+ }
135
+ #main-navigation ul li {
136
+ background: #008c8c;
137
+ }
138
+
139
+ #main-navigation ul li:hover {
140
+ background: #00b2b2;
141
+ }
142
+
143
+ #main-navigation ul li.active {
144
+ background: #f0f0ee;
145
+ }
146
+
147
+ #main-navigation ul li a:link, #main-navigation ul li a:visited, #main-navigation ul li a:hover, #main-navigation ul li a:active,
148
+ .secondary-navigation ul li a:link, .secondary-navigation ul li a:visited, .secondary-navigation ul li a:hover, .secondary-navigation ul li a:active,
149
+ #user-navigation ul li a:link, #user-navigation ul li a:visited, #user-navigation ul li a:hover, #user-navigation ul li a:active {
150
+ text-decoration: none;
151
+ color: #FFF;
152
+ }
153
+
154
+ #main-navigation ul li a {
155
+ font-size: 12px;
156
+ padding: 4px 10px;
157
+ }
158
+
159
+ #main-navigation ul li.active a:link, #main-navigation ul li.active a:visited, #main-navigation ul li.active a:hover, #main-navigation ul li.active a:active {
160
+ color: #364b69;
161
+ }
162
+ #user-navigation ul li a:hover {
163
+ text-decoration: underline;
164
+ }
165
+ .secondary-navigation {
166
+ background: #006666;
167
+ border-bottom-color: #008c8c;
168
+ border-bottom: 5px solid #008c8c;
169
+ }
170
+
171
+ .secondary-navigation ul li.active {
172
+ background-color: #008c8c;
173
+ }
174
+
175
+ .secondary-navigation ul li:hover {
176
+ background-color: #00b2b2;
177
+ }
178
+
179
+ /* pagination */
180
+
181
+ .pagination span.current {
182
+ background: #008c8c;
183
+ color: #FFF;
184
+ border: 1px solid #008c8c;
185
+ -moz-border-radius:5px;
186
+ }
187
+
188
+ .pagination a {
189
+ color: #364B69;
190
+ border: 1px solid #ddd;
191
+ -moz-border-radius:5px;
192
+ font-size:11px;
193
+ }
194
+
195
+ .pagination a:hover {
196
+ color: #444;
197
+ background: #E6FAFA;
198
+ }
199
+
200
+ /* tables */
201
+
202
+ .table th {
203
+ background: #006666;
204
+ color: #FFF;
205
+ font-weight:normal;
206
+ padding:3px;
207
+ }
208
+
209
+ .table th a.toggle {
210
+ display: block;
211
+ width: 12px;
212
+ height: 12px;
213
+ background: transparent url('images/tick.png') center no-repeat;
214
+ text-indent: -9999px;
215
+ -moz-outline: none;
216
+ }
217
+
218
+ .table th.first {
219
+ width: 30px;
220
+ text-align: center;
221
+ }
222
+
223
+ .table td {
224
+ border-bottom: 1px solid #F0F0EE;
225
+ }
226
+
227
+ /* forms */
228
+
229
+ .form input.text, .form textarea.textarea {
230
+ border: 1px solid #ddd;
231
+ padding: 5px;
232
+ width:99%;
233
+ }
234
+
235
+ .form .navform {
236
+ padding:10px;
237
+ background-color: #f1f8f8;
238
+ font-size:14px;
239
+ border-bottom:1px solid #ddd;
240
+ border-right:1px solid #ddd;
241
+ border-top:1px solid #eee;
242
+ border-left:1px solid #eee;
243
+ }
244
+ .form .navform input {
245
+ font-size:14px;
246
+ }
247
+
248
+ .description {
249
+ color:#aaa;
250
+ font-family:Georgia, serif;
251
+ }
252
+
253
+ /* flash-messages */
254
+ .flash .message {
255
+ -moz-border-radius: 3px;
256
+ -webkit-border-radius: 3px;
257
+ text-align:center;
258
+ margin:0 auto 5px;
259
+ width:80%;
260
+ }
261
+ .flash .message p {
262
+ margin:8px;
263
+ }
264
+ .flash .error {
265
+ border: 1px solid #fbb;
266
+ background-color: #fdd;
267
+ }
268
+ .flash .warning {
269
+ border: 1px solid #fffaaa;
270
+ background-color: #ffffcc;
271
+ }
272
+ .flash .notice {
273
+ border: 1px solid #ddf;
274
+ background-color: #eef;
275
+ }
276
+
277
+ /* lists */
278
+
279
+ ul.list li {
280
+ border-bottom-color: #F0F0EE;
281
+ }
282
+
283
+ ul.list li .item .avatar {
284
+ border-color: #F0F0EE;
285
+ margin: 3px 10px 0 0;
286
+ }
287
+
288
+ ul.list li .left {
289
+ padding: 5px 5px;
290
+ }
291
+
292
+ /* box */
293
+
294
+ #box .block {
295
+ background: #FFF;
296
+ }
297
+
298
+ #box .block h2 {
299
+ background: #006666;
300
+ color: #FFF;
301
+ }