projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
265e5f7
c9e200a
)
Merge remote-tracking branch 'eb041592/queue_nowrap'
author
SuperBFG7
<daniel@despite.ch>
Sun, 22 Apr 2018 16:59:05 +0000
(18:59 +0200)
committer
SuperBFG7
<daniel@despite.ch>
Sun, 22 Apr 2018 16:59:05 +0000
(18:59 +0200)
1
2
htdocs/css/mpd.css
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
htdocs/css/mpd.css
index
ea9bb64
,
cf908b5
..
c70c9c0
---
1
/
htdocs/css/mpd.css
---
2
/
htdocs/css/mpd.css
+++ b/
htdocs/css/mpd.css
@@@
-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;
}