[fixes] [style] for web-form
This commit is contained in:
parent
fcbb7692fa
commit
b6bca567ce
@ -45,11 +45,6 @@
|
||||
.product-text {
|
||||
padding: 15px 0px;
|
||||
}
|
||||
.product-label {
|
||||
padding-bottom: 4px;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
}
|
||||
.product-search {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
@ -51,12 +51,6 @@
|
||||
padding: 15px 0px;
|
||||
}
|
||||
|
||||
.product-label {
|
||||
padding-bottom: 4px;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.product-search {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
@ -14,15 +14,15 @@
|
||||
"allow_on_submit": 0,
|
||||
"bold": 0,
|
||||
"collapsible": 0,
|
||||
"columns": 0,
|
||||
"fieldname": "name1",
|
||||
"columns": 4,
|
||||
"fieldname": "full_name",
|
||||
"fieldtype": "Data",
|
||||
"hidden": 0,
|
||||
"ignore_user_permissions": 0,
|
||||
"ignore_xss_filter": 0,
|
||||
"in_filter": 0,
|
||||
"in_list_view": 1,
|
||||
"label": "Name",
|
||||
"label": "Full Name",
|
||||
"length": 0,
|
||||
"no_copy": 0,
|
||||
"options": "",
|
||||
@ -101,7 +101,7 @@
|
||||
"issingle": 0,
|
||||
"istable": 1,
|
||||
"max_attachments": 0,
|
||||
"modified": "2016-09-01 14:43:53.473391",
|
||||
"modified": "2016-09-13 12:39:05.078062",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Schools",
|
||||
"name": "Student Sibling",
|
||||
|
@ -88,7 +88,7 @@
|
||||
<table class="table borderless" style="width: 100%">
|
||||
{% for d in website_specifications -%}
|
||||
<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>
|
||||
</tr>
|
||||
{%- endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user