admin_items.css 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /*--------------------------------------------------------*/
  2. /*ADMIN ITEMS INDEX*/
  3. #admin-items .table-hover > tbody > tr:hover {
  4. background-color: #e5f0e5;
  5. }
  6. .modal-dialog .modal-header{
  7. background-color: rgba(0,0,0,0.1);
  8. }
  9. .panel-table .panel-body {
  10. padding: 0;
  11. }
  12. .panel-table .panel-body .table-bordered {
  13. border-style: none;
  14. margin: 0;
  15. }
  16. .panel-table .panel-body .table-bordered > thead > tr > th:first-of-type {
  17. text-align: center;
  18. width: 100px;
  19. }
  20. .panel-table .panel-body .table-bordered > thead > tr > th:last-of-type,
  21. .panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type {
  22. border-right: 0px;
  23. }
  24. .panel-table .panel-body .table-bordered > thead > tr > th:first-of-type,
  25. .panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type {
  26. border-left: 0px;
  27. }
  28. .panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td {
  29. border-bottom: 0px;
  30. }
  31. .panel-table .panel-body .table-bordered > thead > tr:first-of-type > th {
  32. border-top: 0px;
  33. }
  34. .panel-table .panel-footer .pagination {
  35. margin: 0;
  36. }
  37. /*
  38. used to vertically center elements, may need modification if you're not using default sizes.
  39. */
  40. .panel-table .panel-footer .col {
  41. line-height: 34px;
  42. height: 34px;
  43. }
  44. .panel-table .panel-heading .col h3 {
  45. line-height: 30px;
  46. height: 30px;
  47. }
  48. .panel-table .panel-body .table-bordered > tbody > tr > td {
  49. line-height: 34px;
  50. }
  51. tbody tr.table-hover:hover {
  52. background-color: rgba(116, 138, 93, 0.25);
  53. /*background-color: #A18A5D;*/
  54. }
  55. span.glyphicon-plus {
  56. font-size: 0.7em;
  57. }
  58. @media screen and (min-width: 700px){
  59. #myModal .modal-content {
  60. width: 600px;
  61. }
  62. }
  63. /*i.glyphicon {*/
  64. /*display: inline-block;*/
  65. /*border: 2px dashed #9d9d9d;*/
  66. /*color: #7d7d7d;*/
  67. /*padding: 6px;*/
  68. /*border-radius: .3em;*/
  69. /*font-size: 1.2em;*/
  70. /*}*/
  71. /*i.glyphicon-remove:hover {*/
  72. /*color: #b6581f;*/
  73. /*border: 2px solid #db6121;*/
  74. /*box-shadow: 0 0 0.3em #ffa781;*/
  75. /*}*/
  76. /*i.glyphicon-remove.active {*/
  77. /*color: #b6581f;*/
  78. /*border: 2px solid #db6121;*/
  79. /*box-shadow: 0 0 0.3em #ffa781;*/
  80. /*}*/