[fixes] [style] for web-form

This commit is contained in:
Rushabh Mehta 2016-09-13 14:37:09 +05:30
parent fcbb7692fa
commit b6bca567ce
4 changed files with 10 additions and 21 deletions

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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",

View File

@ -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 %}