Added MeasurementRoutine as a nested Measurement model
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
This commit is contained in:
@@ -37,7 +37,7 @@ input[type=number] {
|
||||
-moz-appearance:textfield;
|
||||
text-align: right;
|
||||
}
|
||||
input[type=date], input[type=time], input[type=number] {
|
||||
border:1px solid #9EB1C2;
|
||||
input[type=date], input[type=time], input[type=number], textarea {
|
||||
border:1px solid #d7d7d7;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user