]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
Use datatables in "Server Bans" view (initial work / demo)
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index 09e6783443b914347d2089c072ecffdb871814cf..ab6e95be61e5a3c7e1e1741ac4ceb288bda31d85 100644 (file)
@@ -53,6 +53,7 @@ footer {
        bottom: 0;
        width: 100%;
        height: 55px;
+       display: none !important;
   }
 
 .topnav {
@@ -248,3 +249,19 @@ body {
   text-align: center;
   font-size: 1rem;
 }
+
+/* Show version and 4-icons "footer" at bottom-left,
+ * if screen height is sufficient.
+ */
+@media only screen and (min-height: 650px) and (min-width: 768px) {
+    footer {
+        float: left;
+        width: 160px;
+        height: 60px;
+        display: block !important;
+    }
+
+    #sidebarlol {
+        height: calc(100% - 60px - 50px);
+    }
+}