ssosessions.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. /* --------------- CUSTOM STYLES */
  2. /**
  3. * SSO Sessions Styles
  4. */
  5. #cas-sessions, #no-cas-sessions {
  6. display: none;
  7. }
  8. #no-cas-sessions div {
  9. margin-top: 2em;
  10. }
  11. .ssoSessions #content {
  12. border-radius: 4px;
  13. padding: 20px;
  14. }
  15. .ssoSessions .sorting_desc, .ssoSessions .sorting_asc {
  16. background-color: rgba(239, 239, 239, 0.8);
  17. }
  18. .ssoSessions #removeAllSessionsButton.btn .badge {
  19. color: #000;
  20. padding-right: 9px;
  21. }
  22. .ssoSessions .adminPanels {
  23. border-bottom: 1px solid #efefef;
  24. margin-bottom: 2em;
  25. margin-top: 1em;
  26. padding-bottom: 1em;
  27. }
  28. .ssoSessions .adminPanels .adminPanels .panel-default > .panel-heading {
  29. background-color: #fff;
  30. border-bottom: none;
  31. }
  32. .ssoSessions .adminPanels .adminPanels .panel-default > .panel-heading h3 {
  33. font-family: 'Lato', sans-serif;
  34. font-weight: 300;
  35. font-size: 20pt;
  36. }
  37. .ssoSessions .adminPanels .adminPanels .panel-default > .panel-heading::after {
  38. font-family: "Font Awesome 5 Free";
  39. font-weight: 900;
  40. position: absolute;
  41. top: -5px;
  42. right: 30px;
  43. font-size: 70pt;
  44. color: #153e50;
  45. opacity: 0.1;
  46. }
  47. .ssoSessions td.details-control {
  48. cursor: pointer;
  49. font-family: "Font Awesome 5 Free";
  50. font-weight: 900;
  51. font-size: 10pt;
  52. color: #337ab7;
  53. }
  54. .ssoSessions td.details-control::after {
  55. content: "\f067";
  56. }
  57. .ssoSessions tr.shown td.details-control::after {
  58. content: "\f068";
  59. }
  60. .row-detail-wrapper {
  61. background-color: #d9edf7;
  62. }
  63. .ssoSessions .row-detail {
  64. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  65. }
  66. .ssoSessions .row-detail thead {
  67. display: none;
  68. }
  69. table.principal_attributes td:first-child {
  70. width: 30%;
  71. }
  72. table.principal_attributes > tbody > tr > td {
  73. border-top-color: #E6E6E6;
  74. }
  75. /* Session container --*/
  76. #cas-sessions,
  77. #container-stable,
  78. .ui-widget {
  79. font-family: 'Lato', sans-serif !important;
  80. font-size: 14px;
  81. }
  82. #container-stable {
  83. margin: 20px 0 20px;
  84. }
  85. #container-stable {
  86. margin: 40px 0 20px;
  87. }
  88. #container-stable table th {
  89. text-align: left;
  90. }