table.list tr.quantity.primary td.name {font-weight: bold;} table.list tr.food.hidden {opacity: 0.4} table.list .date, table.list .name, table.list .quantity {text-align: left;} table.list .action, table.list .value {text-align: right;} table.list th.closable {padding-right: 0;} table.list .unwrappable {white-space: nowrap;} table.list .ellipsible { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 1px; } table.list td.form { padding-right: 2px; text-align: left; } fieldset#filters table.filter td {padding-left: 8px;} .icon-move-left { background-image: url(../images/1leftarrow.png); } .icon-move-right { background-image: url(../images/1rightarrow.png); } .icon-eye { background-image: url(../images/eye.png); } .icon-bullet-open { background-image: url(../../../images/bullet_toggle_minus.png); } .icon-bullet-closed { background-image: url(../../../images/bullet_toggle_plus.png); } input[type=number] { -moz-appearance:textfield; text-align: right; } input[type=date], input[type=time], input[type=number], textarea { border:1px solid #d7d7d7; padding: 3px; }