Sha256: 0ec02542d93ca374a158ceba86b3c9f510721717a882dda6a6ebdb955b09d8ae

Contents?: true

Size: 1.4 KB

Versions: 3

Compression:

Stored size: 1.4 KB

Contents

/* 
*= require_self
*/
.clear { clear: both; height: 0; }

div.i18n-box div.list {
  background-color: white;
  overflow: none;
}
.i18n-language-switch{
  overflow: hidden;
  list-style: none;
}
.i18n-language-switch li{
  float:left;
  margin-left:10px;
  cursor:pointer;
}
.i18n-language-switch li a {
  color: #C3C3C3;
}
.i18n-language-switch li.active a{
  color: #444;
  font-weight: bold;
  cursor:default;
}
span.hint {
  font-size: 11px;
  color: #666;
  display: block;
}
#i18n_edit textarea {
  height: 100px;
}
div.list div.actions {
  padding: 10px;
  .filters {
    float:  left;
    position: relative;
    line-height: 35px;

    input {
      position: absolute;
      top: 11px;
    }
    label {
      padding-top: 10px;
      padding-left: 20px;
    }
  }
}
div.list table {
  table-layout: fixed;
  clear: both;
  td span.unapproved {
    color: red;
  }
  tr td:first-child p {
    min-height: 40px;
  }
  td textarea {
    border: 1px solid #cdcdcd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
    width: 100%;
    min-height: 50px;
    color: #494949;    
  }
  td, th {
    white-space: normal;
    padding: 5px 20px;
    line-height: 20px;
  }
  thead th {
    line-height: 30px;
    select {
      float: right;
      margin-top: 5px;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lolita-i18n-0.3.2 app/assets/stylesheets/lolita/i18n/application.scss
lolita-i18n-0.3.1 app/assets/stylesheets/lolita/i18n/application.scss
lolita-i18n-0.3.0 app/assets/stylesheets/lolita/i18n/application.scss