Subversion Repositories LCARS

Rev

Rev 198 | Rev 219 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 211
Line 429... Line 429...
429
  width: 5em;
429
  width: 5em;
430
  height: 2em;
430
  height: 2em;
431
  background-color: #7d7d7d; /* c9c */
431
  background-color: #7d7d7d; /* c9c */
432
  color: #000 !important;
432
  color: #000 !important;
433
  text-decoration: none !important;
433
  text-decoration: none !important;
434
  text-transform: uppercase;
-
 
435
  /* overflow: hidden; */
434
  /* overflow: hidden; */
436
  cursor: pointer !important;
435
  cursor: pointer !important;
437
}
436
}
438
437
439
.button .text {
438
.button .text {
440
  position: absolute;
439
  position: absolute;
441
  bottom: 0;
440
  bottom: 0;
442
  right: 0.5em;
441
  right: 0.5em;
-
 
442
  max-width: 3.5em;
-
 
443
  overflow: hidden;
443
  cursor: pointer !important;
444
  cursor: pointer !important;
-
 
445
  text-overflow: ellipsis;
-
 
446
  text-transform: uppercase;
-
 
447
  white-space: nowrap;
444
}
448
}
445
449
446
.button.command {
450
.button.command {
447
  border-radius: 1.2em;
451
  border-radius: 1.2em;
448
}
452
}
Line 606... Line 610...
606
}
610
}
607
611
608
.multi-display .upper .content .analysis th {
612
.multi-display .upper .content .analysis th {
609
  padding: 0 0.4em 0 0.1em;
613
  padding: 0 0.4em 0 0.1em;
610
  font-weight: normal;
614
  font-weight: normal;
-
 
615
  background-color: #000;
-
 
616
  color: #fc0;
611
  text-align: left;
617
  text-align: left;
612
  text-transform: uppercase;
618
  text-transform: uppercase;
613
  white-space: nowrap;
619
  white-space: nowrap;
614
  vertical-align: baseline;
620
  vertical-align: baseline;
615
}
621
}
Line 657... Line 663...
657
  top: 0;
663
  top: 0;
658
  left: 0;
664
  left: 0;
659
  margin: 0;
665
  margin: 0;
660
  height: 1.8em;
666
  height: 1.8em;
661
  border-radius: 0.9em;
667
  border-radius: 0.9em;
-
 
668
}
-
 
669
-
 
670
.multi-display .commands .button .text
-
 
671
{
662
  text-transform: none;
672
  text-transform: none !important;
663
}
673
}
664
674
665
.multi-display .upper .content .commands .button .text {
675
.multi-display .upper .content .commands .button .text {
666
  right: 1em;
676
  right: 1em;
667
}
677
}