X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Frequirement_spec.css;h=36dfeb5a34b31ffb10f80b04b9cfae6b7cadf5d9;hb=9dfd320ff258071e3ad78dd6cf2d76e215efd4f7;hp=29b458298cb2b6f3a9154e035d123e30df4ec626;hpb=dc1cf0b06e6bd0e4422039c5097576878ab0ddfc;p=kivitendo-erp.git diff --git a/css/requirement_spec.css b/css/requirement_spec.css index 29b458298..36dfeb5a3 100644 --- a/css/requirement_spec.css +++ b/css/requirement_spec.css @@ -3,7 +3,7 @@ /* ------------------------------------------------------------ */ input.rs_input_field, select.rs_input_field, -table.rs_input_field input, table.rs_input_field select { +table.rs_input_field input[type=text], table.rs_input_field input[type=password], table.rs_input_field select { width: 300px; } @@ -47,6 +47,11 @@ table.rs_input_field input, table.rs_input_field select { .context-menu-item.icon-close { background-image: url("../image/document-close.png"); } .context-menu-item.icon-save { background-image: url("../image/document-save.png"); } .context-menu-item.icon-revert { background-image: url("../image/edit-undo.png"); } +.context-menu-item.icon-pdf { background-image: url("../image/application-pdf.png"); } +.context-menu-item.icon-html { background-image: url("../image/text-html.png"); } +.context-menu-item.icon-add-picture { background-image: url("../image/add-picture.png"); } +.context-menu-item.icon-download { background-image: url("../image/download.png"); } +.context-menu-item.icon-renumber { background-image: url("../image/format-list-ordered.png"); } /* ------------------------------------------------------------ */ /* Sections & function blocks */ @@ -156,3 +161,33 @@ table.rs_input_field input, table.rs_input_field select { border-left: 3px solid #cbb120; margin-left: 0; } + +.requirement-spec-text-block-picture-thumbnail { + border-radius: 5px; + border: 2px solid #ebebeb; + float: left; + margin-right: 20px; + padding: 5px; + text-align: center; + width: 130px; +} + +.requirement-spec-text-block-picture-thumbnail-img-container { + height: 64px; + margin: auto; + padding: auto; + width: 64px; +} + +.requirement-spec-text-block-picture-thumbnail.selected { + border: 2px solid #cbb120; +} + +/* ------------------------------------------------------------ */ +/* Time/cost estimation */ +/* ------------------------------------------------------------ */ + +#time_cost_estimate p { + margin-top: 0; + margin-bottom: 0; +} \ No newline at end of file