1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/assets/stylesheets/body_tracking.css
cryptogopher 54040a2764 Added setting taken_at in measurement form
Changed action toggle -> retake
2019-12-01 01:08:09 +01:00

37 lines
1.3 KiB
CSS

table.list tr.quantity.primary td.name {font-weight: bold;}
table.nutrients.list td.name,
table.nutrients.list td.quantity {text-align: left; border-bottom: none;}
table.nutrients.list td.space {border-top: none; border-bottom: none;}
table.nutrients.list td.value {border-top: none;}
table.list tr.ingredient.hidden {opacity: 0.4}
table.list td.action,
table.list td.name {white-space: nowrap;}
table.list td.action,
table.list td.value {text-align: right;}
table.nutrients.list th,
table.nutrients.list td.name,
table.list td.quantity,
table.list td.value {
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;}
input[type=date], input[type=time], input[type=number] {
border:1px solid #9EB1C2;
padding: 3px;
}