]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
Update class-paneluser.php
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index 6f312710e0b93f8ae218835dc75d9758822f87a3..0650f689cbbe7965624da3cd17cd4eedcf950f5f 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;
 }
@@ -249,3 +218,7 @@ body {
        top:-10px;
        left:20px;
 }
+
+.card-header i.fa {
+       line-height: 74px;
+}