1 /* ------------------------------------------------------------ */
 
   2 /* General page layout */
 
   3 /* ------------------------------------------------------------ */
 
   5 input.rs_input_field, select.rs_input_field,
 
   6 table.rs_input_field input[type=text], table.rs_input_field input[type=password], 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"); }
 
  51 .context-menu-item.icon-html   { background-image: url("../image/text-html.png"); }
 
  52 .context-menu-item.icon-add-picture { background-image: url("../image/add-picture.png"); }
 
  53 .context-menu-item.icon-download    { background-image: url("../image/download.png"); }
 
  54 .context-menu-item.icon-renumber    { background-image: url("../image/format-list-ordered.png"); }
 
  56 /* ------------------------------------------------------------ */
 
  57 /* Sections & function blocks */
 
  58 /* ------------------------------------------------------------ */
 
  65 .section-description-heading {
 
  69 .section-description {
 
  71   background: rgb(235, 235, 235);
 
  72   border: 1px solid #ccc;
 
  77   border-bottom: 1px solid #bbb;
 
  82 .function-block-form {
 
  83   background: rgb(235, 235, 235);
 
  84   border: 1px solid rgb(0, 100, 0);
 
  87 .function-block-number {
 
  91 .function-block-form > div {
 
  96   background-color: #fff;
 
  97   border-bottom: 1px solid #ccc;
 
 102 .sub-function-block-container {
 
 103   margin: 10px 0px 10px 20px;
 
 104   border: 1px solid #ccc;
 
 107 .sub-function-block-header {
 
 114 /* Flagged sections, function blocks, text blocks */
 
 116 .section.flagged .section-description,
 
 117 .function-block.flagged,
 
 118 .sub-function-block.flagged {
 
 119   background-color: #feece3;
 
 122 .section.flagged .section-description > .section-description-heading,
 
 123 .function-block.flagged > .function-block-content > div > .function-block-number,
 
 124 .sub-function-block.flagged > .sub-function-block-content > div > .function-block-number {
 
 125   background-color: #fe5f14;
 
 129 /* Selected sections, function blocks, text blocks */
 
 131 .section.selected, .function-block.selected, .sub-function-block.selected {
 
 133   border-left: 3px solid #cbb120;
 
 136 /* ------------------------------------------------------------ */
 
 138 /* ------------------------------------------------------------ */
 
 140 .requirement-spec-text-block {
 
 146 .requirement-spec-text-block > h2 {
 
 150 .requirement-spec-text-block.flagged {
 
 151   background-color: #feece3;
 
 152   /* border: 1px solid #fe5f14; */
 
 155 .requirement-spec-text-block.flagged > h2 {
 
 156   background-color: #fe5f14;
 
 160 .requirement-spec-text-block.selected {
 
 161   border-left: 3px solid #cbb120;
 
 165 .requirement-spec-text-block-picture-thumbnail {
 
 167   border: 2px solid #ebebeb;
 
 175 .requirement-spec-text-block-picture-thumbnail-img-container {
 
 182 .requirement-spec-text-block-picture-thumbnail.selected {
 
 183   border: 2px solid #cbb120;
 
 186 /* ------------------------------------------------------------ */
 
 187 /* Time/cost estimation */
 
 188 /* ------------------------------------------------------------ */
 
 190 #time_cost_estimate p {