# HG changeset patch # User Jim Hague # Date 1478560457 0 # Node ID df9c60f6fbd742479bc974eb7937e13af5ba655a # Parent 2de93bf35562eb23ba8d3dd7889e244b81608f70# Parent dfdea842236851ad5f6dc8e8cdc4d95c91657b12 Automated merge with ssh://hg.cryhavoc.org.uk/dottes diff -r 2de93bf35562 -r df9c60f6fbd7 dottes.html --- a/dottes.html Mon Nov 07 21:29:09 2016 +0000 +++ b/dottes.html Mon Nov 07 23:14:17 2016 +0000 @@ -38,6 +38,7 @@

The tunes

+
diff -r 2de93bf35562 -r df9c60f6fbd7 dottes.html.tuneindex --- a/dottes.html.tuneindex Mon Nov 07 21:29:09 2016 +0000 +++ b/dottes.html.tuneindex Mon Nov 07 23:14:17 2016 +0000 @@ -1,7 +1,9 @@
+ diff -r 2de93bf35562 -r df9c60f6fbd7 web/css/dottes.css --- a/web/css/dottes.css Mon Nov 07 21:29:09 2016 +0000 +++ b/web/css/dottes.css Mon Nov 07 23:14:17 2016 +0000 @@ -277,12 +277,6 @@ text-align: right; } -a.dottes-tune-link -{ - position: relative; - top: 12px; -} - a.dottes-tune-icon-link { text-decoration: none; @@ -335,12 +329,18 @@ div.dottes-tune-list-link-column { display: table-column; + width: 20%; +} + +div.dottes-tune-list-learner-link-column +{ + display: table-column; } div.dottes-tune-list-image-column { display: table-column; - width: 80%; + width: 75%; } div.dottes-tune-list-item-link @@ -349,13 +349,25 @@ vertical-align: middle; } +div.dottes-tune-list-item-learner-link +{ + display: table-cell; + vertical-align: middle; + padding: 2px; +} + +div.dottes-tune-list-item-learner-link img +{ + max-width: 20px; +} + div.dottes-tune-list-item-image { display: table-cell; vertical-align: middle; } -div.dottes-tune-list-item-image img +img.dottes-tune-table-image { width: 100%; }