Sha256: 951bae4b1cf878ac7f01e80253e25bed46e120ed5e94640e0d57f0fac4ff9b49
Contents?: true
Size: 1.13 KB
Versions: 13
Compression:
Stored size: 1.13 KB
Contents
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * *= require_tree . *= require_self */ body { margin: 2em; } fieldset { display: inline; } h2 { margin: 0; } form { margin-top: 1em; margin-bottom: 2em; } table { width: 100%; } select { margin-top: 2px; margin-bottom: 1px; } .active-reporter-axis-fields { margin-bottom: 1em; } .active-reporter-dimension-fields--number-dimension input { width: 5em; } .active-reporter-dimension-fields--time-dimension input { width: 10em; } .active-reporter-dimension-fields--time-dimension input:nth-child(4) { width: 5em; }
Version data entries
13 entries across 13 versions & 1 rubygems