suggestions.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /*
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. */
  15. #cluster-suggestions
  16. .s-container{
  17. text-align:center;
  18. }
  19. #cluster-suggestions
  20. .s-box1{
  21. background-image: url( ../../img/ico/run.png );
  22. background-color: transparent;
  23. background-repeat: no-repeat;
  24. border: none;
  25. cursor: pointer;
  26. vertical-align: middle;
  27. display:inline-block;
  28. width:20px;
  29. }
  30. #cluster-suggestions
  31. .s-box2{
  32. display:inline-block;
  33. }
  34. #cluster-suggestions
  35. .s-box3{
  36. display:inline-block;
  37. }
  38. #cluster-suggestions
  39. .s-box4{
  40. display:inline-block;
  41. }
  42. #s-table {
  43. border-collapse: collapse;
  44. width: 60%;
  45. }
  46. #s-table td, #customers th {
  47. border: 1px solid #ddd;
  48. padding: 8px;
  49. }
  50. #cluster-suggestions #s-table tr:nth-child(even){background-color: #f2f2f2;}
  51. #cluster-suggestions #s-table th {
  52. padding-top: 12px;
  53. padding-bottom: 12px;
  54. text-align: left;
  55. background-color: #4CAF50;
  56. color: white;
  57. }