ui.jqgrid.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  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. font-size:14px;
  8. }
  9. .ui-jqgrid .ui-jqgrid-view {
  10. position: relative;
  11. left:0;
  12. top: 0;
  13. padding: 0;
  14. /*font-size:11px;*/
  15. z-index:100;
  16. }
  17. .ui-jqgrid .ui-common-table {border-width: 0px; border-style: none; border-spacing: 0px; padding: 0;}
  18. /* caption*/
  19. .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;}
  20. .ui-jqgrid .ui-jqgrid-caption {text-align: left;}
  21. .ui-jqgrid .ui-jqgrid-title {
  22. padding: .2em .1em .1em;
  23. position: absolute;
  24. }
  25. .ui-jqgrid .ui-jqgrid-titlebar-close { position: absolute;top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height:18px; cursor:pointer;}
  26. .ui-jqgrid .ui-jqgrid-titlebar-close span { display: block; margin: 1px; }
  27. .ui-jqgrid .ui-jqgrid-titlebar-close:hover { padding: 0; }
  28. .ui-jqgrid .menubar:hover { border: 0 none;}
  29. /* header*/
  30. .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;}
  31. .ui-jqgrid .ui-jqgrid-hbox {float: left; padding-right: 20px;}
  32. .ui-jqgrid .ui-jqgrid-htable {table-layout:fixed;margin:0;border-collapse: separate;}
  33. .ui-jqgrid .ui-jqgrid-htable th { height: 27px; padding: 0 2px 0 2px;}
  34. .ui-jqgrid .ui-jqgrid-htable th div {overflow: hidden; position:relative;margin: .1em 0em .1em 0em;}
  35. .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;}
  36. .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;}
  37. .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {border-left : 0 none;}
  38. .ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {border-right : 0 none;}
  39. .ui-first-th-ltr {border-right: 1px solid; }
  40. .ui-first-th-rtl {border-left: 1px solid; }
  41. .ui-jqgrid .ui-th-div-ie {white-space: nowrap; zoom :1; height:17px;}
  42. .ui-jqgrid .ui-jqgrid-resize {height:20px !important;position: relative; cursor :e-resize;display: inline;overflow: hidden;}
  43. .ui-jqgrid .ui-grid-ico-sort {overflow:hidden;position:absolute;display:inline; cursor: pointer !important;}
  44. .ui-jqgrid .ui-icon-asc {margin-top:-3px; height:12px;}
  45. .ui-jqgrid .ui-icon-desc {margin-top:3px;margin-left:-1px;height:12px;}
  46. .ui-jqgrid .ui-i-asc {margin-top:0;height:18px;}
  47. .ui-jqgrid .ui-i-desc {margin-top:0;margin-left:12px;height:18px;}
  48. .ui-jqgrid .ui-single-sort-asc {margin-top:0;height:18px;}
  49. .ui-jqgrid .ui-single-sort-desc {margin-top:-1px;height:18px;}
  50. .ui-jqgrid .ui-jqgrid-sortable {cursor:pointer;height:14px}
  51. .ui-jqgrid tr.ui-search-toolbar th { }
  52. .ui-jqgrid .ui-search-table td.ui-search-clear { width:25px;}
  53. .ui-jqgrid tr.ui-search-toolbar td > input { padding-right: 0px; width: 95%;}
  54. .ui-jqgrid tr.ui-search-toolbar select {}
  55. /* body */
  56. .ui-jqgrid .ui-jqgrid-bdiv {position: relative; margin: 0; padding:0; overflow: auto; text-align:left;z-index: 101;}
  57. .ui-jqgrid .ui-jqgrid-btable {table-layout:fixed; margin:0; outline-style: none; border-collapse: separate;}
  58. .ui-jqgrid tr.jqgrow,
  59. .ui-jqgrid tr.jqgroup
  60. { outline-style: none; }
  61. .ui-jqgrid tr.jqgrow td,
  62. .ui-jqgrid tr.jqgroup td
  63. {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;}
  64. .ui-jqgrid tr.jqgfirstrow td {padding: 0 2px 0 2px;border-right-width: 1px; border-right-style: solid; height:auto;}
  65. .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;}
  66. .ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
  67. .ui-jqgrid tr.ui-row-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
  68. .ui-jqgrid td.jqgrid-rownum { padding: 0 2px 0 2px; margin: 0; border: 0 none;}
  69. .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;}
  70. .ui-jqgrid-table-striped > tbody > tr:nth-of-type(odd) {
  71. opacity: .7;
  72. font-weight: normal;
  73. }
  74. /* footer */
  75. .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;}
  76. .ui-jqgrid .ui-jqgrid-ftable {table-layout:fixed; margin-bottom:0;border-collapse: separate;}
  77. .ui-jqgrid tr.footrow td {font-weight: bold; overflow: hidden; white-space:nowrap; height: 23px;padding: 1px 2px 1px 2px;border-top-width: 1px; border-top-color: inherit; border-top-style: solid;border-bottom: 0 none;}
  78. .ui-jqgrid tr.footrow-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
  79. .ui-jqgrid tr.footrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
  80. /* Pager*/
  81. .ui-jqgrid .ui-jqgrid-pager {
  82. border-left: 0 none !important;
  83. border-right: 0 none !important;
  84. border-bottom: 0 none !important;
  85. border-top: 0 none;
  86. margin: 0 !important;
  87. padding: 0 !important;
  88. position: relative;
  89. height: auto;
  90. min-height: 28px;
  91. white-space: nowrap;
  92. overflow: hidden;
  93. /*font-size:11px; */
  94. z-index:100
  95. }
  96. .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;}
  97. .ui-jqgrid .ui-pg-table {position: relative; padding: 1px 0; width:auto; margin: 0;}
  98. .ui-jqgrid .ui-pg-table td {font-weight:normal; vertical-align:middle; padding:0px 1px;}
  99. .ui-jqgrid .ui-pg-button { height:auto}
  100. .ui-jqgrid .ui-pg-button span { display: block; margin: 2px; float:left;}
  101. .ui-jqgrid .ui-pg-button:hover { padding: 0;}
  102. .ui-jqgrid .ui-state-disabled:hover {padding:0px;}
  103. .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}
  104. .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;}
  105. .ui-jqgrid .ui-separator {height: 18px; border-left: 2px solid #ccc ;}
  106. .ui-separator-li {height: 2px; border : none;border-top: 2px solid #ccc ; margin: 0; padding: 0; width:100%}
  107. .ui-jqgrid .dropdownmenu {
  108. padding: 3px 0 3px 0;
  109. margin-left: 4px;
  110. }
  111. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div,
  112. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div
  113. {padding:1px 0;float:left;position:relative; line-height: 20px;}
  114. .ui-jqgrid .ui-jqgrid-pager .ui-pg-button,
  115. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button
  116. { cursor:pointer; }
  117. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon,
  118. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon
  119. {float:left;margin: 2px; width:18px;}
  120. .ui-jqgrid td input, .ui-jqgrid td select, .ui-jqgrid td textarea { margin: 0; padding-top:5px;padding-bottom: 5px;}
  121. .ui-jqgrid td textarea {width:auto;height:auto;}
  122. .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;}
  123. .ui-jqgrid .ui-jqgrid-pager .ui-pager-table,
  124. .ui-jqgrid .ui-jqgrid-toppager .ui-pager-table
  125. {
  126. width:100%;
  127. table-layout:fixed;
  128. height:100%;
  129. }
  130. .ui-jqgrid .ui-jqgrid-pager .ui-paging-info,
  131. .ui-jqgrid .ui-jqgrid-toppager .ui-paging-info
  132. {
  133. font-weight: normal;
  134. height:auto;
  135. margin-top:3px;
  136. margin-right:4px;
  137. display: inline;
  138. }
  139. .ui-jqgrid .ui-jqgrid-pager .ui-paging-pager,
  140. .ui-jqgrid .ui-jqgrid-toppager .ui-paging-pager
  141. {
  142. table-layout:auto;
  143. height:100%;
  144. }
  145. .ui-jqgrid .ui-jqgrid-pager .navtable,
  146. .ui-jqgrid .ui-jqgrid-toppager .navtable
  147. {
  148. float:left;
  149. table-layout:auto;
  150. height:100%;
  151. }
  152. /*.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {padding:1px 0;float:left;position:relative; line-height: 20px; margin-right:3px;}
  153. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button { cursor:pointer; }
  154. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {float:left;margin: 2px; width:18px;}
  155. */
  156. /*subgrid*/
  157. .ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {display: block;}
  158. .ui-jqgrid .ui-subgrid {margin:0;padding:0; width:100%;}
  159. .ui-jqgrid .ui-subgrid table {table-layout: fixed;}
  160. .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;}
  161. .ui-jqgrid .ui-subgrid td.subgrid-data {border-top: 0 none !important; border-left: 0 none !important;}
  162. .ui-jqgrid .ui-subgrid td.subgrid-cell {border-width: 0 1px 1px 0;}
  163. .ui-jqgrid .ui-th-subgrid {height:20px;}
  164. /* loading */
  165. .ui-jqgrid .loading,
  166. .loading_pivot {
  167. position: absolute;
  168. top: 45%;
  169. left: 45%;
  170. width: auto;
  171. z-index:101;
  172. padding: 6px;
  173. margin: 5px;
  174. text-align: center;
  175. font-weight: bold;
  176. display: none;
  177. border-width: 2px !important;
  178. /*font-size:11px;*/
  179. }
  180. .ui-jqgrid .jqgrid-overlay {display:none;}
  181. /* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
  182. * .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;}
  183. /* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
  184. /* end loading div */
  185. /* toolbar */
  186. .ui-jqgrid .ui-userdata {border-left: 0 none; border-right: 0 none; height : 27px;overflow: hidden; }
  187. /*Modal Window */
  188. .ui-jqdialog {
  189. /*font-size:11px !important; */
  190. }
  191. .ui-jqdialog {
  192. display: none;
  193. width: 300px;
  194. position: absolute;
  195. padding: .2em;
  196. /*font-size:11px;*/
  197. overflow:visible;
  198. }
  199. .ui-jqdialog .ui-jqdialog-titlebar { padding: .3em .2em; position: relative; height:20px;}
  200. .ui-jqdialog .ui-jqdialog-title { margin: .3em .2em .2em .2em;}
  201. .ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute; top: 50%; width: 19px; margin: -12px 0 0 0; padding: 1px; height: 18px; cursor:pointer;}
  202. .ui-jqdialog .ui-jqdialog-titlebar-close span { display: block; margin: 1px; }
  203. .ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { padding: 0; }
  204. .ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { border: 0; padding: .3em .2em; background: none; height:auto;}
  205. .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;}
  206. .ui-jqdialog>.ui-resizable-se {
  207. bottom: 2px;
  208. right: 2px;
  209. background-position: -64px -224px;
  210. }
  211. .ui-jqgrid>.ui-resizable-se { bottom: -3px; right: -3px }
  212. .jqgrid-overlay-modal { display : none; }
  213. /* end Modal window*/
  214. /* Form edit */
  215. .ui-jqdialog-content .FormGrid {margin: 0; overflow:auto;position:relative;}
  216. .ui-jqdialog-content .EditTable { width: 100%; margin-bottom:0;}
  217. .ui-jqdialog-content .DelTable { width: 100%; margin-bottom:0;}
  218. .EditTable td input, .EditTable td select, .EditTable td textarea {margin: 0;}
  219. .EditTable td textarea { width:auto; height:auto;}
  220. .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;}
  221. .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;}
  222. .ui-jqdialog-content input.FormElement {
  223. padding: .5em .3em;
  224. margin-bottom: 3px;
  225. font-size: inherit;
  226. }
  227. .ui-jqdialog-content select.FormElement {
  228. padding:.3em;
  229. margin-bottom: 3px;
  230. font-size: inherit;
  231. }
  232. .ui-jqdialog-content .data-line {padding-top:.1em;border: 0 none;}
  233. .ui-jqdialog-content .CaptionTD {vertical-align: middle;border: 0 none; padding: 2px;white-space: nowrap;}
  234. .ui-jqdialog-content .DataTD {
  235. padding: 2px;
  236. border: 0 none;
  237. vertical-align: middle;
  238. }
  239. .ui-jqdialog-content .form-view-data {white-space:pre}
  240. .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; }
  241. .fm-button-icon-left { padding-left: 1.9em; }
  242. .fm-button-icon-right { padding-right: 1.9em; }
  243. .fm-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px; }
  244. .fm-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px;}
  245. #nData, #pData { float: left; margin:3px;padding: 0; width: 15px; }
  246. .ViewTable {
  247. border-width: 0;
  248. border-style: none;
  249. border-spacing: 1px;
  250. padding: 4px;
  251. table-layout: fixed;
  252. }
  253. .ViewTable .CaptionTD, .ViewTable .DataTD {padding : 4px;}
  254. /* End Eorm edit */
  255. /*cell edit*/
  256. .ui-jqgrid .edit-cell {
  257. padding: 4px 0px 4px 4px;
  258. }
  259. .ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {font-style : normal;border-left: 0 none;}
  260. /* inline edit actions button*/
  261. .ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span,
  262. .ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
  263. margin: -1px;
  264. }
  265. .ui-inline-del, .ui-inline-cancel {
  266. margin-left: 8px;
  267. }
  268. .ui-jqgrid .inline-edit-cell {
  269. padding: 4px 0px 4px 4px;
  270. }
  271. /* Tree Grid */
  272. .ui-jqgrid .tree-wrap {float: left; position: relative;height: 18px;white-space: nowrap;overflow: hidden;}
  273. .ui-jqgrid .tree-minus {position: absolute; height: 18px; width: 18px; overflow: hidden;}
  274. .ui-jqgrid .tree-plus {position: absolute; height: 18px; width: 18px; overflow: hidden;}
  275. .ui-jqgrid .tree-leaf {position: absolute; height: 18px; width: 18px;overflow: hidden;}
  276. .ui-jqgrid .treeclick {cursor: pointer;}
  277. /* moda dialog */
  278. * iframe.jqm {position:absolute;top:0;left:0;z-index:-1;}
  279. /* width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
  280. .ui-jqgrid-dnd tr td {border-right-width: 1px; border-right-color: inherit; border-right-style: solid; height:20px}
  281. /* RTL Support */
  282. .ui-jqgrid .ui-jqgrid-caption-rtl {text-align: right;}
  283. .ui-jqgrid .ui-jqgrid-hbox-rtl {float: right;}
  284. .ui-jqgrid .ui-jqgrid-resize-ltr {float: right;margin: -2px -2px -2px 0;}
  285. .ui-jqgrid .ui-jqgrid-resize-rtl {float: left;margin: -2px 0 -1px -3px;}
  286. .ui-jqgrid .ui-sort-rtl {left:0;}
  287. .ui-jqgrid .tree-wrap-ltr {float: left;}
  288. .ui-jqgrid .tree-wrap-rtl {float: right;}
  289. .ui-jqgrid .ui-ellipsis {-moz-text-overflow:ellipsis;text-overflow:ellipsis;}
  290. /* Toolbar Search Menu , Nav menu*/
  291. .ui-search-menu,
  292. .ui-nav-menu {
  293. position: absolute;
  294. padding: 2px 5px;
  295. z-index:99999;
  296. -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  297. -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  298. box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  299. }
  300. .ui-search-menu.ui-menu .ui-menu-item,
  301. .ui-nav-menu.ui-menu .ui-menu-item
  302. {
  303. list-style-image: none;
  304. padding-right: 0;
  305. padding-left: 0;
  306. }
  307. .ui-search-menu.ui-menu .ui-menu-item a,
  308. .ui-nav-menu.ui-menu .ui-menu-item a
  309. {
  310. display: block;
  311. }
  312. .ui-search-menu.ui-menu .ui-menu-item a.g-menu-item:hover,
  313. .ui-nav-menu.ui-menu .ui-menu-item a.g-menu-item:hover
  314. {
  315. margin: -1px;
  316. font-weight: normal;
  317. }
  318. .ui-jqgrid .ui-search-table { padding: 0; border: 0 none; height:20px; width:100%;}
  319. .ui-jqgrid .ui-search-table .ui-search-oper { width:20px; }
  320. a.g-menu-item, a.soptclass, a.clearsearchclass { cursor: pointer; }
  321. .ui-jqgrid .ui-jqgrid-view input,
  322. .ui-jqgrid .ui-jqgrid-view select,
  323. .ui-jqgrid .ui-jqgrid-view textarea,
  324. .ui-jqgrid .ui-jqgrid-view button {
  325. font-size: inherit;
  326. }
  327. .ui-jqgrid .ui-scroll-popup {width: 95px;}
  328. .ui-search-table select,
  329. .ui-search-table input
  330. {
  331. padding: 4px 3px;
  332. }
  333. .ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover > .ui-separator {
  334. margin-left: 3px;
  335. margin-right: 3px;
  336. }
  337. .ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover > .ui-pg-div > .ui-icon {
  338. margin-left: 3px;
  339. margin-right: 3px;
  340. }
  341. /* Column menu */
  342. .ui-jqgrid .ui-jqgrid-htable .colmenu {
  343. position:absolute;
  344. right:1px;
  345. height:100%;
  346. color : black;
  347. }
  348. .ui-jqgrid .ui-jqgrid-htable .colmenu-rtl {
  349. right: auto;
  350. left : 1px;
  351. position:absolute;
  352. height:100%;
  353. color : black;
  354. }
  355. .ui-jqgrid .ui-jqgrid-htable .colmenuspan {
  356. display:inline-block;
  357. }
  358. .ui-jqgrid .ui-jqgrid-htable .ui-th-div {
  359. height:17px;
  360. margin-top:5px;
  361. }
  362. .column-menu, .ui-search-menu {
  363. padding: 10px 10px;
  364. }
  365. .column-menu .divider {
  366. background-color: #e5e5e5;
  367. height: 1px;
  368. padding:0 0;
  369. margin: 5px 0;
  370. overflow: hidden;
  371. }
  372. .ui-menu-item .ui-common-table .menu_icon {
  373. white-space: pre;
  374. padding-right: 4px;
  375. padding-left: 4px;
  376. width : auto;
  377. }
  378. .ui-menu-item .ui-common-table .menu_icon .ui-icon {
  379. display : inline-block;
  380. position: relative;
  381. }
  382. td.menu_text {
  383. width: auto;
  384. white-space: nowrap;
  385. }
  386. .ui-search-menu .ui-menu-item {
  387. padding : 0 0;
  388. }
  389. .ui-col-menu .ui-menu-item td.menu_text{
  390. padding-top: 0;
  391. padding-bottom: 0;
  392. padding-left : 1px;
  393. }
  394. .ui-col-menu .ui-menu-item td.menu_icon{
  395. padding-top: 0;
  396. padding-bottom: 0;
  397. vertical-align: middle;
  398. }
  399. .ui-col-menu .ui-menu-item td.menu_icon input{
  400. margin: 2px 0;
  401. }
  402. #search_menu .ui-menu-item div {
  403. margin: 3px 0;
  404. white-space: nowrap;
  405. }
  406. #search_menu .ui-menu-item div input,
  407. #search_menu .ui-menu-item div select
  408. {
  409. padding: 3px 2px;
  410. }
  411. #search_menu .search_buttons {
  412. display:inline-block;
  413. width:50%;
  414. }
  415. #column_menu.ui-menu .ui-menu-item {
  416. position :static;
  417. }
  418. /*menubar*/
  419. .ui-jqgrid .ui-jqgrid-menubar {
  420. margin: 0px 5px;
  421. width:19px;
  422. height:18px;
  423. }
  424. .ui-jqgrid .ui-jqgrid-menubar:hover {
  425. border: 0 none;
  426. }
  427. .ui-jqgrid .menubar-rtl {
  428. float : right;
  429. }
  430. .ui-jqgrid .menubar-ltr {
  431. float : left;
  432. }
  433. /*printing*/
  434. .jqgridprint {
  435. width : 100%;
  436. font-size: 13px;
  437. }
  438. .jqgridprint th,
  439. .jqgridprint td {
  440. padding: 4px 4px 4px 4px ;
  441. text-align: center ;
  442. }
  443. .jqgridprint th {
  444. border-bottom: 2px solid #333333 ;
  445. }
  446. .jqgridprint td {
  447. border-bottom: 1px dotted #999999 ;
  448. }
  449. .jqgridprint tfoot td {
  450. border-bottom-width: 0px ;
  451. border-top: 2px solid #333333 ;
  452. padding-top: 20px ;
  453. }
  454. .ui-jqgrid .jqgrid-caption-menu
  455. {
  456. left:0;
  457. top:30px;
  458. position:absolute;
  459. display:none;
  460. font-size: inherit;
  461. width : auto;
  462. }
  463. .ui-jqgrid .jqgrid-column-menu
  464. {
  465. font-size:inherit;
  466. width:auto;
  467. position: absolute;
  468. }