Sha256: eabe7d2f953b2eec80bf75ccfbf9663f826e9867774774b63eba61dc50fbb7a7

Contents?: true

Size: 975 Bytes

Versions: 1

Compression:

Stored size: 975 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 './bootstrap_and_overrides.css'
 *= require_self
 */
.detail_wrapper{
  padding: 10px 0 0 50px;
}
.detail_wrapper table tr td.locale_row{
  width: 65px;
}
.localization_key_row .localization_keys_options{
  display: none;
  float: right;
}
.localization_key_row:hover .localization_keys_options{
  display: block;
}

li.key_prefix .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

.hidden{
  display: none;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lit-0.1.0 app/assets/stylesheets/lit/application.css