Browse Source

[FIX] Image Size Changed

pull/78/head
Sreejith P 7 years ago
parent
commit
45123a9361
  1. BIN
      event_catering/static/description/event_catering.png
  2. BIN
      event_catering/static/description/event_catering_form.png
  3. BIN
      event_catering/static/img/catering_product-image.jpeg
  4. BIN
      event_management/static/description/event_dashboard.png
  5. BIN
      event_management/static/description/event_order.png
  6. BIN
      event_management/static/description/event_type.png
  7. BIN
      event_management/static/img/event_type_image1.jpg
  8. BIN
      event_management/static/img/event_type_image2.jpeg
  9. BIN
      event_management/static/img/event_type_image3.jpeg
  10. BIN
      event_management/static/img/event_type_image4.jpeg
  11. BIN
      event_management/static/img/event_type_image5.jpeg
  12. BIN
      event_management/static/img/event_type_image6.jpeg
  13. 4
      event_management/views/event_type_view.xml

BIN
event_catering/static/description/event_catering.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 144 KiB

BIN
event_catering/static/description/event_catering_form.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 96 KiB

BIN
event_catering/static/img/catering_product-image.jpeg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 214 KiB

BIN
event_management/static/description/event_dashboard.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 KiB

After

Width:  |  Height:  |  Size: 160 KiB

BIN
event_management/static/description/event_order.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 KiB

After

Width:  |  Height:  |  Size: 164 KiB

BIN
event_management/static/description/event_type.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 KiB

After

Width:  |  Height:  |  Size: 227 KiB

BIN
event_management/static/img/event_type_image1.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 MiB

After

Width:  |  Height:  |  Size: 164 KiB

BIN
event_management/static/img/event_type_image2.jpeg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 65 KiB

BIN
event_management/static/img/event_type_image3.jpeg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 MiB

After

Width:  |  Height:  |  Size: 98 KiB

BIN
event_management/static/img/event_type_image4.jpeg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

After

Width:  |  Height:  |  Size: 63 KiB

BIN
event_management/static/img/event_type_image5.jpeg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 101 KiB

BIN
event_management/static/img/event_type_image6.jpeg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 70 KiB

4
event_management/views/event_type_view.xml

@ -18,8 +18,8 @@
<field name="arch" type="xml">
<form>
<sheet>
<div style="text-align: center;">
<field name="image" widget='image' style="width:540px;height: 360px;"/>
<div style="text-align:center;padding-top:20px;">
<field name="image" widget='image' style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);"/>
</div>
<h1 style="text-align: center;">
<field name="name" required="1"/>

Loading…
Cancel
Save