X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/332be1fe8099e190ba4c4b37e2eb2db0db0c33de..99eb79c42a9a0fe3b6ffedd3e2e3c611018072da:/css/unrealircd-admin.css diff --git a/css/unrealircd-admin.css b/css/unrealircd-admin.css index 0999bc6..dd8bf12 100644 --- a/css/unrealircd-admin.css +++ b/css/unrealircd-admin.css @@ -63,15 +63,6 @@ footer { } -/* Style the links inside the navigation bar */ -.topnav a { - float: left; - color: #f2f2f2; - text-align: center; - padding: 14px 16px; - text-decoration: none; - font-size: 17px; -} body { @@ -266,9 +257,16 @@ body { } } +/* Virtual link - hover effect (eg on Server Bans) */ .virtuallink { text-decoration: none; } .virtuallink:hover { text-decoration: underline; + cursor: pointer; +} + +/* TD that may wrap - eg for Reason / Topic */ +.tdwrap { + white-space: normal !important; }