Sha256: 3c6d39532e1aa982c7fe82118e96ddd2233da9b6b2bd6284d8f42ac0847565b4
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
@cell_width: 70px; br.clear{ clear: both; } ul#account_links{ list-style: none; li{ float: left; margin-right: 1em; } } table.editor { border-collapse: collapse; * { margin: 0px; padding: 0px; } td, th { border: 1px solid black; } // table head th.inserts{ width: 1.5em; } th.date { min-width: @cell_width * 2; } th.category { min-width: @cell_width * 2; width: @cell_width * 2; } // row tr.even { } tr.odd, tr.odd input { background: #f9f9ff; } // cell td.title, td.amount, td.account_id_from, td.account_id_to { min-width: @cell_width; width: @cell_width; input{ width: 90%; } select{ width: 100%; } input, select { border: none; font-size: 100%; padding-left: 3px; } } td.title { padding-left: 3px; } td.amount div, td.amount input { text-align: right; padding-right: 3px; } } .pushable { color: blue; // text-decoration: underline; cursor: pointer; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moneyrail-0.1.2 | public/stylesheets/editor.less |