ui.jqgrid.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. /*Grid*/
  2. .ui-jqgrid {
  3. position: relative;
  4. -moz-box-sizing: content-box;
  5. -webkit-box-sizing: content-box;
  6. box-sizing: content-box;
  7. }
  8. .ui-jqgrid .ui-jqgrid-view {position: relative;left:0; top: 0; padding: 0; font-size:11px; z-index:100;}
  9. .ui-jqgrid .ui-common-table {border-width: 0px; border-style: none; border-spacing: 0px; padding: 0;}
  10. /* caption*/
  11. .ui-jqgrid .ui-jqgrid-titlebar {height:19px; padding: .3em .2em .2em .3em; position: relative; font-size: 12px; border-left: 0 none;border-right: 0 none; border-top: 0 none;padding:8px 0 10px 10px;}
  12. .ui-jqgrid .ui-jqgrid-caption {text-align: left;}
  13. .ui-jqgrid .ui-jqgrid-title { margin: .1em 0 .2em; }
  14. .ui-jqgrid .ui-jqgrid-titlebar-close { position: absolute;top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height:18px; cursor:pointer;}
  15. .ui-jqgrid .ui-jqgrid-titlebar-close span { display: block; margin: 1px; }
  16. .ui-jqgrid .ui-jqgrid-titlebar-close:hover { padding: 0; }
  17. /* header*/
  18. .ui-jqgrid .ui-jqgrid-hdiv {position: relative; margin: 0;padding: 0; overflow: hidden; border-left: 0 none !important; border-top : 0 none !important; border-right : 0 none !important;}
  19. .ui-jqgrid .ui-jqgrid-hbox {float: left; padding-right: 20px;}
  20. .ui-jqgrid .ui-jqgrid-htable {table-layout:fixed;margin:0;border-collapse: separate;}
  21. .ui-jqgrid .ui-jqgrid-htable th { height: 27px; padding: 0 2px 0 2px;}
  22. .ui-jqgrid .ui-jqgrid-htable th div {overflow: hidden; position:relative;margin: .1em 0em .1em 0em;}
  23. .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {overflow: hidden;white-space: nowrap;text-align:center;border-top : 0 none;border-bottom : 0 none;}
  24. .ui-th-column-header, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header {overflow: hidden;white-space: nowrap;text-align:center;border-top : 0 none; height: 26px;}
  25. .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {border-left : 0 none;}
  26. .ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {border-right : 0 none;}
  27. .ui-first-th-ltr {border-right: 1px solid; }
  28. .ui-first-th-rtl {border-left: 1px solid; }
  29. .ui-jqgrid .ui-th-div-ie {white-space: nowrap; zoom :1; height:17px;}
  30. .ui-jqgrid .ui-jqgrid-resize {height:20px !important;position: relative; cursor :e-resize;display: inline;overflow: hidden;}
  31. .ui-jqgrid .ui-grid-ico-sort {overflow:hidden;position:absolute;display:inline; cursor: pointer !important;}
  32. .ui-jqgrid .ui-icon-asc {margin-top:-3px; height:12px;}
  33. .ui-jqgrid .ui-icon-desc {margin-top:3px;margin-left:-1px;height:12px;}
  34. .ui-jqgrid .ui-i-asc {margin-top:0;height:18px;}
  35. .ui-jqgrid .ui-i-desc {margin-top:0;margin-left:12px;height:18px;}
  36. .ui-jqgrid .ui-single-sort-asc {margin-top:0;height:18px;}
  37. .ui-jqgrid .ui-single-sort-desc {margin-top:-1px;height:18px;}
  38. .ui-jqgrid .ui-jqgrid-sortable {cursor:pointer;height:14px}
  39. .ui-jqgrid tr.ui-search-toolbar th { }
  40. .ui-jqgrid .ui-search-table td.ui-search-clear { width:25px;}
  41. .ui-jqgrid tr.ui-search-toolbar td > input { padding-right: 0px; width: 95%;}
  42. .ui-jqgrid tr.ui-search-toolbar select {}
  43. /* body */
  44. .ui-jqgrid .ui-jqgrid-bdiv {position: relative; margin: 0; padding:0; overflow: auto; text-align:left;z-index: 101;}
  45. .ui-jqgrid .ui-jqgrid-btable {table-layout:fixed; margin:0; outline-style: none; border-collapse: separate;}
  46. .ui-jqgrid tr.jqgrow { outline-style: none; }
  47. .ui-jqgrid tr.jqgroup { outline-style: none; }
  48. .ui-jqgrid tr.jqgrow td {font-weight: normal; overflow: hidden; /*white-space: pre;*/ height: 23px;padding: 1px 2px 1px 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
  49. .ui-jqgrid tr.jqgfirstrow td {padding: 0 2px 0 2px;border-right-width: 1px; border-right-style: solid; height:auto;}
  50. .ui-jqgrid tr.jqgroup td {font-weight: normal; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
  51. .ui-jqgrid tr.jqfoot td {font-weight: bold; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
  52. .ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
  53. .ui-jqgrid tr.ui-row-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
  54. .ui-jqgrid td.jqgrid-rownum { padding: 0 2px 0 2px; margin: 0; border: 0 none;}
  55. .ui-jqgrid .ui-jqgrid-resize-mark { width:2px; left:0; background-color:#777; cursor: e-resize; cursor: col-resize; position:absolute; top:0; height:100px; overflow:hidden; display:none; border:0 none; z-index: 99999;}
  56. /* footer */
  57. .ui-jqgrid .ui-jqgrid-sdiv {position: relative; margin: 0;padding: 0; overflow: hidden; border-left: 0 none !important; border-top : 0 none !important; border-right : 0 none !important;}
  58. .ui-jqgrid .ui-jqgrid-ftable {table-layout:fixed; margin-bottom:0;border-collapse: separate;}
  59. .ui-jqgrid tr.footrow td {font-weight: bold; overflow: hidden; white-space:nowrap; height: 20px;padding: 0 2px 0 2px;border-top-width: 1px; border-top-color: inherit; border-top-style: solid;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
  60. .ui-jqgrid tr.footrow-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
  61. .ui-jqgrid tr.footrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
  62. /* Pager*/
  63. .ui-jqgrid .ui-jqgrid-pager { border-left: 0 none !important;border-right: 0 none !important; border-bottom: 0 none !important; border-top: 0 none; margin: 0 !important; padding: 0 !important; position: relative; height: auto; min-height: 28px; white-space: nowrap;overflow: hidden;font-size:11px; z-index:101}
  64. .ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {position: relative;border-left: 0;border-bottom: 0;border-top: 0; height: 28px;}
  65. .ui-jqgrid .ui-pg-table {position: relative; padding: 1px 0; width:auto; margin: 0;}
  66. .ui-jqgrid .ui-pg-table td {font-weight:normal; vertical-align:middle; padding:0px 1px;}
  67. .ui-jqgrid .ui-pg-button { height:auto}
  68. .ui-jqgrid .ui-pg-button span { display: block; margin: 2px; float:left;}
  69. .ui-jqgrid .ui-pg-button:hover { padding: 0;}
  70. .ui-jqgrid .ui-state-disabled:hover {padding:0px;}
  71. .ui-jqgrid .ui-pg-input,.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input { height:14px;width: auto;font-size:.9em; margin:0;line-height: inherit;border: none; padding: 3px 2px}
  72. .ui-jqgrid .ui-pg-selbox, .ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {font-size:.9em; line-height:inherit; display:block; height:19px; margin: 0; padding: 3px 0px; border:none;}
  73. .ui-jqgrid .ui-separator {height: 18px; border-left: 2px solid #ccc ;}
  74. .ui-separator-li {height: 2px; border : none;border-top: 2px solid #ccc ; margin: 0; padding: 0; width:100%}
  75. .ui-jqgrid .dropdownmenu {
  76. padding: 3px 0 3px 0;
  77. margin-left: 4px;
  78. }
  79. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div,
  80. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div
  81. {padding:1px 0;float:left;position:relative; line-height: 20px;}
  82. .ui-jqgrid .ui-jqgrid-pager .ui-pg-button,
  83. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button
  84. { cursor:pointer; }
  85. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon,
  86. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon
  87. {float:left;margin: 2px; width:18px;}
  88. .ui-jqgrid td input, .ui-jqgrid td select, .ui-jqgrid td textarea { margin: 0; padding-top:5px;padding-bottom: 5px;}
  89. .ui-jqgrid td textarea {width:auto;height:auto;}
  90. .ui-jqgrid .ui-jqgrid-toppager {border-left: 0 none !important;border-right: 0 none !important; border-top: 0 none !important; margin: 0 !important; padding: 0 !important; position: relative;white-space: nowrap;overflow: hidden;}
  91. .ui-jqgrid .ui-jqgrid-pager .ui-pager-table {
  92. width:100%;
  93. table-layout:fixed;
  94. height:100%;
  95. }
  96. .ui-jqgrid .ui-jqgrid-pager .ui-paging-info {
  97. font-weight: normal;
  98. height:auto;
  99. margin-top:3px;
  100. margin-right:4px;
  101. display: inline;
  102. }
  103. .ui-jqgrid .ui-jqgrid-pager .ui-paging-pager {
  104. table-layout:auto;
  105. height:100%;
  106. }
  107. .ui-jqgrid .ui-jqgrid-pager .navtable {
  108. float:left;
  109. table-layout:auto;
  110. height:100%;
  111. }
  112. /*.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {padding:1px 0;float:left;position:relative; line-height: 20px; margin-right:3px;}
  113. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button { cursor:pointer; }
  114. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {float:left;margin: 2px; width:18px;}
  115. */
  116. /*subgrid*/
  117. .ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {display: block;}
  118. .ui-jqgrid .ui-subgrid {margin:0;padding:0; width:100%;}
  119. .ui-jqgrid .ui-subgrid table {table-layout: fixed;}
  120. .ui-jqgrid .ui-subgrid tr.ui-subtblcell td {height:18px;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
  121. .ui-jqgrid .ui-subgrid td.subgrid-data {border-top: 0 none !important; border-left: 0 none !important;}
  122. .ui-jqgrid .ui-subgrid td.subgrid-cell {border-width: 0 1px 1px 0;}
  123. .ui-jqgrid .ui-th-subgrid {height:20px;}
  124. /* loading */
  125. .ui-jqgrid .loading {position: absolute; top: 45%;left: 45%;width: auto;z-index:101;padding: 6px; margin: 5px;text-align: center;font-weight: bold;display: none;border-width: 2px !important; font-size:11px;}
  126. .ui-jqgrid .jqgrid-overlay {display:none;z-index:100;}
  127. /* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
  128. * .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;}
  129. /* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
  130. /* end loading div */
  131. /* toolbar */
  132. .ui-jqgrid .ui-userdata {border-left: 0 none; border-right: 0 none; height : 27px;overflow: hidden; }
  133. /*Modal Window */
  134. .ui-jqdialog { font-size:11px !important; }
  135. .ui-jqdialog { display: none; width: 300px; position: absolute; padding: .2em; font-size:11px; overflow:visible;}
  136. .ui-jqdialog .ui-jqdialog-titlebar { padding: .3em .2em; position: relative; height:20px;}
  137. .ui-jqdialog .ui-jqdialog-title { margin: .3em .2em .2em .2em;}
  138. .ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute; top: 50%; width: 19px; margin: -12px 0 0 0; padding: 1px; height: 18px; cursor:pointer;}
  139. .ui-jqdialog .ui-jqdialog-titlebar-close span { display: block; margin: 1px; }
  140. .ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { padding: 0; }
  141. .ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { border: 0; padding: .3em .2em; background: none; height:auto;}
  142. .ui-jqdialog .ui-jqconfirm {padding: .4em 1em; border-width:3px;position:absolute;bottom:10px;right:10px;overflow:visible;display:none;height:80px;width:220px;text-align:center;}
  143. .ui-jqdialog>.ui-resizable-se { bottom: -3px; right: -3px}
  144. .ui-jqgrid>.ui-resizable-se { bottom: -3px; right: -3px }
  145. /* end Modal window*/
  146. /* Form edit */
  147. .ui-jqdialog-content .FormGrid {margin: 0; overflow:auto;position:relative;}
  148. .ui-jqdialog-content .EditTable { width: 100%; margin-bottom:0;}
  149. .ui-jqdialog-content .DelTable { width: 100%; margin-bottom:0;}
  150. .EditTable td input, .EditTable td select, .EditTable td textarea {margin: 0;}
  151. .EditTable td textarea { width:auto; height:auto;}
  152. .ui-jqdialog-content td.EditButton {text-align: right;border-top: 0 none;border-left: 0 none;border-right: 0 none; padding-bottom:5px; padding-top:5px;}
  153. .ui-jqdialog-content td.navButton {text-align: center; border-left: 0 none;border-top: 0 none;border-right: 0 none; padding-bottom:5px; padding-top:5px;}
  154. .ui-jqdialog-content input.FormElement {padding: .5em .3em; margin-bottom: 3px}
  155. .ui-jqdialog-content select.FormElement {padding:.3em; margin-bottom: 3px;}
  156. .ui-jqdialog-content .data-line {padding-top:.1em;border: 0 none;}
  157. .ui-jqdialog-content .CaptionTD {vertical-align: middle;border: 0 none; padding: 2px;white-space: nowrap;}
  158. .ui-jqdialog-content .DataTD {padding: 2px; border: 0 none; vertical-align: top;}
  159. .ui-jqdialog-content .form-view-data {white-space:pre}
  160. .fm-button { height: 18px; display: inline-block; margin:2px 4px 0 0; padding: .6em .5em .2em .5em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
  161. .fm-button-icon-left { padding-left: 1.9em; }
  162. .fm-button-icon-right { padding-right: 1.9em; }
  163. .fm-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px; }
  164. .fm-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px;}
  165. #nData, #pData { float: left; margin:3px;padding: 0; width: 15px; }
  166. .ViewTable {
  167. border-width: 0;
  168. border-style: none;
  169. border-spacing: 1px;
  170. padding: 4px;
  171. table-layout: fixed;
  172. }
  173. .ViewTable .CaptionTD, .ViewTable .DataTD {padding : 4px;}
  174. /* End Eorm edit */
  175. /*cell edit*/
  176. .ui-jqgrid .edit-cell {
  177. padding: 4px 0px 4px 4px;
  178. }
  179. .ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {font-style : normal;border-left: 0 none;}
  180. /* inline edit actions button*/
  181. .ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span,
  182. .ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
  183. margin: -1px;
  184. }
  185. .ui-inline-del, .ui-inline-cancel {
  186. margin-left: 8px;
  187. }
  188. .ui-jqgrid .inline-edit-cell {
  189. padding: 4px 0px 4px 4px;
  190. }
  191. /* Tree Grid */
  192. .ui-jqgrid .tree-wrap {float: left; position: relative;height: 18px;white-space: nowrap;overflow: hidden;}
  193. .ui-jqgrid .tree-minus {position: absolute; height: 18px; width: 18px; overflow: hidden;}
  194. .ui-jqgrid .tree-plus {position: absolute; height: 18px; width: 18px; overflow: hidden;}
  195. .ui-jqgrid .tree-leaf {position: absolute; height: 18px; width: 18px;overflow: hidden;}
  196. .ui-jqgrid .treeclick {cursor: pointer;}
  197. /* moda dialog */
  198. * iframe.jqm {position:absolute;top:0;left:0;z-index:-1;}
  199. /* width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
  200. .ui-jqgrid-dnd tr td {border-right-width: 1px; border-right-color: inherit; border-right-style: solid; height:20px}
  201. /* RTL Support */
  202. .ui-jqgrid .ui-jqgrid-caption-rtl {text-align: right;}
  203. .ui-jqgrid .ui-jqgrid-hbox-rtl {float: right; padding-left: 20px;}
  204. .ui-jqgrid .ui-jqgrid-resize-ltr {float: right;margin: -2px -2px -2px 0;}
  205. .ui-jqgrid .ui-jqgrid-resize-rtl {float: left;margin: -2px 0 -1px -3px;}
  206. .ui-jqgrid .ui-sort-rtl {left:0;}
  207. .ui-jqgrid .tree-wrap-ltr {float: left;}
  208. .ui-jqgrid .tree-wrap-rtl {float: right;}
  209. .ui-jqgrid .ui-ellipsis {-moz-text-overflow:ellipsis;text-overflow:ellipsis;}
  210. /* Toolbar Search Menu , Nav menu*/
  211. .ui-search-menu,
  212. .ui-nav-menu {
  213. position: absolute;
  214. padding: 2px 5px;
  215. z-index:99999;
  216. -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  217. -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  218. box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  219. }
  220. .ui-search-menu.ui-menu .ui-menu-item,
  221. .ui-nav-menu.ui-menu .ui-menu-item
  222. {
  223. list-style-image: none;
  224. padding-right: 0;
  225. padding-left: 0;
  226. }
  227. .ui-search-menu.ui-menu .ui-menu-item a,
  228. .ui-nav-menu.ui-menu .ui-menu-item a
  229. {
  230. display: block;
  231. }
  232. .ui-search-menu.ui-menu .ui-menu-item a.g-menu-item:hover,
  233. .ui-nav-menu.ui-menu .ui-menu-item a.g-menu-item:hover
  234. {
  235. margin: -1px;
  236. font-weight: normal;
  237. }
  238. .ui-jqgrid .ui-search-table { padding: 0; border: 0 none; height:20px; width:100%;}
  239. .ui-jqgrid .ui-search-table .ui-search-oper { width:20px; }
  240. a.g-menu-item, a.soptclass, a.clearsearchclass { cursor: pointer; }
  241. .ui-jqgrid .ui-jqgrid-view input,
  242. .ui-jqgrid .ui-jqgrid-view select,
  243. .ui-jqgrid .ui-jqgrid-view textarea,
  244. .ui-jqgrid .ui-jqgrid-view button {
  245. font-size: 11px;
  246. }
  247. .ui-jqgrid .ui-scroll-popup {width: 95px;}
  248. .ui-search-table select,
  249. .ui-search-table input
  250. {
  251. padding: 4px 3px;
  252. }
  253. .ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover > .ui-separator {
  254. margin-left: 3px;
  255. margin-right: 3px;
  256. }
  257. .ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover > .ui-pg-div > .ui-icon {
  258. margin-left: 3px;
  259. margin-right: 3px;
  260. }
  261. /* Column menu */
  262. .ui-jqgrid .ui-jqgrid-htable .colmenu {
  263. position:absolute;
  264. right:1px;
  265. height:100%;
  266. color : black;
  267. }
  268. .ui-jqgrid .ui-jqgrid-htable .colmenuspan {
  269. display:inline-block;
  270. }
  271. .ui-jqgrid .ui-jqgrid-htable .ui-th-div {
  272. height:17px;
  273. margin-top:5px;
  274. display:inine-block;
  275. }
  276. .column-menu, .ui-search-menu {
  277. padding: 10px 10px;
  278. }
  279. .column-menu .divider {
  280. background-color: #e5e5e5;
  281. height: 1px;
  282. padding:0 0;
  283. margin: 5px 0;
  284. overflow: hidden;
  285. }
  286. .ui-menu-item .ui-common-table .menu_icon {
  287. white-space: pre;
  288. padding-right: 8px;
  289. width : auto;
  290. }
  291. .ui-menu-item .ui-common-table .menu_icon .ui-icon {
  292. display : inline-block;
  293. position: relative;
  294. }
  295. td.menu_text {
  296. width: auto;
  297. white-space: nowrap;
  298. }
  299. .ui-search-menu .ui-menu-item {
  300. padding : 0 0;
  301. }
  302. .ui-col-menu .ui-menu-item td.menu_text{
  303. padding-top: 0;
  304. padding-bottom: 0;
  305. padding-left : 1px;
  306. }
  307. .ui-col-menu .ui-menu-item td.menu_icon{
  308. padding-top: 0;
  309. padding-bottom: 0;
  310. vertical-align: middle;
  311. }
  312. .ui-col-menu .ui-menu-item td.menu_icon input{
  313. margin: 2px 0;
  314. }
  315. #search_menu .ui-menu-item div {
  316. margin: 3px 0;
  317. white-space: nowrap;
  318. }
  319. #search_menu .ui-menu-item div input,
  320. #search_menu .ui-menu-item div select
  321. {
  322. padding: 3px 2px;
  323. }
  324. #search_menu .search_buttons {
  325. display:inline-block;
  326. width:50%;
  327. }
  328. #column_menu.ui-menu .ui-menu-item {
  329. position :static;
  330. }