Sha256: a6c720709d6ec935e6618c7c3767d66215ee0a78590e225227690127c69d0c4d

Contents?: true

Size: 1.06 KB

Versions: 9

Compression:

Stored size: 1.06 KB

Contents

fieldset.provider_form {
  margin-bottom: 10px;

  legend {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 80px;
    width: 80%
  }

  label.radio-inline {
    display: block;
    margin-left: 90px;
  }
}

div.terminal {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #B2B2B2;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;

  div.printable {
    min-height: 50px;
  }

  div.line.error, div.line.debug {
    color: #a9302a;
  }

  div.line.stderr {
    background-color: rgba(205, 209, 207, 0.21);
    color: #FFFFFF;
  }

  div.line span.counter {
    float: left;
    clear: left;
  }

  div.line div.content {
    position: relative;
    margin-left: 50px;
  }

  a {
    color: #FFFFFF;
  }

  a.scroll-link-top {
    position: relative;
    bottom: 10px;
  }

  a.scroll-link-bottom {
    position: relative;
    z-index: 5;
  }

}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_remote_execution-0.2.3 app/assets/stylesheets/template_invocation.css.scss
foreman_remote_execution-0.2.2 app/assets/stylesheets/template_invocation.css.scss
foreman_remote_execution-0.2.1 app/assets/stylesheets/template_invocation.css.scss
foreman_remote_execution-0.1.2 app/assets/stylesheets/template_invocation.css.scss
foreman_remote_execution-0.1.1 app/assets/stylesheets/template_invocation.css.scss
foreman_remote_execution-0.1.0 app/assets/stylesheets/template_invocation.css.scss
foreman_remote_execution-0.0.10 app/assets/stylesheets/template_invocation.css.scss
foreman_remote_execution-0.0.8 app/assets/stylesheets/template_invocation.css.scss
foreman_remote_execution-0.0.7 app/assets/stylesheets/template_invocation.css.scss