mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2026-01-08 00:53:03 +02:00
work on diet plan
This commit is contained in:
27
diet_template/static/src/css/style.css
Normal file
27
diet_template/static/src/css/style.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.scs_contactus_form{
|
||||
border-radius: 0px !important;
|
||||
background-color: transparent;
|
||||
color: #ffffff;
|
||||
border: 2px solid #ffffff;
|
||||
}
|
||||
|
||||
.scs_contactus_form:-webkit-input-placeholder {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.scs_contactus_form:-moz-placeholder { /* Firefox 18- */
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.scs_contactus_form::-moz-placeholder { /* Firefox 19+ */
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.scs_contactus_form:-ms-input-placeholder {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.scs_contactus_setting{
|
||||
margin-left: 0px !important;
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
BIN
diet_template/static/src/img/crm_lead_img.png
Normal file
BIN
diet_template/static/src/img/crm_lead_img.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 536 B |
7
diet_template/static/src/xml/widget.xml
Normal file
7
diet_template/static/src/xml/widget.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<templates>
|
||||
<t t-name="FieldOdooUrl" t-extend="FieldEmail">
|
||||
<t t-jquery="span" t-operation="inner">
|
||||
<a target="_blank" class="o_form_uri" href="#"></a>
|
||||
</t>
|
||||
</t>
|
||||
</templates>
|
||||
Reference in New Issue
Block a user