[fixes] [style] for web-form
This commit is contained in:
parent
fcbb7692fa
commit
b6bca567ce
@ -45,11 +45,6 @@
|
|||||||
.product-text {
|
.product-text {
|
||||||
padding: 15px 0px;
|
padding: 15px 0px;
|
||||||
}
|
}
|
||||||
.product-label {
|
|
||||||
padding-bottom: 4px;
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
.product-search {
|
.product-search {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
@ -51,12 +51,6 @@
|
|||||||
padding: 15px 0px;
|
padding: 15px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-label {
|
|
||||||
padding-bottom: 4px;
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.product-search {
|
.product-search {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
@ -165,7 +159,7 @@
|
|||||||
|
|
||||||
.cart-container {
|
.cart-container {
|
||||||
margin: 50px 0px;
|
margin: 50px 0px;
|
||||||
|
|
||||||
.checkout {
|
.checkout {
|
||||||
margin-bottom:15px;
|
margin-bottom:15px;
|
||||||
}
|
}
|
||||||
@ -223,7 +217,7 @@
|
|||||||
.cart-dropdown-container {
|
.cart-dropdown-container {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|
||||||
.item-price {
|
.item-price {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
@ -232,12 +226,12 @@
|
|||||||
.cart-item-header {
|
.cart-item-header {
|
||||||
border-bottom: 1px solid #d1d8dd;
|
border-bottom: 1px solid #d1d8dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cart-items-dropdown {
|
.cart-items-dropdown {
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cart-items-dropdown .cart-dropdown {
|
.cart-items-dropdown .cart-dropdown {
|
||||||
display:block;
|
display:block;
|
||||||
margin-top:15px;
|
margin-top:15px;
|
||||||
|
@ -14,15 +14,15 @@
|
|||||||
"allow_on_submit": 0,
|
"allow_on_submit": 0,
|
||||||
"bold": 0,
|
"bold": 0,
|
||||||
"collapsible": 0,
|
"collapsible": 0,
|
||||||
"columns": 0,
|
"columns": 4,
|
||||||
"fieldname": "name1",
|
"fieldname": "full_name",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"hidden": 0,
|
"hidden": 0,
|
||||||
"ignore_user_permissions": 0,
|
"ignore_user_permissions": 0,
|
||||||
"ignore_xss_filter": 0,
|
"ignore_xss_filter": 0,
|
||||||
"in_filter": 0,
|
"in_filter": 0,
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Name",
|
"label": "Full Name",
|
||||||
"length": 0,
|
"length": 0,
|
||||||
"no_copy": 0,
|
"no_copy": 0,
|
||||||
"options": "",
|
"options": "",
|
||||||
@ -101,7 +101,7 @@
|
|||||||
"issingle": 0,
|
"issingle": 0,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"max_attachments": 0,
|
"max_attachments": 0,
|
||||||
"modified": "2016-09-01 14:43:53.473391",
|
"modified": "2016-09-13 12:39:05.078062",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Schools",
|
"module": "Schools",
|
||||||
"name": "Student Sibling",
|
"name": "Student Sibling",
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
<table class="table borderless" style="width: 100%">
|
<table class="table borderless" style="width: 100%">
|
||||||
{% for d in website_specifications -%}
|
{% for d in website_specifications -%}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="product-label text-muted" style="width: 30%;">{{ d.label }}</td>
|
<td class="uppercase text-muted" style="width: 30%;">{{ d.label }}</td>
|
||||||
<td>{{ d.description }}</td>
|
<td>{{ d.description }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user