recipe.css in Recipe 7.2
Same filename and directory in other branches
/* Ingredient field widget form */ .field-type-ingredient-reference .form-type-textfield, .field-type-ingredient-reference .form-type-select { float: left; } .field-type-ingredient-reference .form-type-textfield { min-width: 17em; } .field-type-ingredient-reference .form-type-textfield:first-child { min-width: 8em; } .field-type-ingredient-reference .form-type-select { min-width: 12em; } .recipe-section div.section { margin: 0; padding: 0 0 0 1.5em; } .field-type-ingredient-reference .quantity-unit { display: inline-block; width: 7em; } /* * import preview */ .recipe-error-item { margin-left: 10px; color:red; font-weight:bold; } .recipe-new-item { margin-left: 10px; color:#2E8B57; font-weight:bold; } .recipe-matched-item { margin-left: 10px; } /* recent index page */ .recipe_index_list { float: left; width: 58%; } .recipe_index_recent { float: left; width: 40%; } .recipe-import-text { font-family: monospace; } /* * Summary Box */ .recipe-summary { float: right; width: 20em; margin:0; padding:0; font-size: 1.0em; } /* If summary is in block, remove float and width so that it won't blowup the layout. */ .block-recipe .recipe-summary { float:none; width:100%; } .recipe-summary table { border-collapse: collapse; } .recipe-summary td, .recipe-summary th { border: 1px solid #aaa; padding: .2em; } .recipe-summary th { background: #E0E0E0; color: black; font-weight: bold; width: 4em; } .recipe-summary td { background: white; color: black; } .recipe-summary .form-item { display: inline; } .summary-data, .summary-title { width: 10em; } .recipe-summary p { margin:0; padding:0; } .recipe-summary h2 { margin:0; padding:0; } .recipe-summary .form-submit { font-size: 75%; width: 8em; float:right; } #recipe_custom_yield fieldset { border: none; } #recipe_custom_yield fieldset .form-item { display: inline; }
File
recipe.cssView source
-
-
- /* Ingredient field widget form */
- .field-type-ingredient-reference .form-type-textfield,
- .field-type-ingredient-reference .form-type-select {
- float: left;
- }
- .field-type-ingredient-reference .form-type-textfield {
- min-width: 17em;
- }
- .field-type-ingredient-reference .form-type-textfield:first-child {
- min-width: 8em;
- }
- .field-type-ingredient-reference .form-type-select {
- min-width: 12em;
- }
-
- .recipe-section div.section {
- margin: 0;
- padding: 0 0 0 1.5em;
- }
-
- .field-type-ingredient-reference .quantity-unit {
- display: inline-block;
- width: 7em;
- }
-
-
- /*
- * import preview
- */
- .recipe-error-item {
- margin-left: 10px;
- color:red;
- font-weight:bold;
- }
- .recipe-new-item {
- margin-left: 10px;
- color:#2E8B57;
- font-weight:bold;
- }
- .recipe-matched-item {
- margin-left: 10px;
- }
-
- /* recent index page */
- .recipe_index_list {
- float: left;
- width: 58%;
- }
- .recipe_index_recent {
- float: left;
- width: 40%;
- }
-
-
- .recipe-import-text {
- font-family: monospace;
- }
-
- /*
- * Summary Box
- */
- .recipe-summary {
- float: right;
- width: 20em;
- margin:0; padding:0;
- font-size: 1.0em;
- }
- /* If summary is in block, remove float and width so that it won't blowup the layout. */
- .block-recipe .recipe-summary {
- float:none;
- width:100%;
- }
- .recipe-summary table {
- border-collapse: collapse;
- }
- .recipe-summary td,
- .recipe-summary th {
- border: 1px solid #aaa;
- padding: .2em;
- }
- .recipe-summary th {
- background: #E0E0E0;
- color: black;
- font-weight: bold;
- width: 4em;
- }
- .recipe-summary td {
- background: white;
- color: black;
- }
- .recipe-summary .form-item {
- display: inline;
- }
- .summary-data, .summary-title {
- width: 10em;
- }
- .recipe-summary p {
- margin:0; padding:0;
- }
- .recipe-summary h2 {
- margin:0; padding:0;
- }
- .recipe-summary .form-submit {
- font-size: 75%;
- width: 8em;
- float:right;
- }
- #recipe_custom_yield fieldset {
- border: none;
- }
- #recipe_custom_yield fieldset .form-item {
- display: inline;
- }