Better solution to prevent ID wrapping. Also no longer text-selectable. Much cleaner.

This commit is contained in:
fatchan 2016-06-08 00:03:50 +10:00 committed by czaks
parent f23d11be60
commit c9ef21bff9

View File

@ -912,7 +912,12 @@ pre {
.poster_id { .poster_id {
cursor: pointer; cursor: pointer;
white-space:nowrap; display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
} }
.poster_id:hover { .poster_id:hover {
color: #800000!important; color: #800000!important;