main.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. .panel i.editlink span {
  34. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  35. }
  36. .pointer:hover {
  37. color: #0088CC;
  38. }
  39. .panel:hover i.editlink {
  40. display: block;
  41. opacity: 0.3;
  42. }
  43. .panel i.editlink:hover {
  44. opacity: 1;
  45. }
  46. .popover {
  47. max-width: 500px;
  48. }
  49. .pointer {
  50. cursor: pointer;
  51. }
  52. .small {
  53. font-size: 85%;
  54. }
  55. .nomargin {
  56. margin: 0px;
  57. }
  58. .strong {
  59. font-weight: bold;
  60. }
  61. .btn-active {
  62. background-color: #E6E6E6;
  63. background-image: none;
  64. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  65. outline: 0 none
  66. }
  67. .popover-title { display: none; }
  68. .input-smaller {
  69. width: 75px;
  70. }
  71. .tiny {
  72. font-size: 50%;
  73. }
  74. .remove:hover {
  75. background-color: #A60000;
  76. }
  77. .typeahead { z-index: 1051; }