1 /* ------------------------------------------------------------ */
 
   2 /* General page layout */
 
   3 /* ------------------------------------------------------------ */
 
   5 input.rs_input_field, select.rs_input_field,
 
   6 table.rs_input_field input, table.rs_input_field select {
 
  29 .section-empty-description {
 
  33 /* ------------------------------------------------------------ */
 
  34 /* Special things that apply to the tree */
 
  35 /* ------------------------------------------------------------ */
 
  37 #tree li.flagged > a > ins {
 
  38  background-image: url("../image/flag-red.png") !important;
 
  39  background-position: 0;
 
  42 /* ------------------------------------------------------------ */
 
  43 /* Special things that apply to the context menu */
 
  44 /* ------------------------------------------------------------ */
 
  46 .context-menu-item.icon-flag   { background-image: url("../image/flag-red.png"); }
 
  47 .context-menu-item.icon-close  { background-image: url("../image/document-close.png"); }
 
  48 .context-menu-item.icon-save   { background-image: url("../image/document-save.png"); }
 
  49 .context-menu-item.icon-revert { background-image: url("../image/edit-undo.png"); }
 
  50 .context-menu-item.icon-pdf    { background-image: url("../image/application-pdf.png"); }
 
  52 /* ------------------------------------------------------------ */
 
  53 /* Sections & function blocks */
 
  54 /* ------------------------------------------------------------ */
 
  61 .section-description-heading {
 
  65 .section-description {
 
  67   background: rgb(235, 235, 235);
 
  68   border: 1px solid #ccc;
 
  73   border-bottom: 1px solid #bbb;
 
  78 .function-block-form {
 
  79   background: rgb(235, 235, 235);
 
  80   border: 1px solid rgb(0, 100, 0);
 
  83 .function-block-number {
 
  87 .function-block-form > div {
 
  92   background-color: #fff;
 
  93   border-bottom: 1px solid #ccc;
 
  98 .sub-function-block-container {
 
  99   margin: 10px 0px 10px 20px;
 
 100   border: 1px solid #ccc;
 
 103 .sub-function-block-header {
 
 110 /* Flagged sections, function blocks, text blocks */
 
 112 .section.flagged .section-description,
 
 113 .function-block.flagged,
 
 114 .sub-function-block.flagged {
 
 115   background-color: #feece3;
 
 118 .section.flagged .section-description > .section-description-heading,
 
 119 .function-block.flagged > .function-block-content > div > .function-block-number,
 
 120 .sub-function-block.flagged > .sub-function-block-content > div > .function-block-number {
 
 121   background-color: #fe5f14;
 
 125 /* Selected sections, function blocks, text blocks */
 
 127 .section.selected, .function-block.selected, .sub-function-block.selected {
 
 129   border-left: 3px solid #cbb120;
 
 132 /* ------------------------------------------------------------ */
 
 134 /* ------------------------------------------------------------ */
 
 136 .requirement-spec-text-block {
 
 142 .requirement-spec-text-block > h2 {
 
 146 .requirement-spec-text-block.flagged {
 
 147   background-color: #feece3;
 
 148   /* border: 1px solid #fe5f14; */
 
 151 .requirement-spec-text-block.flagged > h2 {
 
 152   background-color: #fe5f14;
 
 156 .requirement-spec-text-block.selected {
 
 157   border-left: 3px solid #cbb120;