main.css 1.0 KB

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