Sha256: 50504836e033b9bf5344781097adbf83cffa1fc8df79dc075e90810aedcd49c7

Contents?: true

Size: 762 Bytes

Versions: 2

Compression:

Stored size: 762 Bytes

Contents

/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
#keys_ul{
  height: 100%;
}
.translation_keys_listing {
  height: 410px;
  overflow: auto;
  width: 32%;
}

.translation_keys_listing small, .translation_keys_listing p {
  word-break:break-all;
}

.translation_keys_listing small {
  color: black;
}

.translation_keys_listing li {
  overflow: hidden;
  position: relative;
}

.translation_key_badge {
  height: 80%;
  width: 5px;
  float: left;
  position: absolute;
}

.translations_count {
  margin-right: 5px;
}

.nav.nav-pills {
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
}

.key_editable {
  cursor: pointer;
}

.created_time {
  font-size: 10px;
  color: black;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
translation_center-2.0.2 app/assets/stylesheets/translation_center/translation_keys.css
translation_center-2.0.1 app/assets/stylesheets/translation_center/translation_keys.css