]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
added top country
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index 0650f689cbbe7965624da3cd17cd4eedcf950f5f..09e6783443b914347d2089c072ecffdb871814cf 100644 (file)
@@ -222,3 +222,29 @@ body {
 .card-header i.fa {
        line-height: 74px;
 }
+
+#top-country ul {
+       list-style: none;
+}
+
+#top-country li {
+  padding: 5px;
+  display: inline-block;
+  margin: 9px;
+  border: solid 1px #ccc;
+}
+
+#top-country li .drag {
+  text-align: center;
+}
+
+#top-country li .count {
+  text-align: center;
+  font-size: 2.2rem;
+}
+
+#top-country li .count span {
+  display:block;
+  text-align: center;
+  font-size: 1rem;
+}