Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 18749e6

Browse files
authored
Merge pull request #1821 from livecode/merge-develop-8.2_03.11.17
Merge develop 8.2 03.11.17
2 parents 0ded780 + e1ef75e commit 18749e6

28 files changed

Lines changed: 565 additions & 405 deletions

Documentation/dictionary/datagrid.lcdoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ Description:
1010
The Data Grid enables you to integrate powerful tables and forms into
1111
your LiveCode projects. Data grids combine LiveCode groups and behaviors
1212
to provide you with a simple, yet flexible means of displaying your data
13-
in just about any way you want. See
14-
http://lessons.livecode.com/m/datagrid/l/7301-what-is-the-data-grid for
15-
full documentation, lessons, and tutorials.
16-
13+
in just about any way you want. See [the datagrid lessson](http://lessons.livecode.com/m/datagrid/l/7301-what-is-the-data-grid)
14+
for full documentation, lessons, and tutorials.
1715

1816
Name: Datagrid General Properties
1917

Documentation/html_viewer/css/lcdoc.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,16 @@ div.business:before {
224224
overflow-y: scroll;
225225
}
226226

227-
#filters_options td {
228-
padding-right: 10px;
227+
#filters_options td:nth-child(1) {
228+
padding-right: 5px;
229+
}
230+
#filters_options td:nth-child(2) {
231+
padding-left: 5px;
229232
}
230233

234+
#filters_options td {
235+
width: 50%;
236+
}
231237
#filters_options .category {
232238
padding-top: 10px;
233239
}

0 commit comments

Comments
 (0)