|
Revision 1, 0.9 kB
(checked in by falcon, 17 years ago)
|
|
Version one -> initial work from the laptop.
|
| Line | |
|---|
| 1 | pre { |
|---|
| 2 | background-color: #eee; |
|---|
| 3 | padding: 10px; |
|---|
| 4 | font-size: 11px; |
|---|
| 5 | } |
|---|
| 6 | |
|---|
| 7 | .fieldWithErrors { |
|---|
| 8 | padding: 2px; |
|---|
| 9 | background-color: red; |
|---|
| 10 | display: table; |
|---|
| 11 | } |
|---|
| 12 | |
|---|
| 13 | #errorExplanation { |
|---|
| 14 | width: 400px; |
|---|
| 15 | border: 2px solid red; |
|---|
| 16 | padding: 7px; |
|---|
| 17 | padding-bottom: 12px; |
|---|
| 18 | margin-bottom: 20px; |
|---|
| 19 | background-color: #f0f0f0; |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | #errorExplanation h2 { |
|---|
| 23 | text-align: left; |
|---|
| 24 | font-weight: bold; |
|---|
| 25 | padding: 5px 5px 5px 15px; |
|---|
| 26 | font-size: 12px; |
|---|
| 27 | margin: -7px; |
|---|
| 28 | background-color: #c00; |
|---|
| 29 | color: #fff; |
|---|
| 30 | } |
|---|
| 31 | |
|---|
| 32 | #errorExplanation p { |
|---|
| 33 | color: #333; |
|---|
| 34 | margin-bottom: 0; |
|---|
| 35 | padding: 5px; |
|---|
| 36 | } |
|---|
| 37 | |
|---|
| 38 | #errorExplanation ul li { |
|---|
| 39 | font-size: 12px; |
|---|
| 40 | list-style: square; |
|---|
| 41 | } |
|---|
| 42 | |
|---|
| 43 | div.uploadStatus { |
|---|
| 44 | margin: 5px; |
|---|
| 45 | } |
|---|
| 46 | |
|---|
| 47 | div.progressBar { |
|---|
| 48 | margin: 5px; |
|---|
| 49 | } |
|---|
| 50 | |
|---|
| 51 | div.progressBar div.border { |
|---|
| 52 | background-color: #fff; |
|---|
| 53 | border: 1px solid gray; |
|---|
| 54 | width: 100%; |
|---|
| 55 | } |
|---|
| 56 | |
|---|
| 57 | div.progressBar div.background { |
|---|
| 58 | background-color: #333; |
|---|
| 59 | height: 18px; |
|---|
| 60 | width: 0%; |
|---|
| 61 | } |
|---|