luci-app-olsr: handle empty result for non-status tables
[oweals/luci.git] / modules / luci-mod-system / luasrc / view / admin_system / sshkeys.htm
index 77efa11a0f935e942076496deb837398e411d942..ac453f3f6c5056ee9525c6cbd86e3ac5c62f9ab2 100644 (file)
@@ -4,6 +4,23 @@
        .cbi-dynlist {
                max-width: 100%;
        }
+
+       .cbi-dynlist .item > small {
+               display: block;
+               direction: rtl;
+               overflow: hidden;
+               text-align: left;
+       }
+
+       .cbi-dynlist .item > small > code {
+               direction: ltr;
+               white-space: nowrap;
+               unicode-bidi: bidi-override;
+       }
+
+       @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+               .cbi-dynlist .item > small { direction: ltr }
+       }
 </style>
 
 <div class="cbi-map">