documents.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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 #documents
  16. {
  17. background-image: url( ../../img/div.gif );
  18. background-position: 45% 0;
  19. background-repeat: repeat-y;
  20. }
  21. #content #documents #form
  22. {
  23. float: left;
  24. /*width: 21%;*/
  25. }
  26. #content #documents #form label
  27. {
  28. cursor: pointer;
  29. display: block;
  30. margin-top: 5px;
  31. }
  32. #content #documents #form input,
  33. #content #documents #form select,
  34. #content #documents #form textarea
  35. {
  36. margin-bottom: 2px;
  37. /*width: 100%;*/
  38. }
  39. #content #documents #form input,
  40. #content #documents #form textarea
  41. {
  42. margin-bottom: 2px;
  43. /*width: 98%;*/
  44. }
  45. #content #documents #form #start
  46. {
  47. float: left;
  48. /*width: 45%;*/
  49. }
  50. #content #documents #form #rows
  51. {
  52. float: right;
  53. /* width: 45%;*/
  54. }
  55. #content #documents #form .checkbox input
  56. {
  57. margin-bottom: 0;
  58. width: auto;
  59. }
  60. #content #documents #form fieldset,
  61. #content #documents #form .optional.expanded
  62. {
  63. border: 1px solid #fff;
  64. border-top: 1px solid #c0c0c0;
  65. margin-bottom: 5px;
  66. }
  67. #content #documents #form fieldset.common
  68. {
  69. margin-top: 10px;
  70. }
  71. #content #documents #form fieldset legend,
  72. #content #documents #form .optional.expanded legend
  73. {
  74. display: block;
  75. margin-left: 10px;
  76. padding: 0px 5px;
  77. }
  78. #content #documents #form fieldset legend label
  79. {
  80. margin-top: 0;
  81. }
  82. #content #documents #form fieldset .fieldset
  83. {
  84. border-bottom: 1px solid #f0f0f0;
  85. margin-bottom: 5px;
  86. padding-bottom: 10px;
  87. }
  88. #content #documents #form .optional
  89. {
  90. border: 0;
  91. }
  92. #content #documents #form .optional legend
  93. {
  94. margin-left: 0;
  95. padding-left: 0;
  96. }
  97. #content #documents #form .optional.expanded .fieldset
  98. {
  99. display: block;
  100. }
  101. #content #documents #result
  102. {
  103. float: right;
  104. width: 54%;
  105. }
  106. #content #documents #result #url
  107. {
  108. margin-bottom: 10px;
  109. background-image: url( ../../img/ico/ui-address-bar.png );
  110. background-position: 5px 50%;
  111. border: 1px solid #f0f0f0;
  112. box-shadow: 1px 1px 0 #f0f0f0;
  113. -moz-box-shadow: 1px 1px 0 #f0f0f0;
  114. -webkit-box-shadow: 1px 1px 0 #f0f0f0;
  115. color: #c0c0c0;
  116. display: block;
  117. overflow: hidden;
  118. padding: 5px;
  119. padding-left: 26px;
  120. white-space: nowrap;
  121. }
  122. #content #documents #result #url:focus,
  123. #content #documents #result #url:hover
  124. {
  125. border-color: #c0c0c0;
  126. box-shadow: 1px 1px 0 #d8d8d8;
  127. -moz-box-shadow: 1px 1px 0 #d8d8d8;
  128. -webkit-box-shadow: 1px 1px 0 #d8d8d8;
  129. color: #333;
  130. }
  131. #content #documents #result #response
  132. {
  133. }
  134. #content #documents #result #response pre
  135. {
  136. padding-left: 20px;
  137. }
  138. .description{
  139. font-weight: bold;
  140. }
  141. #document-type{
  142. padding-bottom: 5px;
  143. }
  144. #wizard-fields div{
  145. padding-top: 5px;
  146. padding-bottom: 5px;
  147. }
  148. #wiz-field-data, #wiz-field-data span{
  149. vertical-align: top;
  150. }