X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Frequirement_spec.css;h=5afc0088ab9afbe89900f4e6f68be7d6ce5b416f;hb=e967690da6cc483427d0e930eec1442ed589443e;hp=d5edd4bee5ae89086fbf9bf9429d04b144ce3113;hpb=a202449b1b075b708ec4c68e0be1faf02ce2d031;p=kivitendo-erp.git diff --git a/css/requirement_spec.css b/css/requirement_spec.css index d5edd4bee..5afc0088a 100644 --- a/css/requirement_spec.css +++ b/css/requirement_spec.css @@ -43,8 +43,11 @@ table.rs_input_field input, table.rs_input_field select { /* Special things that apply to the context menu */ /* ------------------------------------------------------------ */ -.context-menu-item.icon-flag { background-image: url("../image/flag-red.png"); } - +.context-menu-item.icon-flag { background-image: url("../image/flag-red.png"); } +.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"); } /* ------------------------------------------------------------ */ /* Sections & function blocks */ @@ -154,3 +157,12 @@ table.rs_input_field input, table.rs_input_field select { border-left: 3px solid #cbb120; margin-left: 0; } + +/* ------------------------------------------------------------ */ +/* Time/cost estimation */ +/* ------------------------------------------------------------ */ + +#time_cost_estimate p { + margin-top: 0; + margin-bottom: 0; +} \ No newline at end of file