Sha256: e67afda8babe67c0866895b4d965df79d70ac9edab52d65986f6faa9a96314ad
Contents?: true
Size: 1.4 KB
Versions: 6
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; } 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: 25px; height: 25px; color: #494949; } td, th { white-space: normal; padding: 5px 20px; line-height: 20px; } td.grouped{ padding-left: 0px; } thead th { line-height: 30px; select { margin-top: 5px; } } }
Version data entries
6 entries across 6 versions & 1 rubygems