X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=css%2Frequirement_spec.css;h=1237133983ad4954901fc8c513f61d3c9af326d1;hb=c79f44bee8d013144776eceab99e947e881cc8b3;hp=5afc0088ab9afbe89900f4e6f68be7d6ce5b416f;hpb=466c05de53240432783538da437fab27a9fae13c;p=kivitendo-erp.git diff --git a/css/requirement_spec.css b/css/requirement_spec.css index 5afc0088a..123713398 100644 --- a/css/requirement_spec.css +++ b/css/requirement_spec.css @@ -48,6 +48,9 @@ table.rs_input_field input, table.rs_input_field select { .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-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 */ @@ -158,6 +161,27 @@ table.rs_input_field input, table.rs_input_field select { 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 */ /* ------------------------------------------------------------ */