main.css 1.0 KB

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