query.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. #content #query
  16. {
  17. background-image: url( ../../img/div.gif );
  18. background-position: 22% 0;
  19. background-repeat: repeat-y;
  20. }
  21. #content #query #form
  22. {
  23. float: left;
  24. width: 21%;
  25. }
  26. #content #query #form label
  27. {
  28. cursor: pointer;
  29. display: block;
  30. margin-top: 5px;
  31. }
  32. #content #query #form input,
  33. #content #query #form select,
  34. #content #query #form textarea
  35. {
  36. margin-bottom: 2px;
  37. width: 100%;
  38. }
  39. #content #query #form input,
  40. #content #query #form textarea
  41. {
  42. width: 98%;
  43. }
  44. #content #query #form .multiple input
  45. {
  46. float: left;
  47. width: 80%
  48. }
  49. #content #query #form .multiple .buttons
  50. {
  51. float: right;
  52. width: 16%;
  53. }
  54. #content #query #form .multiple a
  55. {
  56. background-position: 50% 50%;
  57. display: block;
  58. height: 25px;
  59. width: 49%;
  60. }
  61. #content #query #form .multiple a.add
  62. {
  63. background-image: url( ../../img/ico/plus-button.png );
  64. float: right;
  65. }
  66. #content #query #form .multiple a.rem
  67. {
  68. background-image: url( ../../img/ico/minus-button.png );
  69. float: left;
  70. }
  71. #content #query #form #start
  72. {
  73. float: left;
  74. width: 45%;
  75. }
  76. #content #query #form #rows
  77. {
  78. float: right;
  79. width: 45%;
  80. }
  81. #content #query #form .checkbox input
  82. {
  83. margin-bottom: 0;
  84. width: auto;
  85. }
  86. #content #query #form fieldset,
  87. #content #query #form .optional.expanded
  88. {
  89. border: 1px solid #fff;
  90. border-top: 1px solid #c0c0c0;
  91. margin-bottom: 5px;
  92. }
  93. #content #query #form fieldset.common
  94. {
  95. margin-top: 10px;
  96. }
  97. #content #query #form fieldset legend,
  98. #content #query #form .optional.expanded legend
  99. {
  100. display: block;
  101. margin-left: 10px;
  102. padding: 0px 5px;
  103. }
  104. #content #query #form fieldset legend label
  105. {
  106. margin-top: 0;
  107. }
  108. #content #query #form fieldset .fieldset
  109. {
  110. border-bottom: 1px solid #f0f0f0;
  111. margin-bottom: 5px;
  112. padding-bottom: 10px;
  113. }
  114. #content #query #form .optional
  115. {
  116. border: 0;
  117. }
  118. #content #query #form .optional legend
  119. {
  120. margin-left: 0;
  121. padding-left: 0;
  122. }
  123. #content #query #form .optional.expanded .fieldset
  124. {
  125. display: block;
  126. }
  127. #content #query #result
  128. {
  129. float: right;
  130. width: 77%;
  131. }
  132. #content #query #result #response
  133. {
  134. }