Lemonldap-NG-Manager

 view release on metacpan or  search on metacpan

site/htdocs/static/css/manager.css  view on Meta::CPAN

            box-shadow: none;
  }
  #content {
    position: relative;
  }
}
.scrollable {
  overflow: auto;
}
.container {
  padding-bottom: 15px;
}
.hresizer {
  position: absolute;
  width: 6px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #EEE;
  cursor: e-resize;
}
.vresizer {
  position: absolute;
  height: 6px;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: #EEE;
  cursor: n-resize;
}
.angular-ui-tree-empty {
  min-height: auto;
  border: none;
}
.old {
  color: #A00;
}
.new {
  color: #0A0;
}

/* Some specific styles */
.maxw {
  width: 100%;
}
.center {
  text-align: center;
}

.backgrounddiv {
  margin-top: 10px;
}
.llcontainer {
  position: relative;
  margin-bottom: 10px;
}
.navbar-nav li {
 line-height: 50px;
}

/* Animation for copy to clipboard */
@keyframes flash {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.flash {
  animation: flash 0.4s;
}



( run in 1.387 second using v1.01-cache-2.11-cpan-84e82930d8c )