tfa.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /**
  2. * MageSpecialist
  3. *
  4. * NOTICE OF LICENSE
  5. *
  6. * This source file is subject to the Open Software License (OSL 3.0)
  7. * that is bundled with this package in the file LICENSE.txt.
  8. * It is also available through the world-wide-web at this URL:
  9. * http://opensource.org/licenses/osl-3.0.php
  10. * If you did not receive a copy of the license and are unable to
  11. * obtain it through the world-wide-web, please send an email
  12. * to info@magespecialist.it so we can send you a copy immediately.
  13. *
  14. * @category MSP
  15. * @package MSP_TwoFactorAuth
  16. * @copyright Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
  17. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
  18. */
  19. .msp-tfa-trusted-devices {
  20. display: table;
  21. width: 100%;
  22. table-layout: fixed;
  23. }
  24. .msp-tfa-trusted-devices-name {
  25. }
  26. .msp-tfa-trusted-devices-row,
  27. .msp-tfa-trusted-devices-head {
  28. display: table-row;
  29. }
  30. .msp-tfa-trusted-devices-revoke {
  31. width: 80px;
  32. text-align: right;
  33. }
  34. .msp-tfa-trusted-devices-last-ip {
  35. width: 90px;
  36. }
  37. .msp-tfa-trusted-devices-date {
  38. width: 140px;
  39. }
  40. .msp-tfa-trusted-devices-head div,
  41. .msp-tfa-trusted-devices-row div {
  42. display: table-cell;
  43. height: 3rem;
  44. vertical-align: middle;
  45. border-bottom: 2px solid #f0f0f0;
  46. font-size: 85%;
  47. }
  48. .msp-tfa-trusted-devices-head div {
  49. font-weight: bold;
  50. border-bottom: 5px solid #ffffff;
  51. }
  52. .msp-tfa-trusted-devices-revoke button {
  53. font-size: 85%;
  54. }
  55. .msp-tfa-forced-providers ul {
  56. margin-left: 3em;
  57. }
  58. .msp-tfa-reset-providers button {
  59. width: 250px;
  60. margin-bottom: .4em;
  61. display: block;
  62. }
  63. .msp-tfa-provider {
  64. margin-bottom: .2em;
  65. }