Sha256: f73ec0c8063ad0a435f1519abcbfd0cc5ca7583d53c8c007da8a75feaa2cd79a

Contents?: true

Size: 618 Bytes

Versions: 2

Compression:

Stored size: 618 Bytes

Contents

/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/


#my_nagios_body {
  * {
    font-size: 0.9em;
  }

  #failures_list {
    position: relative;

    .timer {
      position: absolute;
      top: 8px;
      right: 8px;
    }

    table.failures_list.refresing {
      color: #e6e6e6;
    }
  }

  table.check_list {
    tr.disabled {
      background-color: #e6e6e6;
    }

    .check_interval {
      color: #e6e6e6;
    }
  }

  #group_action {
    position: fixed;
    top: 20px;
    right: 60px;
    left: 60px;
    height: 50px;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
my_nagios-0.0.22 app/assets/stylesheets/my_nagios/welcome.scss
my_nagios-0.0.21 app/assets/stylesheets/my_nagios/welcome.scss