X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Frequirement_spec.css;h=90bce82b6029e2597833b1339a6b6ed795b4c556;hb=1f592a0f4f88893b5c2cb29b2d10e2d07b444ac0;hp=2901452c356279e89a53ae146590e6e260e39b1a;hpb=e2cad7d4056cf13ba8df9d4127e76273c56bf305;p=kivitendo-erp.git diff --git a/css/requirement_spec.css b/css/requirement_spec.css index 2901452c3..90bce82b6 100644 --- a/css/requirement_spec.css +++ b/css/requirement_spec.css @@ -25,3 +25,34 @@ table.rs_input_field input, table.rs_input_field select { .section-empty-description { color: #bbb; } + +.function-block { + border-bottom: 1px solid #bbb; +} + +.section-description-heading { + font-weight: bold; +} + +.section-description { + color: #000; + background: rgb(235, 235, 235); + border: 1px solid #ccc; + margin-bottom: 15px; +} + +.sub-function-block { + border-bottom: 1px solid #ccc; +} + +.sub-function-block-container { + margin: 10px 0px 10px 20px; + border: 1px solid #ccc; +} + +.sub-function-block-header { + padding: 5px; + font-weight: bold; + color: #fff; + background: #ccc; +}