Project

General

Profile

« Previous | Next » 

Revision 475e401d

Added by Andreas Kohlbecker over 6 years ago

ref #6724 geolocation field: map layout

View differences:

src/main/webapp/VAADIN/themes/edit-valo/custom-fields.scss
165 165
        .wrapper{
166 166
          @include composite-field-wrapper;
167 167
        }
168
    }   
169
    
168
        .map-wrapper {
169
            .v-label {
170
              position: absolute;
171
              color: black;
172
              margin-left: 60px;
173
              z-index: 10;
174
            }
175
            .v-leaflet{
176
              position: absolute;
177
              .leaflet-container{
178
                  border-radius: $v-border-radius;
179
                  margin-left: 10px;
180
              }
181
            }
182
          }
183
    }
170 184
} 

Also available in: Unified diff