ui.jqgridffe4.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851
  1. /*Grid*/
  2. .ui-jqgrid {
  3. position: relative;
  4. border: 1px solid #ddd;
  5. overflow: hidden;
  6. }
  7. .ui-jqgrid .ui-jqgrid-view {
  8. position: relative;
  9. left:0;
  10. top: 0;
  11. padding: 0;
  12. }
  13. .ui-jqgrid .ui-common-table {}
  14. /* Caption*/
  15. .ui-jqgrid .ui-jqgrid-titlebar {
  16. font-weight: normal;
  17. min-height:37px;
  18. padding: 4px 8px;
  19. position: relative;
  20. margin-right: 2px;
  21. border-bottom: 1px solid #ddd; //default
  22. }
  23. .ui-jqgrid .ui-jqgrid-caption {
  24. text-align: left;
  25. }
  26. .ui-jqgrid .ui-jqgrid-title {
  27. padding-top: 5px;
  28. vertical-align: middle;
  29. }
  30. .ui-jqgrid .ui-jqgrid-titlebar-close {
  31. color: inherit;
  32. position: absolute;
  33. top: 50%;
  34. margin: -10px 7px 0 0;
  35. padding: 1px;
  36. cursor:pointer;
  37. }
  38. .ui-jqgrid .ui-jqgrid-titlebar-close span {
  39. display: block;
  40. margin: 1px;
  41. }
  42. .ui-jqgrid .ui-jqgrid-titlebar-close:hover { }
  43. /* Header*/
  44. .ui-jqgrid .ui-jqgrid-hdiv {
  45. position: relative;
  46. margin: 0;
  47. padding: 0;
  48. overflow: hidden;
  49. }
  50. .ui-jqgrid .ui-jqgrid-hbox {
  51. float: left;
  52. padding-right: 20px;
  53. }
  54. .ui-jqgrid .ui-jqgrid-htable {
  55. margin-bottom: 0;
  56. table-layout: fixed;
  57. border-top:none;
  58. }
  59. .ui-jqgrid .ui-jqgrid-htable thead th {
  60. overflow : hidden;
  61. border-bottom : none;
  62. padding-right: 2px;
  63. }
  64. .ui-jqgrid .ui-jqgrid-htable thead th div {
  65. overflow: hidden;
  66. position:relative;
  67. }
  68. .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  69. overflow: hidden;
  70. white-space: nowrap;
  71. }
  72. .ui-th-column-header,
  73. .ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header {
  74. overflow: hidden;
  75. white-space: nowrap;
  76. }
  77. .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {}
  78. .ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {text-align: center; }
  79. .ui-first-th-ltr { }
  80. .ui-first-th-rtl { }
  81. .ui-jqgrid tr.jqg-first-row-header th {
  82. height:auto;
  83. border-top:none;
  84. padding-bottom: 0;
  85. padding-top: 0;
  86. border-bottom: none;
  87. padding-right: 2px;
  88. text-align: center;
  89. }
  90. .ui-jqgrid tr.jqg-second-row-header th,
  91. .ui-jqgrid tr.jqg-third--row-header th
  92. {
  93. border-top:none;
  94. text-align: center;
  95. }
  96. .ui-jqgrid .ui-th-div-ie {
  97. white-space: nowrap;
  98. zoom :1;
  99. height:17px;
  100. }
  101. .ui-jqgrid .ui-jqgrid-resize {
  102. height:20px !important;
  103. position: relative;
  104. cursor :e-resize;
  105. display: inline;
  106. overflow: hidden;
  107. }
  108. .ui-jqgrid .ui-grid-ico-sort {
  109. margin-left:5px;
  110. overflow:hidden;
  111. position:absolute;
  112. right: 3px;
  113. font-size:12px;
  114. }
  115. .ui-jqgrid .ui-icon-asc {
  116. margin-top:-3px;
  117. }
  118. .ui-jqgrid .ui-icon-desc {
  119. margin-top:4px;
  120. }
  121. .ui-jqgrid .ui-i-asc {
  122. margin-top:0;
  123. }
  124. .ui-jqgrid .ui-i-desc {
  125. margin-top:0;
  126. margin-right:13px;
  127. }
  128. .ui-jqgrid .ui-single-sort-asc {
  129. margin-top:0;
  130. }
  131. .ui-jqgrid .ui-single-sort-desc {}
  132. .ui-jqgrid .ui-jqgrid-sortable {
  133. cursor:pointer;
  134. }
  135. .ui-jqgrid tr.ui-search-toolbar th { }
  136. .ui-jqgrid .ui-search-table td.ui-search-clear { }
  137. .ui-jqgrid tr.ui-search-toolbar td > input { }
  138. .ui-jqgrid tr.ui-search-toolbar select {}
  139. /* Body */
  140. .ui-jqgrid .table-bordered,
  141. .ui-jqgrid .table-bordered td,
  142. .ui-jqgrid .table-bordered th.ui-th-ltr
  143. {
  144. border-left:0px none !important;
  145. }
  146. .ui-jqgrid .table-bordered th.ui-th-rtl
  147. {
  148. border-right:0px none !important;
  149. }
  150. .ui-jqgrid .table-bordered tr.ui-row-rtl td
  151. {
  152. border-right:0px none !important;
  153. border-left: 1px solid #ddd !important;
  154. }
  155. div.tablediv > .table-bordered {
  156. border-left : 1px solid #ddd !important;
  157. }
  158. .ui-jqgrid .ui-jqgrid-bdiv table.table-bordered td {
  159. border-top: 0px none;
  160. }
  161. .ui-jqgrid .ui-jqgrid-bdiv {
  162. position: relative;
  163. margin: 0;
  164. padding:0;
  165. overflow-x:hidden;
  166. text-align:left;
  167. }
  168. .ui-jqgrid .ui-jqgrid-btable {
  169. table-layout: fixed;
  170. border-left:none ;
  171. border-top:none;
  172. margin-bottom: 0px
  173. }
  174. .ui-jqgrid tr.jqgrow {
  175. outline-style: none;
  176. }
  177. .ui-jqgrid tr.jqgroup {
  178. outline-style: none;
  179. }
  180. .ui-jqgrid tr.jqgrow td {
  181. overflow: hidden;
  182. white-space: pre;
  183. padding-right: 2px;
  184. }
  185. .ui-jqgrid tr.jqgfirstrow td {
  186. height:auto;
  187. border-top:none;
  188. padding-bottom: 0;
  189. padding-top: 0;
  190. border-bottom: none;
  191. padding-right: 2px;
  192. }
  193. .ui-jqgrid tr.jqgroup td { }
  194. .ui-jqgrid tr.jqfoot td {}
  195. .ui-jqgrid tr.ui-row-ltr td {}
  196. .ui-jqgrid tr.ui-row-rtl td {}
  197. .ui-jqgrid td.jqgrid-rownum { }
  198. .ui-jqgrid .ui-jqgrid-resize-mark {
  199. width:2px;
  200. left:0;
  201. background-color:#777;
  202. cursor: e-resize;
  203. cursor: col-resize;
  204. position:absolute;
  205. top:0;
  206. height:100px;
  207. overflow:hidden;
  208. display:none;
  209. border:0 none;
  210. z-index: 99999;
  211. }
  212. /* Footer */
  213. .ui-jqgrid .ui-jqgrid-sdiv {
  214. position: relative;
  215. margin: 0;
  216. padding: 0;
  217. overflow: hidden;
  218. border-left: 0 none !important;
  219. border-top : 0 none !important;
  220. border-right : 0 none !important;
  221. }
  222. .ui-jqgrid .ui-jqgrid-ftable {
  223. table-layout:fixed;
  224. margin-bottom:0;
  225. }
  226. .ui-jqgrid tr.footrow td {
  227. font-weight: bold;
  228. overflow: hidden;
  229. white-space:nowrap;
  230. padding-right: 2px;
  231. border-bottom: 0px none;
  232. }
  233. .ui-jqgrid tr.footrow-ltr td {
  234. text-align:left;
  235. }
  236. .ui-jqgrid tr.footrow-rtl td {
  237. text-align:right;
  238. }
  239. /* Pager*/
  240. .ui-jqgrid .ui-jqgrid-pager,
  241. .ui-jqgrid .ui-jqgrid-toppager
  242. {
  243. border-left-width: 0px;
  244. border-top: 1px solid #ddd;
  245. padding : 4px 0px;
  246. position: relative;
  247. height: auto;
  248. white-space: nowrap;
  249. overflow: hidden;
  250. }
  251. .ui-jqgrid .ui-jqgrid-toppager {
  252. border-top-width :0;
  253. border-bottom : 1px solid #ddd;
  254. }
  255. .ui-jqgrid .ui-jqgrid-toppager .ui-pager-control,
  256. .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
  257. position: relative;
  258. border-left: 0;
  259. border-bottom: 0;
  260. border-top: 0;
  261. height: 30px;
  262. }
  263. .ui-jqgrid .ui-pg-table {
  264. position: relative;
  265. padding: 1px 0;
  266. width:auto;
  267. margin: 0;
  268. }
  269. .ui-jqgrid .ui-pg-table td {
  270. font-weight:normal;
  271. vertical-align:middle;
  272. padding:0px 6px;
  273. }
  274. .ui-jqgrid .ui-pg-button {
  275. height:auto;
  276. }
  277. .ui-jqgrid .ui-pg-button span {
  278. display: block;
  279. margin: 2px;
  280. float:left;
  281. }
  282. .ui-jqgrid .ui-pg-button:hover { }
  283. .ui-jqgrid .ui-disabled:hover {}
  284. .ui-jqgrid .ui-pg-input,
  285. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
  286. display: inline;
  287. height:auto;
  288. width: auto;
  289. font-size:.9em;
  290. margin:0;
  291. line-height: inherit;
  292. padding: 0px 5px
  293. }
  294. .ui-jqgrid .ui-pg-selbox,
  295. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
  296. font-size:.9em;
  297. line-height:inherit;
  298. display:block;
  299. height:22px;
  300. margin: 0;
  301. padding: 3px 0px 3px 3px;
  302. border:none;
  303. }
  304. .ui-jqgrid .ui-separator {
  305. height: 18px;
  306. border : none;
  307. border-left: 2px solid #ccc ; //default
  308. }
  309. .ui-separator-li {
  310. height: 2px;
  311. border : none;
  312. border-top: 2px solid #ccc ; //default
  313. margin: 0; padding: 0; width:100%
  314. }
  315. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div,
  316. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div
  317. {
  318. float:left;
  319. position:relative;
  320. }
  321. .ui-jqgrid .ui-jqgrid-pager .ui-pg-button,
  322. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button
  323. {
  324. cursor:pointer;
  325. }
  326. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span,
  327. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span
  328. {
  329. float:left;
  330. }
  331. .ui-jqgrid td input,
  332. .ui-jqgrid td select,
  333. .ui-jqgrid td textarea {
  334. margin: 0;
  335. }
  336. .ui-jqgrid td textarea {
  337. width:auto;
  338. height:auto;
  339. }
  340. .ui-jqgrid .ui-jqgrid-pager .ui-pager-table,
  341. .ui-jqgrid .ui-jqgrid-toppager .ui-pager-table
  342. {
  343. width:100%;
  344. table-layout:fixed;
  345. height:100%;
  346. }
  347. .ui-jqgrid .ui-jqgrid-pager .ui-paging-info,
  348. .ui-jqgrid .ui-jqgrid-toppager .ui-paging-info
  349. {
  350. font-weight: normal;
  351. height:auto;
  352. margin-top:3px;
  353. margin-right:4px;
  354. display: inline;
  355. }
  356. .ui-jqgrid .ui-jqgrid-pager .ui-paging-pager,
  357. .ui-jqgrid .ui-jqgrid-toppager .ui-paging-pager
  358. {
  359. table-layout:auto;
  360. height:100%;
  361. }
  362. .ui-jqgrid .ui-jqgrid-pager .navtable,
  363. .ui-jqgrid .ui-jqgrid-toppager .navtable
  364. {
  365. float:left;
  366. table-layout:auto;
  367. height:100%;
  368. }
  369. /*Subgrid*/
  370. .ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  371. display: block;
  372. }
  373. .ui-jqgrid .ui-subgrid {
  374. margin:0;
  375. padding:0;
  376. width:100%;
  377. }
  378. .ui-jqgrid .ui-subgrid table {
  379. table-layout: fixed;
  380. }
  381. .ui-jqgrid .ui-subgrid tr.ui-subtblcell td {}
  382. .ui-jqgrid .ui-subgrid td.subgrid-data {
  383. border-top: 0 none !important;
  384. }
  385. .ui-jqgrid .ui-subgrid td.subgrid-cell {
  386. vertical-align: middle
  387. }
  388. .ui-jqgrid a.ui-sghref {
  389. text-decoration: none;
  390. color : #010101; //default
  391. }
  392. .ui-jqgrid .ui-th-subgrid {height:20px;}
  393. .tablediv > .row { margin: 0 0}
  394. /* loading */
  395. .ui-jqgrid .loading {
  396. position: absolute;
  397. top: 45%;
  398. left: 45%;
  399. width: auto;
  400. z-index:101;
  401. padding: 6px;
  402. margin: 5px;
  403. text-align: center;
  404. display: none;
  405. border: 1px solid #ddd; //default
  406. font-size: 14px;
  407. background-color: #d9edf7;
  408. }
  409. .ui-jqgrid .jqgrid-overlay {
  410. display:none;
  411. z-index:100;
  412. }
  413. /* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
  414. * .jqgrid-overlay iframe {
  415. position:absolute;
  416. top:0;
  417. left:0;
  418. z-index:-1;
  419. }
  420. /* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
  421. /* end loading div */
  422. /* Toolbar */
  423. .ui-jqgrid .ui-userdata {
  424. padding: 4px 0px;
  425. overflow: hidden;
  426. min-height: 32px;
  427. }
  428. .ui-jqgrid .ui-userdata-top {
  429. border-left-width: 0px; //default
  430. border-bottom: 1px solid #ddd;
  431. }
  432. .ui-jqgrid .ui-userdata-bottom {
  433. border-left-width: 0px; //default
  434. border-top: 1px solid #ddd;
  435. }
  436. /*Modal Window */
  437. .ui-jqdialog { }
  438. .ui-jqdialog {
  439. display: none;
  440. width: 500px;
  441. position: absolute;
  442. //padding: 5px;
  443. overflow:visible;
  444. }
  445. .ui-jqdialog .ui-jqdialog-titlebar {
  446. padding: .1em .1em;
  447. min-height: 35px;
  448. }
  449. .ui-jqdialog .ui-jqdialog-title {
  450. margin: .3em 0 .2em;
  451. font-weight: bold;
  452. padding-left :6px;
  453. padding-right:6px;
  454. }
  455. .ui-jqdialog .ui-jqdialog-titlebar-close {
  456. position: absolute;
  457. top: 0%;
  458. margin: 3px 5px 0 0;
  459. padding: 8px;
  460. cursor:pointer;
  461. }
  462. .ui-jqdialog .ui-jqdialog-titlebar-close span { }
  463. .ui-jqdialog .ui-jqdialog-titlebar-close:hover,
  464. .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
  465. padding: 8px;
  466. }
  467. .ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
  468. border: 0;
  469. padding: .3em .2em;
  470. background: none;
  471. height:auto;
  472. }
  473. .ui-jqdialog .ui-jqconfirm {
  474. padding: .4em 1em;
  475. border-width:3px;
  476. position:absolute;
  477. bottom:10px;
  478. right:10px;
  479. overflow:visible;
  480. display:none;
  481. height:120px;
  482. width:220px;
  483. text-align:center;
  484. background-color: #fff;
  485. border-radius: 4px;
  486. -webkit-border-radius: 4px;
  487. -moz-border-radius: 4px;
  488. }
  489. .ui-jqdialog>.ui-resizable-se { }
  490. .ui-jqgrid>.ui-resizable-se { }
  491. /* end Modal window*/
  492. /* Form edit */
  493. .ui-jqdialog-content .FormGrid {
  494. margin: 0 8px 0 8px;
  495. overflow:auto;
  496. position:relative;
  497. }
  498. .ui-jqdialog-content .EditTable {
  499. width: 100%;
  500. margin-bottom:0;
  501. }
  502. .ui-jqdialog-content .DelTable {
  503. width: 100%;
  504. margin-bottom:0;
  505. }
  506. .EditTable td input,
  507. .EditTable td select,
  508. .EditTable td textarea {
  509. width: 98%;
  510. display: inline-block;
  511. }
  512. .EditTable td textarea {
  513. width:auto;
  514. height:auto;
  515. }
  516. .EditTable .FormData td {
  517. height:37px !important;
  518. }
  519. .ui-jqdialog-content td.EditButton {
  520. text-align: right;
  521. padding: 5px 5px 5px 0;
  522. }
  523. .ui-jqdialog-content td.navButton {
  524. text-align: center;
  525. border-left: 0 none;
  526. border-top: 0 none;
  527. border-right: 0 none;
  528. padding-bottom:5px;
  529. padding-top:5px;
  530. }
  531. .ui-jqdialog-content input.FormElement {
  532. padding: .5em .3em;
  533. margin-bottom: 5px
  534. }
  535. .ui-jqdialog-content select.FormElement {
  536. padding:.3em;
  537. margin-bottom: 3px;
  538. }
  539. .ui-jqdialog-content .data-line {
  540. padding-top:.1em;
  541. border: 0 none;
  542. }
  543. .ui-jqdialog-content .CaptionTD {
  544. vertical-align: middle;
  545. border: 0 none;
  546. padding: 2px;
  547. white-space: nowrap;
  548. }
  549. .ui-jqdialog-content .DataTD {
  550. padding: 2px;
  551. border: 0 none;
  552. vertical-align: top;
  553. }
  554. .ui-jqdialog-content .form-view-data {
  555. white-space:pre
  556. }
  557. .fm-button { }
  558. .fm-button-icon-left {
  559. margin-left: 4px;
  560. margin-right: 4px;
  561. }
  562. .fm-button-icon-right {
  563. margin-left: 4px;
  564. margin-right: 4px;
  565. }
  566. .fm-button-icon-left { }
  567. .fm-button-icon-right { }
  568. #nData, #pData {
  569. margin-left: 4px;
  570. margin-right: 4px;
  571. }
  572. #sData span, #cData span {
  573. margin-left: 5px;
  574. }
  575. /* End Eorm edit */
  576. /*.ui-jqgrid .edit-cell {}*/
  577. .ui-jqgrid .selected-row,
  578. div.ui-jqgrid .selected-row td {
  579. font-style : normal;
  580. }
  581. /* inline edit actions button*/
  582. .ui-inline-del, .ui-inline-cancel {
  583. margin-left: 14px;
  584. }
  585. .ui-jqgrid .inline-edit-cell {}
  586. /* Tree Grid */
  587. .ui-jqgrid .tree-wrap {
  588. float: left;
  589. position: relative;
  590. height: 18px;
  591. white-space: nowrap;
  592. overflow: hidden;
  593. }
  594. .ui-jqgrid .tree-minus {
  595. position: absolute;
  596. height: 18px;
  597. width: 18px;
  598. overflow: hidden;
  599. }
  600. .ui-jqgrid .tree-plus {
  601. position: absolute;
  602. height: 18px;
  603. width: 18px;
  604. overflow: hidden;
  605. }
  606. .ui-jqgrid .tree-leaf {
  607. position: absolute;
  608. height: 18px;
  609. width: 18px;
  610. overflow: hidden;
  611. }
  612. .ui-jqgrid .treeclick {
  613. cursor: pointer;
  614. }
  615. /* moda dialog */
  616. * iframe.jqm {
  617. position:absolute;
  618. top:0;
  619. left:0;
  620. z-index:-1;
  621. }
  622. /* width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
  623. .ui-jqgrid-dnd tr td {
  624. border-right-width: 1px;
  625. border-right-color: inherit;
  626. border-right-style: solid;
  627. height:20px
  628. }
  629. /* RTL Support */
  630. .ui-jqgrid .ui-jqgrid-caption-rtl {
  631. text-align: right;
  632. }
  633. .ui-jqgrid .ui-jqgrid-hbox-rtl {
  634. float: right;
  635. padding-left: 20px;
  636. }
  637. .ui-jqgrid .ui-jqgrid-resize-ltr {
  638. float: right;
  639. margin: -2px -2px -2px 0;
  640. height:100%;
  641. }
  642. .ui-jqgrid .ui-jqgrid-resize-rtl {
  643. float: left;
  644. margin: -2px -2px -2px -0px;
  645. }
  646. .ui-jqgrid .ui-sort-rtl {
  647. }
  648. .ui-jqgrid .tree-wrap-ltr {
  649. float: left;
  650. }
  651. .ui-jqgrid .tree-wrap-rtl {
  652. float: right;
  653. }
  654. .ui-jqgrid .ui-ellipsis {
  655. -moz-text-overflow:ellipsis;
  656. text-overflow:ellipsis;
  657. }
  658. /* Toolbar Search Menu. Nav menu */
  659. .ui-search-menu,
  660. .ui-nav-menu {
  661. position: absolute;
  662. padding: 2px 5px;
  663. z-index:99999;
  664. }
  665. .ui-search-menu.ui-menu .ui-menu-item,
  666. .ui-nav-menu.ui-menu .ui-menu-item
  667. {
  668. list-style-image: none;
  669. padding-right: 0;
  670. padding-left: 0;
  671. }
  672. .ui-search-menu.ui-menu .ui-menu-item a,
  673. .ui-nav-menu.ui-menu .ui-menu-item a
  674. {
  675. display: block;
  676. }
  677. .ui-search-menu.ui-menu .ui-menu-item a.g-menu-item:hover,
  678. .ui-nav-menu.ui-menu .ui-menu-item a.g-menu-item:hover
  679. {
  680. margin: -1px;
  681. font-weight: normal;
  682. }
  683. .ui-jqgrid .ui-search-table {
  684. padding: 0;
  685. border: 0 none;
  686. height:20px;
  687. width:100%;
  688. }
  689. .ui-jqgrid .ui-search-table .ui-search-oper {
  690. width:20px;
  691. }
  692. a.g-menu-item, a.soptclass, a.clearsearchclass {
  693. cursor: pointer;
  694. }
  695. .ui-jqgrid .ui-jqgrid-view input,
  696. .ui-jqgrid .ui-jqgrid-view select,
  697. .ui-jqgrid .ui-jqgrid-view textarea,
  698. .ui-jqgrid .ui-jqgrid-view button {
  699. //font-size: 11px
  700. }
  701. .ui-jqgrid .ui-scroll-popup {
  702. width: 100px;
  703. }
  704. .ui-search-table select,
  705. .ui-search-table input
  706. {
  707. padding: 4px 3px;
  708. }
  709. .ui-disabled {
  710. opacity: .35;
  711. filter:Alpha(Opacity=35); /* support: IE8 */
  712. background-image: none;
  713. }
  714. .ui-overlay {
  715. position: fixed;
  716. top: 0;
  717. left: 0;
  718. width: 100%;
  719. height: 100%;
  720. background-color: rgba(0,0,0,0.5);
  721. opacity: .3;
  722. filter: Alpha(Opacity=30); /* support: IE8 */
  723. }
  724. .ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover,
  725. .ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover
  726. {
  727. background-color: #ddd;
  728. }
  729. .ui-jqgrid-corner {
  730. border-radius: 5px
  731. }
  732. .ui-resizable-handle {
  733. //position: absolute;
  734. display: block;
  735. left :97%;
  736. }
  737. .ui-jqdialog .ui-resizable-se {
  738. width: 12px;
  739. height: 12px;
  740. right: -5px;
  741. bottom: -5px;
  742. background-position: 16px 16px;
  743. }
  744. .ui-resizable-se {
  745. cursor: se-resize;
  746. width: 12px;
  747. height: 12px;
  748. right: 1px;
  749. bottom: 1px;
  750. }
  751. .ui-top-corner {
  752. border-top-left-radius: 5px;
  753. border-top-right-radius: 5px;
  754. }
  755. .ui-bottom-corner {
  756. border-bottom-left-radius: 5px;
  757. border-bottom-right-radius: 5px;
  758. }
  759. .ui-search-table {
  760. margin-bottom: 0;
  761. }
  762. .ui-search-table .columns, .ui-search-table .operators {
  763. padding-right: 5px;
  764. }
  765. .opsel {
  766. float :left;
  767. width : 100px;
  768. margin-right : 5px;
  769. }
  770. .add-group, .add-rule, .delete-group {
  771. width: 14%;
  772. margin-right : 5px;
  773. }
  774. .delete-rule {
  775. width : 15px;
  776. }
  777. ul.ui-search-menu, ul.ui-nav-menu {
  778. list-style-type: none;
  779. }
  780. ul.ui-search-menu li a,
  781. ul.ui-nav-menu li a,
  782. .soptclass,
  783. .clearsearchclass {
  784. text-decoration: none;
  785. color : #010101;
  786. }
  787. ul.ui-search-menu li a:hover, ul.ui-nav-menu li a:hover, a.soptclass:hover, a.clearsearchclass:hover {
  788. background-color: #ddd;
  789. padding: 1px 1px;
  790. text-decoration: none;
  791. }
  792. ul.ui-search-menu li, ul.ui-nav-menu li {
  793. padding : 5px 5px;
  794. }
  795. .ui-menu-item hr {
  796. margin-bottom: 0px;
  797. margin-top:0px;
  798. }
  799. .searchFilter .ui-search-table td,
  800. .searchFilter .ui-search-table th
  801. {
  802. border-top: 0px none !important;
  803. }
  804. .searchFilter .queryresult {
  805. margin-bottom: 5px;
  806. }
  807. .searchFilter .queryresult tr td{
  808. border-top: 0px none;
  809. }
  810. .ui-search-label {
  811. padding-left: 5px;
  812. }
  813. .frozen-div, .frozen-bdiv {
  814. background-color: #fff;
  815. }
  816. /*
  817. .ui-jqgrid .ui-jqgrid-caption,
  818. .ui-jqgrid .ui-jqgrid-pager,
  819. .ui-jqgrid .ui-jqgrid-toppager,
  820. .ui-jqgrid .ui-jqgrid-htable thead th,
  821. .ui-jqgrid .ui-userdata-top,
  822. .ui-jqgrid .ui-userdata-bottom,
  823. .ui-jqgrid .ui-jqgrid-hdiv,
  824. .ui-jqdialog .ui-jqdialog-titlebar
  825. {
  826. background-image: none, linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
  827. background-repeat: repeat-x;
  828. border-color: #ccc;
  829. text-shadow: 0 1px 0 #fff;
  830. }
  831. */