App-Netdisco

 view release on metacpan or  search on metacpan

share/public/css/netdisco.css  view on Meta::CPAN

  font-weight: normal;
  font-family: monospace;
  line-height: 15px;
}

td.nd_acl-rule-list {
  text-align: left;
}

div.nd_acl-rule-list {
  display: inline-block;
  text-align: left;
}

.nd_delete-me, .nd_delete-me:hover, .nd_delete-me:focus {
  text-decoration: none;
  color: white;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* styles to adjust the hero box used for homepage + login */

/* space between hero box and navbar */
.nd_hero-row {
  margin-top: 50px;
}

/* alter proportions of hero unit to make it "tighter" on content */
.hero-unit {
  padding: 30px 60px 40px 90px;
}

/* push user/pass/login form down+away from the Netdisco banner text */
.nd_login-form {
  margin-top: 15px;
  margin-bottom: 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* styles for device inventory */

.nd_inventory-table-head {
  text-align: center;
  color: lightSlateGray;
  margin-top: 6px;
  margin-bottom: 3px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* styles for links in results tables */

/* make the whole cell become a hyperlink in results table */
.nd_linkcell {
  display: block;
  padding: 0px;
  height: 100%;
}

/* still a link, but styled like normal text */
.nd_stealth-link {
  text-decoration: none !important;
  color: #404040;
}

.nd_text-align-top {
  vertical-align: text-top;
}

/* make room for the port log icon */
.nd_this-port-only {
  margin-right: 15px;
}
/* nudge cell content to the right when port_control controls are enabled */
.nd_editable-cell > .nd_this-port-only {
  margin-left: 14px;
  margin-right: 60px;
}
.nd_editable-cell > .nd_port-only-first {
  margin-left: 5px;
}

.nd_editable-cell > .nd_editable-cell-content {
  margin-right: 25px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* styles to position table cell content */

.table td:not(.nd_acl-rule-list) {
  vertical-align: baseline;
}

.table .nd_center-cell {
  text-align: center;
}

td.nd_devport-icon i {
  line-height: 18px;
}

/* undo nd_center-cell when in a modial dialog (which lives in table cell) */
.table .nd_center-cell .modal-body {
  text-align: left;
}

/* fix layout of form fields inside the (topology) table */
td div.input-append {
  margin-bottom: 0px;
}

/* admin buttons in the device details view */
td > form.nd_inline-form {
  margin-bottom: 2px;
}

/* pull right admin buttons in the device details view */
.nd_pull-right-admin-button {
  margin-right: 4px;
}

/* fix layout of form fields inside the (pseudo devices) table */
.nd_center-cell input {



( run in 0.583 second using v1.01-cache-2.11-cpan-39bf76dae61 )