]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
Logs: show search pane (on desktop)
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index 0999bc6134ded44dcf90d715a79d69d3a54a1486..dd8bf12760bfd58cea0a3de2062ce3d767fcb61b 100644 (file)
@@ -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;
 }