main.css 1.1 KB

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