main.css 736 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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: 99999;
  17. }
  18. .pointer {
  19. cursor: pointer;
  20. }
  21. .small {
  22. font-size: 85%;
  23. }
  24. .nomargin {
  25. margin: 0px;
  26. }
  27. .strong {
  28. font-weight: bold;
  29. }
  30. .btn-active {
  31. background-color: #E6E6E6;
  32. background-image: none;
  33. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  34. outline: 0 none
  35. }
  36. .popover-title { display: none; }
  37. .input-smaller {
  38. width: 75px;
  39. }
  40. .tiny {
  41. font-size: 50%;
  42. }
  43. .remove:hover {
  44. color: #A60000;
  45. text-decoration: line-through;
  46. }
  47. .typeahead { z-index: 1051; }