Blame view

backend/themes/defaults/widgets/mapInputWidget/web/css/map-input-widget.css 210 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
  div.kolyunya-map-input-widget-canvas
  {
      width: 100%;
      height: 100%;
  }
  
  input.kolyunya-map-input-widget-search-bar
  {
      width: 42%;
      left: 10px !important;
      top: 10px !important;
      padding: 5px;
  }