f00412cf1b51bb423753448a5e6184c13623e561
[ccsdk/features.git] /
1 .uiAnyRequest-request {
2         float: left;
3         width: 350px;
4         padding: 5px;
5         background: #d8e7ff;
6         background: -moz-linear-gradient(left, #d8e7ff, #e8f1ff);
7         background: -webkit-linear-gradient(left, #d8e7ff, #e8f1ff);
8 }
9
10 .uiAnyRequest-request INPUT[type=text],
11 .uiAnyRequest-request TEXTAREA {
12         width: 340px;
13 }
14
15 .anyRequest INPUT[name=path] {
16         width: 259px;
17 }
18
19 .uiAnyRequest-out {
20         margin-left: 365px;
21 }
22
23 .uiAnyRequest-out P {
24         margin-top: 0;
25 }
26
27 .uiAnyRequest-jsonErr {
28         color: red;
29 }
30
31 .uiAnyRequest-history {
32         margin: 0;
33         padding: 0;
34         list-style: none;
35         max-height: 100px;
36         overflow-x: hidden;
37         overflow-y: auto;
38 }