Updated ItemsWithQuantities to work with MeasurementRoutine Replaced ColumnViews HABTM with polymorphic HMT Added Measurement notes Added destroy restrictions on Quantity Replaced BodyTrackingPluginController with Finders concern Removed 'body_trackers' prefix from paths Unified styling for textarea
44 lines
1.1 KiB
CSS
44 lines
1.1 KiB
CSS
table.list tr.quantity.primary td.name {font-weight: bold;}
|
|
|
|
table.list tr.ingredient.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;
|
|
}
|