asf_scaffold_generator 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,76 +0,0 @@
1
- body { background-color: #fff; color: #333; }
2
-
3
- body, p, ol, ul, td, th {
4
- background-repeat: repeat-x;
5
- background-position: left top;
6
- font-size: 75%;
7
- font-family: 'Arial', 'Helvetica', sans-serif;
8
-
9
- }
10
- /*ptBody { font-size: 75%;} */
11
- pre {
12
- background-color: #eee;
13
- padding: 10px;
14
- font-size: 11px;
15
- }
16
-
17
- a { color: #000; }
18
- a:visited { color: #666; }
19
- /*a:hover { color: #fff; background-color:#000; }*/
20
-
21
- .fieldWithErrors {
22
- padding: 2px;
23
- background-color: red;
24
- display: table;
25
- }
26
-
27
- #ErrorExplanation {
28
- width: 400px;
29
- border: 2px solid red;
30
- padding: 7px;
31
- padding-bottom: 12px;
32
- margin-bottom: 20px;
33
- background-color: #f0f0f0;
34
- }
35
-
36
- #ErrorExplanation h2 {
37
- text-align: left;
38
- font-weight: bold;
39
- padding: 5px 5px 5px 15px;
40
- font-size: 12px;
41
- margin: -7px;
42
- background-color: #c00;
43
- color: #fff;
44
- }
45
-
46
- #ErrorExplanation p {
47
- color: #333;
48
- margin-bottom: 0;
49
- padding: 5px;
50
- }
51
-
52
- #ErrorExplanation ul li {
53
- font-size: 12px;
54
- list-style: square;
55
- }
56
-
57
- div.uploadStatus {
58
- margin: 5px;
59
- }
60
-
61
- div.progressBar {
62
- margin: 5px;
63
- }
64
-
65
- div.progressBar div.border {
66
- background-color: #fff;
67
- border: 1px solid grey;
68
- width: 100%;
69
- }
70
-
71
- div.progressBar div.background {
72
- background-color: #333;
73
- height: 18px;
74
- width: 0%;
75
- }
76
-