Project

General

Profile

« Previous | Next » 

Revision 05ce2673

Added by Andreas Kohlbecker almost 7 years ago

fix #6759 last layout adjustment

View differences:

src/main/webapp/VAADIN/themes/edit-valo/custom-fields.scss
96 96
  
97 97
  // ------------ v-person-field ------------ //
98 98
  .v-person-field {
99
    position: relative;
99 100
    .v-caption {
100 101
        display: block;
101 102
    }
102 103
    .cache-field, .details-fields  {
103
        padding-right: $v-unit-size;
104
        padding-right: round($v-unit-size * 1.5);
104 105
    }
105 106
    .v-switch {
106 107
        z-index: 10;
107 108
        position: absolute;
108
        right: round($v-unit-size / 4) + 3px; // + boxshadow width from $v-shadow, TODO extract value from variable?
109
        bottom: 15px;
109
        right: 3px; // boxshadow width (3px) from $v-shadow, TODO extract value from variable?
110
        top: 4px; // boxshadow width (3px) + 1 
110 111
    } 
111 112
  }
112 113
  .v-person-field-cache-mode {

Also available in: Unified diff