main.css 983 B

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