More SSH management.
[cas.git] / src / cas / static / css / main.css
index 3894e43..1329ac0 100644 (file)
@@ -133,3 +133,12 @@ footer, #content_push {
 .menu img {
     box-shadow: 0 0 .2em black;
 }
+
+code.key {
+    white-space: nowrap;
+    width: 100%;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    display: block;
+    color: #666;
+}