Sha256: b648fa0c8e40ab049799e188b0eb7c0c9381b40f2c712fb0891eb9329ea34b16

Contents?: true

Size: 1.61 KB

Versions: 61

Compression:

Stored size: 1.61 KB

Contents

/*
*= require font-awesome
*/

.tc-badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.tc-badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.tc-badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.tc-badge-important {
  background-color: #b94a48;
}

.label-important[href],
.tc-badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.tc-badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.tc-badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.tc-badge-success {
  background-color: #468847;
}

.label-success[href],
.tc-badge-success[href] {
  background-color: #356635;
}

.label-info,
.tc-badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.tc-badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.tc-badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.tc-badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .tc-badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .tc-badge {
  top: 0;
}

.tc-inspector-link{
  z-index:9999999;
  opacity:0.5;
  color:white !important;
  position:absolute;
}

.tc-inspector-link:hover
{ 
  opacity:1;
}

Version data entries

61 entries across 61 versions & 2 rubygems

Version Path
translation_center-2.0.2 app/assets/stylesheets/translation_center/inspector.css
translation_center-2.0.1 app/assets/stylesheets/translation_center/inspector.css
translation_center-1.7.2 app/assets/stylesheets/translation_center/inspector.css
afalkear_translation_center-1.8.4 app/assets/stylesheets/translation_center/inspector.css
afalkear_translation_center-1.8.3 app/assets/stylesheets/translation_center/inspector.css
afalkear_translation_center-1.8.2 app/assets/stylesheets/translation_center/inspector.css
afalkear_translation_center-1.8.1 app/assets/stylesheets/translation_center/inspector.css
afalkear_translation_center-1.8.0 app/assets/stylesheets/translation_center/inspector.css
afalkear_translation_center-1.7.9 app/assets/stylesheets/translation_center/inspector.css
afalkear_translation_center-1.7.8 app/assets/stylesheets/translation_center/inspector.css
afalkear_translation_center-0.0.0 app/assets/stylesheets/translation_center/inspector.css
afalkear_translation_center-1.7.7 app/assets/stylesheets/translation_center/inspector.css
translation_center-1.7.1 app/assets/stylesheets/translation_center/inspector.css
translation_center-1.7.0 app/assets/stylesheets/translation_center/inspector.css
translation_center-1.6.10 app/assets/stylesheets/translation_center/inspector.css
translation_center-1.6.9 app/assets/stylesheets/translation_center/inspector.css
translation_center-1.6.8 app/assets/stylesheets/translation_center/inspector.css
translation_center-1.6.7 app/assets/stylesheets/translation_center/inspector.css
translation_center-1.6.6 app/assets/stylesheets/translation_center/inspector.css
translation_center-1.6.5 app/assets/stylesheets/translation_center/inspector.css