]> Untitled Git - ympd.git/commitdiff
Merge remote-tracking branch 'eb041592/queue_nowrap'
authorSuperBFG7 <daniel@despite.ch>
Sun, 22 Apr 2018 16:59:05 +0000 (18:59 +0200)
committerSuperBFG7 <daniel@despite.ch>
Sun, 22 Apr 2018 16:59:05 +0000 (18:59 +0200)
1  2 
htdocs/css/mpd.css

index ea9bb6440d36623342c12e67f5bae516ba8d9bc2,cf908b5e38a9d1bb882eb5d96ca45c2b0bfef9aa..c70c9c05752f107eb55473e66c6bdb0dee6b68af
@@@ -66,12 -83,18 +89,20 @@@ td:nth-last-child(2), th:nth-last-child
  }
  
  #salamisandwich td:nth-child(2) span {
 -  font-style:italic;
 -  font-size:90%;
 +  font-style: italic;
 +  font-size: 90%;
 +
 +  display: block;
  }
  
+ td:nth-child(2), td:nth-last-child(3) {
+   max-width: 0;
+   overflow: hidden;
+   text-overflow: ellipsis;
+   white-space: nowrap;
+ }
  tbody {
    cursor: pointer;
  }