Sha256: 541155fb58884d14f315ace6fcef365716b7564bbe65dc9e5c7fe95a0132e79c

Contents?: true

Size: 956 Bytes

Versions: 8

Compression:

Stored size: 956 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_self
 *= require_tree .
 */

div#migfiles {
  width: 298px;
  height: 400px;
  border: solid 1px #666;
  overflow: scroll;
  overflow-x : hidden;
  padding: 0;
}

div#migfiles ul {
  width: 278px;
  list-style: none;
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
}

div#migfiles li {
  margin: 0;
  padding: 5px;
  width: 280px;
  list-style: none;
  border-top: none;
  border-bottom: 1px dotted #B1B6B9;
  word-wrap: break-word;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
visual_migrate-4.1.7.0 app/assets/stylesheets/vm-application.css
visual_migrate-4.1.0.0 app/assets/stylesheets/vm-application.css
visual_migrate-4.0.2.0 app/assets/stylesheets/vm-application.css
visual_migrate-4.0.1.6 app/assets/stylesheets/vm-application.css
visual_migrate-4.0.1.5 app/assets/stylesheets/vm-application.css
visual_migrate-4.0.1.4 app/assets/stylesheets/vm-application.css
visual_migrate-4.0.1.3 app/assets/stylesheets/vm-application.css
visual_migrate-4.0.1.2 app/assets/stylesheets/vm-application.css