]> 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 6f312710e0b93f8ae218835dc75d9758822f87a3..ab6e95be61e5a3c7e1e1741ac4ceb288bda31d85 100644 (file)
        margin: 2px;
 }
 
-.form-control {
-       height: 10px;
-       margin: 5px;
-}
-  
 .short-form-control {
        width: 70%;
 }
 
-.nav-item {
-       margin-left: 2px;
-       margin-right: 2px;
-}
-.navbar-nav li> {
-       border-radius: 4px;
-}
-.navbar-nav li>a:hover,.navbar-nav li.active {
-       color: white;
-       background-color: #4B86EE;
-       border-radius: 4px;
-}
-.navbar-nav li>a:hover,.navbar-nav li>a:focus {
-       color: white;
-       background-color: #6ca0f8;
-       border-radius: 4px;
-}
 
 .align_right {
        width: 10px;
        text-align: right;
 }
 
-
-
-
-*,
-*:before,
-*:after {
-       box-sizing: inherit;
-       /* enable the "border-box effect" everywhere */
-}
 body {
     padding-bottom: 120px;
 }
@@ -84,6 +53,7 @@ footer {
        bottom: 0;
        width: 100%;
        height: 55px;
+       display: none !important;
   }
 
 .topnav {
@@ -249,3 +219,49 @@ body {
        top:-10px;
        left:20px;
 }
+
+.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;
+}
+
+/* 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);
+    }
+}