Rev 117 | Rev 119 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 117 | Rev 118 | ||
---|---|---|---|
Line 406... | Line 406... | ||
406 | color: white; |
406 | color: white; |
407 | font-size: 2.4em; |
407 | font-size: 2.4em; |
408 | text-transform: uppercase; |
408 | text-transform: uppercase; |
409 | text-align: right; |
409 | text-align: right; |
410 | overflow: hidden; |
410 | overflow: hidden; |
411 | text-overflow: ellipsis; |
- | |
412 | }
|
411 | }
|
413 | 412 | ||
414 | .multi-display .upper .content .title span |
413 | .multi-display .upper .content .title span |
415 | {
|
414 | {
|
416 | white-space: nowrap; |
415 | white-space: nowrap; |
Line 421... | Line 420... | ||
421 | top: 2.4em; |
420 | top: 2.4em; |
422 | bottom: 0; |
421 | bottom: 0; |
423 | right: 11em; |
422 | right: 11em; |
424 | left: 0; |
423 | left: 0; |
425 | overflow: hidden; |
424 | overflow: hidden; |
426 | text-overflow: ellipsis; |
- | |
427 | text-align: left; |
425 | text-align: left; |
- | 426 | cursor: default; |
|
- | 427 | }
|
|
- | 428 | ||
- | 429 | .multi-display .upper .content .analysis table { |
|
- | 430 | border-collapse: collapse; |
|
- | 431 | line-height: 1.2; |
|
- | 432 | }
|
|
- | 433 | ||
- | 434 | .multi-display .upper .content .analysis th { |
|
- | 435 | padding: 0 0.1em; |
|
- | 436 | font-weight: normal; |
|
- | 437 | text-align: left; |
|
- | 438 | text-transform: uppercase; |
|
- | 439 | white-space: nowrap; |
|
- | 440 | vertical-align: baseline; |
|
- | 441 | }
|
|
- | 442 | ||
- | 443 | .multi-display .upper .content .analysis td { |
|
- | 444 | padding: 0 0.1em; |
|
- | 445 | text-overflow: ellipsis; |
|
- | 446 | white-space: nowrap; |
|
- | 447 | vertical-align: baseline; |
|
- | 448 | text-overflow: ellipsis; |
|
- | 449 | }
|
|
- | 450 | ||
- | 451 | .multi-display .upper .content .analysis tr:hover th, |
|
- | 452 | .multi-display .upper .content .analysis tr:hover td |
|
- | 453 | {
|
|
- | 454 | color: #f90; |
|
- | 455 | }
|
|
- | 456 | ||
- | 457 | .multi-display .upper .content .analysis td sup { |
|
- | 458 | line-height: 1; |
|
- | 459 | font-weight: 500; |
|
428 | }
|
460 | }
|
429 | 461 | ||
430 | .multi-display .upper .content .commands |
462 | .multi-display .upper .content .commands |
431 | {
|
463 | {
|
432 | position: absolute; |
464 | position: absolute; |