Rev 119 | Rev 123 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 119 | Rev 120 | ||
---|---|---|---|
Line 461... | Line 461... | ||
461 | line-height: 1.2; |
461 | line-height: 1.2; |
462 | max-width: 100%; |
462 | max-width: 100%; |
463 | }
|
463 | }
|
464 | 464 | ||
465 | .multi-display .upper .content .analysis th { |
465 | .multi-display .upper .content .analysis th { |
466 | padding: 0 0.1em; |
466 | padding: 0 0.4em 0 0.1em; |
467 | font-weight: normal; |
467 | font-weight: normal; |
468 | text-align: left; |
468 | text-align: left; |
469 | text-transform: uppercase; |
469 | text-transform: uppercase; |
470 | white-space: nowrap; |
470 | white-space: nowrap; |
471 | vertical-align: baseline; |
471 | vertical-align: baseline; |
472 | }
|
472 | }
|
473 | 473 | ||
474 | .multi-display .upper .content .analysis td { |
474 | .multi-display .upper .content .analysis td { |
475 | padding: 0 0.1em; |
475 | padding: 0 0.1em 0 0.1em; |
476 | text-overflow: ellipsis; |
476 | text-overflow: ellipsis; |
477 | white-space: nowrap; |
477 | white-space: nowrap; |
478 | vertical-align: baseline; |
478 | vertical-align: baseline; |
479 | text-overflow: ellipsis; |
479 | text-overflow: ellipsis; |
480 | }
|
480 | }
|