wam: Left-align the whole tooltip, not just the contents

This commit is contained in:
Ignacio R. Morelle 2017-07-24 22:34:04 -04:00
parent cf0a389e6f
commit 4ec6ef1734

View file

@ -17,6 +17,7 @@ table#campaigns th {
div.type-tooltip,
div.desc-tooltip {
display: none;
text-align: left;
}
tbody td {
@ -52,7 +53,6 @@ div.desc-tooltip pre {
margin: 0;
padding: 0;
max-height: none;
text-align: left;
}
table.tablesorter {