vhx-quartz 0.4.12 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad5482d57a91b426dda02b2a0eee65e1b5900a86
4
- data.tar.gz: 9edcd7b310767726ad18096f75c928b90579ff9b
3
+ metadata.gz: 7c9dabff4e66343ef10f9f6da668aa3238bec9ac
4
+ data.tar.gz: aaf9b7dd0683da8ab7e2d36e7532758b4161b38c
5
5
  SHA512:
6
- metadata.gz: c47dba96f804510fbad182a8d0f9cf2988cc15b5babe02ceb0fb60ae66c5f093c7e64a15b85cb0c51786acedc887fac0cbb8f18f9a7bfc8aea953b4544f9f564
7
- data.tar.gz: 7b31eaff4580721d97879405a8f1424df82dc44bed54e7fa03d9ba3a68d04e3f6d0932723c2f9bfd7df21e69ffc0f69cad224e9e56a6f1d332d7dabf4a426b50
6
+ metadata.gz: b1102bedf412ca6e4a2e732a6270906c59da210f0fe3daba47eec1ff0c768be15365127e171bd28fa2f48fdcc780e31c4bbd94510b81aa5d1601719f0c79ad0c
7
+ data.tar.gz: b40a9f73393a4483afb16f34819545f681c0b8e6dd3731b8d76455c906c10e5bbc8b1a42092c23f5d89ac60e13c1f2b69da4c30302f621215e653a66f1156b88
@@ -1,5 +1,5 @@
1
1
  module Vhx
2
2
  module Quartz
3
- VERSION = "0.4.12"
3
+ VERSION = "0.5.0"
4
4
  end
5
5
  end
@@ -15186,6 +15186,8 @@ a.badge:hover, a.badge:active {
15186
15186
  /* row head
15187
15187
  ..................................*/
15188
15188
  /* table striped
15189
+ ..................................*/
15190
+ /* table striped
15189
15191
  ..................................*/ }
15190
15192
  .table.border-top {
15191
15193
  border-top: 1px solid #d6dcdf; }
@@ -15331,6 +15333,17 @@ a.badge:hover, a.badge:active {
15331
15333
  color: #5E7887; }
15332
15334
  .table.text-inverse td .light {
15333
15335
  color: #8d9da6; }
15336
+ .table.table--block thead,
15337
+ .table.table--block th,
15338
+ .table.table--block tr,
15339
+ .table.table--block td {
15340
+ display: block; }
15341
+ .table.table--block th,
15342
+ .table.table--block td {
15343
+ float: left; }
15344
+ .table.table--block thead,
15345
+ .table.table--block tr {
15346
+ width: 100%; }
15334
15347
 
15335
15348
  .firefox .table .row-head .arrow {
15336
15349
  bottom: 1px; }