fnando/test_squad

View on GitHub
app/assets/stylesheets/test_squad/ember.css

Summary

Maintainability
Test Coverage
#ember-testing-container {
  position: absolute;
  background: white;
  width: 640px;
  height: 384px;
  overflow: auto;
  z-index: 9999;
  border: 1px solid #ccc;
  right: 50px;
  bottom: 50px;
  padding: 5px;
}

#ember-testing {
  zoom: 50%;
}