Sha256: 152353088a6ecb940fdb44497d468f2e43e2ffa0fdbb276403aa606f0384c535

Contents?: true

Size: 753 Bytes

Versions: 1

Compression:

Stored size: 753 Bytes

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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_tree ./bootstrap
 *= require_tree ./dataTables
 *= require_self
 */

body {
  padding-top: 70px;
  padding-bottom: 70px;
}

table {
  table-layout: fixed;
}

td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mr_video-1.2.0 app/assets/stylesheets/mr_video/application.css