]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
Move user functionality fully into the base
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index 11ded3b1af60f60e594899ec5a5ce52e18508514..cc4e5507c06f62807c1e7bce2b3d60f5ecf9278c 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;
 }
@@ -244,3 +214,7 @@ body {
 .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        width: inherit;
 }
+
+.card-header i.fa {
+       line-height: 74px;
+}