| 431,7 → 431,6 |
| background-color: #7d7d7d; /* c9c */ |
| color: #000 !important; |
| text-decoration: none !important; |
| text-transform: uppercase; |
| /* overflow: hidden; */ |
| cursor: pointer !important; |
| } |
| 440,7 → 439,12 |
| position: absolute; |
| bottom: 0; |
| right: 0.5em; |
| max-width: 3.5em; |
| overflow: hidden; |
| cursor: pointer !important; |
| text-overflow: ellipsis; |
| text-transform: uppercase; |
| white-space: nowrap; |
| } |
| |
| .button.command { |
| 608,6 → 612,8 |
| .multi-display .upper .content .analysis th { |
| padding: 0 0.4em 0 0.1em; |
| font-weight: normal; |
| background-color: #000; |
| color: #fc0; |
| text-align: left; |
| text-transform: uppercase; |
| white-space: nowrap; |
| 659,9 → 665,13 |
| margin: 0; |
| height: 1.8em; |
| border-radius: 0.9em; |
| text-transform: none; |
| } |
| |
| .multi-display .commands .button .text |
| { |
| text-transform: none !important; |
| } |
| |
| .multi-display .upper .content .commands .button .text { |
| right: 1em; |
| } |