Skip to content

Commit

Permalink
Merge pull request #1 from jmwatson/fix/mising-info-encounter-table
Browse files Browse the repository at this point in the history
fix/missing-info-encounter-table
  • Loading branch information
jmwatson authored Apr 23, 2018
2 parents 7c8a357 + 4c823dc commit c4ebb98
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions styles/xcontent.css
Original file line number Diff line number Diff line change
Expand Up @@ -660,30 +660,24 @@ body.modal-shown {

.tb-monster-tooltip.tb-processed {
position: relative;
padding-right: 30px;
padding-left: 30px;
}
.tb-monster-tooltip.tb-processed .tb-btn {
position: absolute;
right: 0px;
left: 0px;
min-height: 20px;
min-width: 30px;
left: auto;
right: auto;
padding: 5px;
top: -7px;
}
.tb-monster-tooltip.tb-processed .tb-btn > .tb-icon {
width: 20px;
height: 20px;
}
.plural-monster-tooltip {
font-size: 0px;
}
.plural-monster-tooltip > a.tb-monster-tooltip {
font-size: 14px;
}
.plural-monster-tooltip > a.tb-monster-tooltip.tb-processed:after {
content: 's';
}

/* TOOLTIP
=================================*/
Expand Down

0 comments on commit c4ebb98

Please sign in to comment.