main.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. #events {
  2. font-size: 12px;
  3. }
  4. .legend {
  5. color: #000;
  6. }
  7. .odd {
  8. background-color: #f9f9f9;
  9. }
  10. [ng\:cloak], [ng-cloak], .ng-cloak {
  11. display: none !important;
  12. }
  13. .table tbody + tbody{
  14. border-top: 0px;
  15. }
  16. .panel-error {
  17. opacity: 0.9;
  18. position:absolute;
  19. z-index: 1000;
  20. }
  21. .panel-loading {
  22. position:absolute;
  23. top: 0px;
  24. left: 0px;
  25. z-index: 800;
  26. }
  27. .panel i.editlink {
  28. position: absolute;
  29. right: 5px;
  30. z-index: 800;
  31. display: none;
  32. }
  33. .pointer:hover {
  34. color: #0088CC;
  35. }
  36. .panel:hover i.editlink {
  37. display: block;
  38. opacity: 0.3;
  39. }
  40. .panel i.editlink:hover {
  41. opacity: 1;
  42. }
  43. .popover {
  44. max-width: 500px;
  45. }
  46. .pointer {
  47. cursor: pointer;
  48. }
  49. .small {
  50. font-size: 85%;
  51. }
  52. .nomargin {
  53. margin: 0px;
  54. }
  55. .strong {
  56. font-weight: bold;
  57. }
  58. .btn-active {
  59. background-color: #E6E6E6;
  60. background-image: none;
  61. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  62. outline: 0 none
  63. }
  64. .popover-title { display: none; }
  65. .input-smaller {
  66. width: 75px;
  67. }
  68. .tiny {
  69. font-size: 50%;
  70. }
  71. .remove:hover {
  72. background-color: #A60000;
  73. }
  74. .typeahead { z-index: 1051; }