ui.jqgrid-bootstrap.css 17 KB

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