Sha256: c65e10edf347fce0e339ed2f0dc8c77556e21f04ff98dc6cfaeb8963bf6053ae

Contents?: true

Size: 835 Bytes

Versions: 24

Compression:

Stored size: 835 Bytes

Contents

/*
* For usage statistics
*/

.stats-container {
  box-sizing: border-box;
  max-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

24 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-5.0.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-5.0.0.rc3 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-5.0.0.rc2 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-5.0.0.rc1 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.6.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-4.0.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-4.0.0.rc3 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-4.0.0.rc2 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-4.0.0.rc1 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.5.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-4.0.0.beta2 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.4.2 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-4.0.0.beta1 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.4.1 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.4.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.3.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.2.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.1.0 app/assets/stylesheets/hyrax/_usage-stats.scss
hyrax-3.0.2 app/assets/stylesheets/hyrax/_usage-stats.scss