nutrition-label-jquery-plugin
Version:
To be able to create a FDA-style nutrition label with any nutrition data source
28 lines • 544 B
CSS
.nutritionLabel {
border-bottom: 2px solid #333 ;
margin-bottom: 0;
font-size: 13px;
background: #fff;
line-height: normal;
}
.nutritionLabel .title {
padding-top: 0;
}
.nutritionLabel .name.inline {
padding-top: .4em;
}
.truncate {
text-overflow: ellipsis;
overflow: hidden;
}
.servingSizeField .ui-input-text {
margin: 0 0 0 15px;
}
.servingSizeField .ui-input-text input {
min-height: 2em;
}
.ui-shadow-inset {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}