common-editor.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. /*
  2. Licensed to Cloudera, Inc. under one
  3. or more contributor license agreements. See the NOTICE file
  4. distributed with this work for additional information
  5. regarding copyright ownership. Cloudera, Inc. licenses this file
  6. to you under the Apache License, Version 2.0 (the
  7. "License"); you may not use this file except in compliance
  8. with the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. */
  16. .form-search {
  17. margin: 0;
  18. padding-top: 5px;
  19. }
  20. .object-name {
  21. font-size: 20px;
  22. font-weight: 300;
  23. }
  24. .object-description {
  25. margin-left: 10px;
  26. font-size: 14px;
  27. }
  28. .editable-click {
  29. cursor: pointer;
  30. }
  31. .editable-empty, .editable-empty:hover {
  32. color: #666 !important;
  33. opacity: .55;
  34. }
  35. .tooltip {
  36. z-index: 1051;
  37. }
  38. .demi-modal {
  39. z-index: 1033;
  40. }
  41. input[type="text"].filechooser-input {
  42. border-right: none;
  43. margin-bottom: 0;
  44. }
  45. input[type="text"].filechooser-input, input[type="text"].half {
  46. width: 50%;
  47. }
  48. input[type="text"].seventy {
  49. width: 70%;
  50. }
  51. .fileChooserBtn {
  52. height: 31px;
  53. }
  54. input[type="text"].filechooser-input.input-xlarge {
  55. width: 270px;
  56. }
  57. #file-uploader {
  58. float: left;
  59. margin-right: 3px;
  60. margin-top: 10px;
  61. }
  62. .qq-upload-button {
  63. display: inline-block;
  64. height: 29px;
  65. min-height: 29px;
  66. padding: 0 8px;
  67. margin: 0;
  68. font-size: 13px;
  69. font-weight: bold;
  70. line-height: 29px;
  71. color: #444;
  72. text-align: center;
  73. text-shadow: none;
  74. vertical-align: middle;
  75. cursor: pointer;
  76. background-color: #f9f9f9;
  77. background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
  78. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f1f1f1));
  79. background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
  80. background-image: -o-linear-gradient(top, #fff, #f1f1f1);
  81. background-image: linear-gradient(to bottom, #fff, #f1f1f1);
  82. background-repeat: repeat-x;
  83. border: 1px solid rgba(0, 0, 0, 0.1);
  84. border-color: #f1f1f1 #f1f1f1 #cbcbcb;
  85. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  86. border-color: rgba(0, 0, 0, 0.1);
  87. -webkit-border-radius: 2px;
  88. -moz-border-radius: 2px;
  89. border-radius: 2px;
  90. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  91. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  92. -webkit-box-shadow: none;
  93. -moz-box-shadow: none;
  94. box-shadow: none;
  95. }
  96. ul.with-margin li {
  97. margin-bottom: 4px;
  98. }
  99. .dropdown-menu li {
  100. font-size: 14px;
  101. }
  102. .dropdown a.dropdown-toggle {
  103. padding-left: 10px;
  104. padding-right: 10px;
  105. }
  106. .search-bar {
  107. background-color: #F5F5F5;
  108. border-bottom: 1px solid #e3e3e3;
  109. -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  110. -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  111. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  112. margin: 0;
  113. padding: 10px;
  114. padding-left: 20px;
  115. padding-right: 20px;
  116. text-align: left;
  117. width: 100%;
  118. position: fixed;
  119. top: 28px;
  120. z-index: 1000;
  121. }
  122. .fields-chooser li {
  123. cursor: pointer;
  124. margin-bottom: 10px;
  125. }
  126. .fields-chooser li .badge {
  127. font-weight: normal;
  128. font-size: 12px;
  129. }
  130. .demi-modal {
  131. min-height: 80px;
  132. }
  133. #settingsModal h4 {
  134. margin-top: 30px;
  135. }
  136. #settingsModal ul.unstyled li {
  137. margin-bottom: 4px;
  138. }
  139. .submit-modal .dropdown-menu {
  140. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  141. }