bootstrap-azkaban.less

131 lines | 1.418 kB Blame History Raw Download
.modal-wide .modal-dialog {
	width: 80%; /* or whatever you wish */
}

.alert-messaging {
	display: none;
}

.nav-tabs, .nav-pills {
	margin-bottom: 15px;
}

.flow-expander {
	cursor: pointer;
}

table .worksheet-key {
	width: 25%;
}

#all-jobs {
  .tb-name {
    width: 70%;
    border-bottom-width: 0;
    border-bottom-style: none;
  }

  .tb-up-date {
    width: 140px;
    min-width: 130px;
  }

  .tb-owner {
    width: 10%;
    min-width: 95px;
  }
}

.properties-table {
  .all-jobs .tb-pname {
  }

  .all-jobs .tb-pvalue {
  }
}

.permission-table {
  .tb-perm {
    width: 41px;
    margin: 0px;
  }

  .tb-admin {
    width: 41px;
    margin: 0px;
  }

  .tb-read {
    width: 33px;
    margin: 0px;
  }

  .tb-write {
    width: 34px;
    margin: 0px;
  }

  .tb-execute {
    width: 51px;
    margin: 0px;
  }

  .tb-schedule {
    margin: 0px;
    width: 60px;
  }

  .tb-action {
    margin: 0px;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
  }
}

.executions-table {
  th.date {
    width: 140px;
  }

  th.execid {
    width: 100px;
  }

  th.project {
    width: 200px;
  }

  th.user {
    width: 60px;
  }

  th.elapse {
    width: 90px;
  }

  th.status {
    width: 100px;
  }

  th.details {
    width: 10px;
  }

  th.action {
    width: 20px;
  }

  td.timeline {
    width: 280px;
    padding: 0px;
    height: 100%;
    vertical-align: bottom;
    margin: 0px;
  }

  td.execId {
    font-weight: bold;
  }
}