| Revision 359,
743 bytes
checked in by jdalbey, 7 years ago
(diff) |
|
Add EINotebook source
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | @CHARSET "UTF-8"; |
|---|
| 2 | |
|---|
| 3 | body { |
|---|
| 4 | font-family: Verdana, sans-serif; |
|---|
| 5 | } |
|---|
| 6 | |
|---|
| 7 | button.incidentExpandButton { |
|---|
| 8 | width:30px; |
|---|
| 9 | text-align:center; |
|---|
| 10 | font-size:12pt; |
|---|
| 11 | } |
|---|
| 12 | |
|---|
| 13 | table.incident { |
|---|
| 14 | padding:0px; |
|---|
| 15 | margin-bottom:2px; |
|---|
| 16 | width:100%; |
|---|
| 17 | border:0px solid black; |
|---|
| 18 | margin-bottom:30px; |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | td.incidentHeader { |
|---|
| 22 | text-align:right; |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | table.incidentHeader { |
|---|
| 26 | margin-bottom:2px; |
|---|
| 27 | border:2px solid black; |
|---|
| 28 | width:100%; |
|---|
| 29 | } |
|---|
| 30 | |
|---|
| 31 | td.incidentHeader { |
|---|
| 32 | font-size:12pt; |
|---|
| 33 | font-weight:bold; |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | td.incidentExpandOption { |
|---|
| 37 | text-align:left; |
|---|
| 38 | font-size:12pt; |
|---|
| 39 | width:10%; |
|---|
| 40 | visibility:hidden; |
|---|
| 41 | } |
|---|
| 42 | |
|---|
| 43 | td.incidentNumber { |
|---|
| 44 | text-align:left; |
|---|
| 45 | width:20% |
|---|
| 46 | } |
|---|
| 47 | |
|---|
| 48 | td.incidentTitle { |
|---|
| 49 | text-align:left; |
|---|
| 50 | width:40% |
|---|
| 51 | } |
|---|
| 52 | |
|---|
| 53 | td.incidentTime { |
|---|
| 54 | text-align:left; |
|---|
| 55 | width:30% |
|---|
| 56 | } |
|---|
| 57 | |
|---|
| 58 | td.incidentSummary { |
|---|
| 59 | font-size:11pt; |
|---|
| 60 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.