kivitendo/css/requirement_spec.css @ f4fe8246
90f4ba5d | Moritz Bunkus | /* ------------------------------------------------------------ */
|
||
/* General page layout */
|
||||
/* ------------------------------------------------------------ */
|
||||
b2e1809f | Moritz Bunkus | input.rs_input_field, select.rs_input_field,
|
||
table.rs_input_field input, table.rs_input_field select {
|
||||
width: 300px;
|
||||
}
|
||||
54daa586 | Moritz Bunkus | |||
c1569bc1 | Moritz Bunkus | #column-container {
|
||
width: 100%;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
#tree-column {
|
||||
float: left;
|
||||
width: 25%;
|
||||
}
|
||||
54daa586 | Moritz Bunkus | #content-column {
|
||
e2f753a4 | Moritz Bunkus | float: right;
|
||
width: 74%;
|
||||
c1569bc1 | Moritz Bunkus | padding-left: 10px;
|
||
}
|
||||
.section-empty-description {
|
||||
color: #bbb;
|
||||
54daa586 | Moritz Bunkus | }
|
||
1f592a0f | Moritz Bunkus | |||
90f4ba5d | Moritz Bunkus | /* ------------------------------------------------------------ */
|
||
/* Special things that apply to the tree */
|
||||
/* ------------------------------------------------------------ */
|
||||
#tree li.flagged > a > ins {
|
||||
background-image: url("../image/flag-red.png") !important;
|
||||
background-position: 0;
|
||||
}
|
||||
/* ------------------------------------------------------------ */
|
||||
/* Special things that apply to the context menu */
|
||||
/* ------------------------------------------------------------ */
|
||||
dc1cf0b0 | Moritz Bunkus | .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"); }
|
||||
84fc52bd | Moritz Bunkus | .context-menu-item.icon-pdf { background-image: url("../image/application-pdf.png"); }
|
||
90f4ba5d | Moritz Bunkus | |||
/* ------------------------------------------------------------ */
|
||||
/* Sections & function blocks */
|
||||
/* ------------------------------------------------------------ */
|
||||
a202449b | Moritz Bunkus | .section {
|
||
border-left: 0;
|
||||
margin-left: 0;
|
||||
1f592a0f | Moritz Bunkus | }
|
||
.section-description-heading {
|
||||
font-weight: bold;
|
||||
}
|
||||
.section-description {
|
||||
color: #000;
|
||||
background: rgb(235, 235, 235);
|
||||
border: 1px solid #ccc;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
a202449b | Moritz Bunkus | .function-block {
|
||
border-bottom: 1px solid #bbb;
|
||||
border-left: 0;
|
||||
margin-left: 0;
|
||||
1f592a0f | Moritz Bunkus | }
|
||
442b26e2 | Moritz Bunkus | |||
.function-block-form {
|
||||
background: rgb(235, 235, 235);
|
||||
border: 1px solid rgb(0, 100, 0);
|
||||
}
|
||||
90f4ba5d | Moritz Bunkus | .function-block-number {
|
||
font-weight: bold;
|
||||
}
|
||||
442b26e2 | Moritz Bunkus | .function-block-form > div {
|
||
padding: 5px;
|
||||
}
|
||||
90f4ba5d | Moritz Bunkus | |||
a202449b | Moritz Bunkus | .sub-function-block {
|
||
background-color: #fff;
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
90f4ba5d | Moritz Bunkus | |||
a202449b | Moritz Bunkus | .sub-function-block-container {
|
||
margin: 10px 0px 10px 20px;
|
||||
border: 1px solid #ccc;
|
||||
90f4ba5d | Moritz Bunkus | }
|
||
a202449b | Moritz Bunkus | .sub-function-block-header {
|
||
padding: 5px;
|
||||
font-weight: bold;
|
||||
90f4ba5d | Moritz Bunkus | color: #fff;
|
||
a202449b | Moritz Bunkus | background: #ccc;
|
||
90f4ba5d | Moritz Bunkus | }
|
||
a202449b | Moritz Bunkus | /* Flagged sections, function blocks, text blocks */
|
||
90f4ba5d | Moritz Bunkus | |||
a202449b | Moritz Bunkus | .section.flagged .section-description,
|
||
.function-block.flagged,
|
||||
.sub-function-block.flagged {
|
||||
90f4ba5d | Moritz Bunkus | background-color: #feece3;
|
||
}
|
||||
a202449b | Moritz Bunkus | .section.flagged .section-description > .section-description-heading,
|
||
.function-block.flagged > .function-block-content > div > .function-block-number,
|
||||
.sub-function-block.flagged > .sub-function-block-content > div > .function-block-number {
|
||||
90f4ba5d | Moritz Bunkus | background-color: #fe5f14;
|
||
color: #fff;
|
||||
}
|
||||
a202449b | Moritz Bunkus | /* Selected sections, function blocks, text blocks */
|
||
90f4ba5d | Moritz Bunkus | |||
a202449b | Moritz Bunkus | .section.selected, .function-block.selected, .sub-function-block.selected {
|
||
margin-left: -3px;
|
||||
border-left: 3px solid #cbb120;
|
||||
90f4ba5d | Moritz Bunkus | }
|
||
/* ------------------------------------------------------------ */
|
||||
/* Text blocks */
|
||||
/* ------------------------------------------------------------ */
|
||||
.requirement-spec-text-block {
|
||||
a202449b | Moritz Bunkus | border-left: 0;
|
||
margin-left: 3px;
|
||||
90f4ba5d | Moritz Bunkus | margin-top: 10px;
|
||
}
|
||||
.requirement-spec-text-block > h2 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
.requirement-spec-text-block.flagged {
|
||||
background-color: #feece3;
|
||||
a202449b | Moritz Bunkus | /* border: 1px solid #fe5f14; */
|
||
90f4ba5d | Moritz Bunkus | }
|
||
.requirement-spec-text-block.flagged > h2 {
|
||||
background-color: #fe5f14;
|
||||
color: #fff;
|
||||
}
|
||||
a202449b | Moritz Bunkus | |||
.requirement-spec-text-block.selected {
|
||||
border-left: 3px solid #cbb120;
|
||||
margin-left: 0;
|
||||
}
|
||||
466c05de | Moritz Bunkus | |||
/* ------------------------------------------------------------ */
|
||||
/* Time/cost estimation */
|
||||
/* ------------------------------------------------------------ */
|
||||
#time_cost_estimate p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|