You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

108 regels
1.7 KiB

  1. a {
  2. cursor: pointer;
  3. }
  4. .navbar-icon-home {
  5. vertical-align: middle;
  6. opacity: 0.4;
  7. Filter:alpha(opacity=40); /* For IE8 and earlier */
  8. }
  9. .navbar-icon-home:hover,
  10. .navbar-icon-home:focus,
  11. .navbar-icon-home:active,
  12. .navbar-icon-home-hover{
  13. opacity:1;
  14. Filter:alpha(opacity=100); /* For IE8 and earlier */
  15. }
  16. .navbar .brand {
  17. max-height: 15px;
  18. }
  19. .navbar #spinner {
  20. display: block;
  21. float: right;
  22. width: 20px;
  23. margin-bottom: -5px;
  24. margin-top: 10px;
  25. visibility: hidden;
  26. }
  27. /* alert */
  28. #alert-container {
  29. position: fixed;
  30. bottom: 8px;
  31. right: 8px;
  32. z-index: 10;
  33. }
  34. #alert-container .alert {
  35. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  36. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  37. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  38. overflow: hidden;
  39. max-width: 400px;
  40. text-overflow: ellipsis;
  41. white-space: nowrap;
  42. }
  43. /* avatar */
  44. .avatar {
  45. display: inline-block;
  46. vertical-align: middle;
  47. overflow: hidden;
  48. background-color: #ddd;
  49. border: 1px solid #eee;
  50. }
  51. .avatar-small {
  52. margin-right: 5px;
  53. width: 30px;
  54. height: 30px;
  55. border-radius: 30px;
  56. -moz-border-radius: 30px;
  57. -webkit-border-radius: 30px;
  58. }
  59. .avatar-small img {
  60. width: 30px;
  61. }
  62. .avatar-large {
  63. margin-right: 10px;
  64. width: 72px;
  65. height: 72px;
  66. border-radius: 72px;
  67. -moz-border-radius: 72px;
  68. -webkit-border-radius: 72px;
  69. }
  70. .avatar-large img {
  71. width: 72px;
  72. }
  73. /* slickgrid */
  74. ..slick-cell {
  75. font-size: 12px;
  76. }
  77. .slick-headerrow-column {
  78. background: #87ceeb;
  79. text-overflow: clip;
  80. -moz-box-sizing: border-box;
  81. box-sizing: border-box;
  82. }
  83. .slick-headerrow-column input {
  84. margin: 0;
  85. padding: 0;
  86. width: 100%;
  87. height: 100%;
  88. -moz-box-sizing: border-box;
  89. box-sizing: border-box;
  90. }