backend-main.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. tr td {
  2. word-break: break-word;
  3. }
  4. .footer.purple-back{
  5. height:auto;
  6. position: relative;
  7. }
  8. .tab-link {
  9. }
  10. .tab-link li {
  11. display:inline-block;
  12. border-top-left-radius: 5px;
  13. border-top-right-radius: 5px;
  14. }
  15. .tab-link li:hover {
  16. background: rgba(0,150,225,.6);
  17. }
  18. .tab-link li:hover a {
  19. color:#ffffff;
  20. }
  21. .tab-link li a {
  22. display: block;
  23. position: relative;
  24. height:100%;
  25. padding:10px 15px;
  26. color:#212121;
  27. text-decoration: none;
  28. font-size: 16px;
  29. }
  30. .tab-link li.active {
  31. background: #0088ab;
  32. }
  33. .tab-link li.active a {
  34. color:#ffffff;
  35. }
  36. .menu ul li:nth-child(7):hover ul {
  37. display: -ms-flexbox !important;
  38. display: flex !important;
  39. }
  40. .drpdwn-menu li {
  41. display: block;
  42. width: 170px;
  43. margin: 0 !important;
  44. padding: 0 !important;
  45. }
  46. .drpdwn-menu {
  47. -ms-flex-direction: column;
  48. flex-direction: column;
  49. display: none !important;
  50. position: absolute;
  51. width: 150px;
  52. top: 19.4px; }
  53. .panel-primary > .panel-heading {
  54. color: #fff;
  55. background-color: #0088ab;
  56. border-color: #0088ab;
  57. }
  58. .auctions-index>h1{
  59. border-bottom-left-radius: 20px;
  60. border-top-right-radius: 20px;
  61. text-align: center;
  62. margin-bottom: 10px;
  63. color: #ffffff;
  64. background-color: #0096e1;
  65. }
  66. .auctions-view>h1{
  67. border-bottom-left-radius: 20px;
  68. border-top-right-radius: 20px;
  69. text-align: center;
  70. margin-bottom: 10px;
  71. color: #ffffff;
  72. background-color: #0096e1;
  73. }
  74. .action-view {
  75. padding: 30px;
  76. }
  77. #w0 > tbody{
  78. background-color: rgba(0,150,255,.2);
  79. }
  80. /*Added custom styles */
  81. .grid-view {
  82. padding:30px;
  83. }
  84. .grid-view table {
  85. box-shadow:6px 6px 20px rgba(0,0,0,.2);
  86. }
  87. ul.pagination {
  88. background-color: #0096e1;
  89. width: 100%;
  90. text-align: center;
  91. border-radius:0;
  92. border-bottom-left-radius: 20px;
  93. border-top-right-radius: 20px;
  94. }
  95. ul.pagination li {
  96. display: inline-block;
  97. height: auto;
  98. padding-top:6px;
  99. padding-bottom:0;
  100. }
  101. table > tbody{
  102. background-color: rgba(0,150,255,.2);
  103. }
  104. tbody{
  105. background-color: rgba(0,150,255,.2);
  106. }
  107. table > thead{
  108. background-color: rgba(0,150,255,.1);
  109. button.a.button {
  110. padding: 10px 20px;
  111. }
  112. .wrapper {
  113. height: auto;
  114. }
  115. .count{
  116. background: #000;
  117. }
  118. .tab-is-first{
  119. background: #000;
  120. }
  121. .auctions-view {
  122. background: #fff;
  123. }
  124. #tab-1 > div > div:nth-child(3) > div.text-text-t.col-md-12.text-left{
  125. color: #fff;
  126. }