Project

General

Profile

« Previous | Next » 

Revision cfabbeb0

Added by Andreas Kohlbecker almost 7 years ago

ref #6724 SpecimenTypeDesignationWorkingsetEditor improvements

  • better country select item captions
  • extending the SpecimenTypeDesignationWorkingSetDTO
  • adding more fields to the editor
  • Custom component for the min-max-freetext fields like 'Absolute elevation'

View differences:

src/main/webapp/VAADIN/themes/edit-valo/custom-fields.scss
56 56
    @include icon-button-field-button($button-style-name, $button-count, $button-alignment, $button-width);
57 57
}
58 58

  
59
// ===================== Styles ==============================//
59
// ===================== Styles ===================== //
60 60

  
61 61
body .edit-valo { // increasing specifity to allow overriding the valo default field themes
62 62
  
63
  // TimePeriodField
63
  // ------------  TimePeriodField ------------ //
64 64
  .v-time-period-field {
65 65
      .margin-wrapper {
66 66
          @include composite-field-wrapper;
......
81 81
          border-radius: $v-border-radius;
82 82
   }
83 83
  
84
  // v-switchable-textfield
84
  // ------------ v-switchable-textfield ------------ //
85 85
  .v-switchable-textfield {
86 86
    @include icon-button-field('v-textfield', 'v-switch', 1, 'right');
87 87
  }
88 88
  
89
  // v-person-field
89
  // ------------ v-person-field ------------ //
90 90
  .v-person-field {
91 91
    .v-caption {
92 92
        display: block;
......
119 119
        }
120 120
    }
121 121
    
122
   // team-or-person-field
122
   // ------------ team-or-person-field ------------ // 
123 123
   .v-team-or-person-field {
124 124
   
125 125
        .toolbar {
......
132 132
        }
133 133
    }
134 134
    
135
    // v-related-entity-list-select
135
    // ------------ v-related-entity-list-select ------------ //
136

  
136 137
    .v-related-entity-list-select {
137 138
        @include icon-button-field('v-select', 'v-button', 2, 'right', $v-unit-size);
138 139
    }
139 140
    
140
    // v-related-entity-combobox
141
    // ------------ v-related-entity-combobox ------------ //
141 142
    .v-related-entity-combobox {
142 143
        @include icon-button-field('v-filterselect', 'v-button', 2, 'right', $v-unit-size);
143 144
        .v-filterselect-button {
......
145 146
        }
146 147
    }
147 148
    
149
    // ------------ minMaxTextField ------------ //
150
    .v-min-max-text-field {
151
        @include composite-field-wrapper;
152
    }
153
    
148 154
} 

Also available in: Unified diff