Sha256: 53f60419d66b4b31c59ea7c6791371b4c52464b93e94827fe41600327f00789a

Contents?: true

Size: 831 Bytes

Versions: 102

Compression:

Stored size: 831 Bytes

Contents

/*
* For usage statistics
*/

.stats-container {
  box-sizing: border-box;
  width: 850px;
  height: 450px;
  padding: 20px 15px 15px 15px;
  margin: 15px auto 30px auto;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.stats-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}

Version data entries

102 entries across 102 versions & 3 rubygems

Version Path
hyrax-2.9.6 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.9.5 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.9.4 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.9.3 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.9.2 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.9.1 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.9.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.0.0.pre.rc2 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.8.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.7.2 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.7.1 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.7.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.6.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.0.0.pre.rc1 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.0.0.pre.beta3 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.5.1 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.5.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.0.0.pre.beta2 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-2.4.1 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.0.0.pre.beta1 app/assets/stylesheets/hyrax/_usage-stats.scss