main.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. z-index: 800;
  24. }
  25. .panel i.editlink {
  26. position: absolute;
  27. right: 5px;
  28. z-index: 800;
  29. display: none;
  30. }
  31. .pointer:hover {
  32. color: #0088CC;
  33. }
  34. .panel:hover i.editlink {
  35. display: block;
  36. opacity: 0.3;
  37. }
  38. .panel i.editlink:hover {
  39. opacity: 1;
  40. }
  41. .popover {
  42. max-width: 500px;
  43. }
  44. .pointer {
  45. cursor: pointer;
  46. }
  47. .small {
  48. font-size: 85%;
  49. }
  50. .nomargin {
  51. margin: 0px;
  52. }
  53. .strong {
  54. font-weight: bold;
  55. }
  56. .btn-active {
  57. background-color: #E6E6E6;
  58. background-image: none;
  59. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  60. outline: 0 none
  61. }
  62. .popover-title { display: none; }
  63. .input-smaller {
  64. width: 75px;
  65. }
  66. .tiny {
  67. font-size: 50%;
  68. }
  69. .remove:hover {
  70. background-color: #A60000;
  71. }
  72. .typeahead { z-index: 1051; }