sqoop.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .row-selectable tr {
  2. cursor: pointer;
  3. }
  4. ul.major-list {
  5. list-style-type: none;
  6. margin: 0;
  7. padding: 0;
  8. width: 100%;
  9. }
  10. ul.major-list li {
  11. cursor: pointer;
  12. border: 1px solid #E3E3E3;
  13. height: 60px;
  14. margin-bottom: 10px;
  15. }
  16. ul.major-list li div.main {
  17. padding: 10px;
  18. }
  19. ul.major-list li .pull-right {
  20. margin-right: 10px;
  21. margin-top: 18px;
  22. }
  23. .main i, .top-bar h4 i {
  24. color: #999999;
  25. }
  26. .sqoop-progress {
  27. width: 0%;
  28. background-color: #F89406;
  29. height: 3px;
  30. margin-top: -2px;
  31. }
  32. .waiting {
  33. color: #DDDDDD;
  34. font-size: 196px;
  35. }
  36. h1.emptyMessage {
  37. color: #BBBBBB;
  38. line-height: 60px;
  39. margin-top: 50px;
  40. }
  41. .sidebar-nav {
  42. padding: 9px 0;
  43. min-height: 150px !important;
  44. }
  45. .top-bar {
  46. background-color: #FAFAFA;
  47. border-bottom: 1px solid #E3E3E3;
  48. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  49. margin: 0 0 20px;
  50. padding: 10px 20px;
  51. text-align: left;
  52. height: 30px;
  53. }
  54. .top-bar h4 {
  55. margin-top: 4px;
  56. display: inline-block;
  57. margin-right: 20px;
  58. }
  59. .top-bar .pull-right {
  60. margin-top: 4px;
  61. margin-right: 20px;
  62. }
  63. .form-actions {
  64. padding-left: 20px !important;
  65. }
  66. .job-form {
  67. margin-bottom: 80px;
  68. min-height: 300px;
  69. }
  70. .big-btn {
  71. background-color: #F0F0F0;
  72. width: 80px;
  73. height: 80px;
  74. text-align: center;
  75. display: inline-block;
  76. margin-right: 10px;
  77. padding: 10px;
  78. padding-top: 20px;
  79. cursor: pointer;
  80. line-height: 32px;
  81. border: 1px solid #F0F0F0;
  82. -webkit-border-radius: 3px;
  83. -moz-border-radius: 3px;
  84. border-radius: 3px;
  85. }
  86. .big-btn:hover, .big-btn.selected {
  87. background-color: #DDDDDD;
  88. }
  89. .big-btn.selected {
  90. border-color: #CCCCCC;
  91. }
  92. .big-btn i{
  93. font-size: 40px;
  94. }