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 8e8160c41a Renamed Ingredient -> Food
Ingredient is now part of composition (meal/recipe/dish)
2020-04-14 19:44:19 +02:00

44 lines
1.1 KiB
CSS

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;
}