1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-01 01:51:45 +02:00

Documented scrollable tables

Documentation and customization documentation added for scrollable table component.
This commit is contained in:
Angelos Chalaris
2017-06-09 13:08:34 +03:00
parent f4019a8285
commit b01be57873
22 changed files with 174 additions and 31 deletions

4
dist/mini-dark.css vendored
View File

@@ -1410,7 +1410,7 @@ table th:first-child, table td:first-child {
}
table.scrollable {
overflow: auto;
height: 400px;
max-height: 400px;
border: 0;
padding-top: 0;
}
@@ -1525,7 +1525,7 @@ table th:first-child, table td:first-child {
}
table.scrollable.preset {
overflow: auto;
height: 400px;
max-height: 400px;
border: 0;
padding-top: 0;
}

File diff suppressed because one or more lines are too long

View File

@@ -1410,7 +1410,7 @@ table th:first-child, table td:first-child {
}
table.scrollable {
overflow: auto;
height: 400px;
max-height: 400px;
border: 0;
padding-top: 0;
}
@@ -1525,7 +1525,7 @@ table th:first-child, table td:first-child {
}
table.scrollable.preset {
overflow: auto;
height: 400px;
max-height: 400px;
border: 0;
padding-top: 0;
}

File diff suppressed because one or more lines are too long

4
dist/mini-nord.css vendored
View File

@@ -1432,7 +1432,7 @@ table th:first-child, table td:first-child {
}
table.scrollable {
overflow: auto;
height: 400px;
max-height: 400px;
border: 0;
padding-top: 0;
}
@@ -1547,7 +1547,7 @@ table th:first-child, table td:first-child {
}
table.scrollable.preset {
overflow: auto;
height: 400px;
max-height: 400px;
border: 0;
padding-top: 0;
}

File diff suppressed because one or more lines are too long