1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-15 21:06:44 +02:00

Fixed hover styling

This commit is contained in:
Max Guglielmi 2015-08-06 15:27:09 +10:00
parent 4644255a02
commit 0a7df08199
86 changed files with 75803 additions and 74127 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
node_modules node_modules
npm-debug.log npm-debug.log
doc
*.js.map *.js.map
.codio .codio
.settings .settings

View file

@ -173,7 +173,7 @@ module.exports = function (grunt) {
stylus: { stylus: {
compile: { compile: {
options: { options: {
compress: true, compress: false,
banner: '/** \n' + banner: '/** \n' +
' *\t '+ pkg.name +' v'+ pkg.version + ' *\t '+ pkg.name +' v'+ pkg.version +
' by Max Guglielmi \n' + ' by Max Guglielmi \n' +

View file

@ -1,6 +1,55 @@
/** /**
* TableFilter v0.0.0 by Max Guglielmi * TableFilter v0.0.0 by Max Guglielmi
* build date: 2015-08-05T07:28:05.913Z * build date: 2015-08-06T05:20:40.430Z
* MIT License * MIT License
*/ */
span.colVisSpan{text-align:left;}span.colVisSpan a.colVis{margin:0 5px 0 5px}div.colVisCont{position:absolute;display:none;border:1px solid #ccc;height:auto;width:250px;background-color:#fff;margin:18px 0 0 0;z-index:10000;padding:10px 10px 10px 10px;text-align:left;font-size:12px;box-shadow:3px 3px 2px #888;}div.colVisCont p{margin:6px auto 6px auto}ul.cols_checklist{padding:0;margin:0;list-style:none;}ul.cols_checklist label{display:block}ul.cols_checklist input{vertical-align:middle;margin:2px 5px 2px 1px}li.cols_checklist_item{padding:4px;margin:0;}li.cols_checklist_item :hover{background-color:#335ea8;color:#fff}.cols_checklist_slc_item{background-color:#335ea8;color:#fff} /**
* ColsVisibility extension default style
*/
span.colVisSpan {
text-align: left;
}
span.colVisSpan a.colVis {
margin: 0 5px 0 5px;
}
div.colVisCont {
position: absolute;
display: none;
border: 1px solid #ccc;
height: auto;
width: 250px;
background-color: #fff;
margin: 18px 0 0 0;
z-index: 10000;
padding: 10px 10px 10px 10px;
text-align: left;
font-size: 12px;
box-shadow: 3px 3px 2px #888;
}
div.colVisCont p {
margin: 6px auto 6px auto;
}
ul.cols_checklist {
padding: 0;
margin: 0;
list-style: none;
}
ul.cols_checklist label {
display: block;
}
ul.cols_checklist input {
vertical-align: middle;
margin: 2px 5px 2px 1px;
}
li.cols_checklist_item {
padding: 4px;
margin: 0;
}
li.cols_checklist_item:hover {
background-color: #335ea8;
color: #fff;
}
.cols_checklist_slc_item {
background-color: #335ea8;
color: #fff;
}

View file

@ -1,6 +1,18 @@
/** /**
* TableFilter v0.0.0 by Max Guglielmi * TableFilter v0.0.0 by Max Guglielmi
* build date: 2015-08-05T07:28:05.913Z * build date: 2015-08-06T05:20:40.430Z
* MIT License * MIT License
*/ */
span.expClpFlt,span.expClpFlt img{vertical-align:middle;border:0;padding:1px 1px 1px 1px;margin:1px 1px 1px 1px}.btnExpClpFlt{margin:0 5px 0 5px} /**
* Filters visibility extension default style
*/
span.expClpFlt,
span.expClpFlt img {
vertical-align: middle;
border: 0;
padding: 1px 1px 1px 1px;
margin: 1px 1px 1px 1px;
}
.btnExpClpFlt {
margin: 0 5px 0 5px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 B

View file

@ -1,22 +1,573 @@
/** /**
* TableFilter v0.0.0 by Max Guglielmi * TableFilter v0.0.0 by Max Guglielmi
* build date: 2015-08-05T07:28:05.913Z * build date: 2015-08-06T05:20:40.430Z
* MIT License * MIT License
*/ */
.activeHeader{background:#004080 !important;color:#fff !important} /**
.even{background-color:#fff}.odd{background-color:#e5e5e5} * Filtered column marker default style
*/
.activeHeader {
background: #004080 !important;
color: #fff !important;
}
.ezActiveRow{background-color:#2852a8 !important;color:#fff}.ezSelectedRow{background-color:#316ac5 !important;color:#fff}.ezActiveCell{background-color:#d9e8fb !important;color:#000 !important;font-weight:bold}.ezETSelectedCell{background-color:#ffdc61 !important;font-weight:bold;color:#000 !important}.ezUnselectable{-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.ezInputEditor{width:95%;height:auto;font-size:inherit;border:1px solid #aaccf6}.ezTextareaEditor{width:95%;height:35px;font-size:inherit;border:1px solid #aaccf6}.ezSelectEditor{width:100%;font-size:inherit;border:1px solid #aaccf6}.ezModifiedCell{background:transparent url("themes/bg_mod_cell.png") 0 0 no-repeat}select[multiple="multiple"].ezSelectEditor{height:35px}.ezCommandEditor{margin:2px;}.ezCommandEditor button,.ezCommandEditor input[type="button"]{min-height:22px;margin:1px;padding:3px;border:1px solid #ccc;background:#fff;border-radius:4px 4px 4px 4px;-moz-border-radius:4px 4px 4px 4px;}.ezCommandEditor button :hover,.ezCommandEditor input[type="button"] :hover{border:1px solid #999}.ezCommandEditor img{border:0;vertical-align:middle;margin:2px}.ezOpacity{opacity:.6}.alignLeft{text-align:left}.alignCenter{text-align:center}.alignRight{text-align:right} /**
.div_checklist{width:100%;height:100px;border:1px solid #ccc;overflow:auto;text-align:left;background-color:#fff;color:#333 !important;}.div_checklist ul.flt_checklist{padding:0 !important;margin:0 !important;list-style:none !important}.div_checklist li.flt_checklist_item{padding:1px !important;margin:0 !important;font-size:10px !important;border-bottom:1px solid #ccc !important;}.div_checklist li.flt_checklist_item :hover{background-color:#335ea8 !important;color:#fff !important}.div_checklist label{display:block !important}.div_checklist input{vertical-align:middle !important;margin:2px 5px 2px 1px !important}.flt_checklist_item_disabled{background-color:#e5e5e5}.flt_checklist_slc_item{background-color:#335ea8 !important;color:#fff !important} * Alternating rows default style
.fltrow{height:20px;background-color:#f4f4f4;}.fltrow td,.fltrow th{padding:2px !important}.btnflt{font-size:11px;vertical-align:middle;margin:0 2px 0 2px;padding:0 1px 0 1px}.btnflt_icon{width:19px;height:19px;cursor:pointer !important;border:0 !important;vertical-align:middle;background:transparent url("themes/btn_filter.png") center center no-repeat !important}.flt{background-color:#fff;border:1px solid #ccc;margin:0;width:97%;vertical-align:middle}select.flt{background-color:#fff;border:1px solid #ccc;margin:0 1px 1px 0;width:99%;vertical-align:middle}select.flt_multi{background-color:#fff;border:1px solid #ccc;margin:0 1px 1px 0;width:99%;height:100px;vertical-align:middle}.flt_s{background-color:#fff;border:1px solid #ccc;margin:0;width:80%;vertical-align:middle}.single_flt{background-color:#fff;border-left:1px solid #999;border-right:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #999;margin:0;width:120px;vertical-align:middle}div.popUpFilter{position:absolute;display:none;width:100px;background-color:#c8e0fb;border:1px solid #e4e4e4;padding:1px 3px 1px 1px;margin:20px auto 0 0} */
div.grd_Cont{width:800px;height:auto;overflow:hidden;padding:3px 3px 3px 3px;background-color:#c8e0fb;border:1px solid #99bbe8;}div.grd_Cont .fltrow{background-color:transparent}div.grd_Cont .flt{border:1px solid #99bbe8;width:97%;}div.grd_Cont .flt :focus{border:1px solid #558dd9}div.grd_Cont .even{background-color:#fff}div.grd_Cont .odd{background-color:#dfe8f6}div.grd_tblCont{height:400px;width:800px;background:#fff;overflow-x:auto;overflow-y:scroll}div.grd_headTblCont{height:auto;width:800px;overflow:hidden;border-bottom:1px solid #99bbe8;background-color:#c8e0fb}div.grd_tblCont table,div.grd_headTblCont table{font-size:12px;border-collapse:collapse;table-layout:fixed}div.grd_tblCont table{border-right:1px solid #99bbe8}div.grd_tblCont table th,div.grd_headTblCont table th,div.grd_headTblCont table td{background-color:#c8e0fb;padding:2px 2px 2px 2px !important;color:#333;border-right:1px solid #99bbe8 !important;overflow:hidden;text-overflow:ellipsis}div.grd_tblCont table td{padding:2px 2px 2px 2px !important;border-bottom:1px solid #ccc !important;overflow:hidden;text-overflow:ellipsis}.grd_inf{clear:both;width:auto;height:25px;background-color:#c8e0fb;font-size:11px;margin:0;padding:1px 3px 1px 3px;border-top:1px solid #99bbe8} .even {
.helpBtn{margin:0 5px 0 5px;padding:2px 4px 2px 4px;border-left:1px solid #ccc;border-right:1px solid #ccc}div.helpCont{position:absolute;display:none;max-width:300px;overflow:auto;padding:10px;margin:15px 0;border:1px solid #ccc;line-height:20px;font-size:12px;color:#333;background:#fff;text-align:left;box-shadow:3px 3px 2px #888;}div.helpCont a{color:#c00;text-decoration:underline;font-weight:normal}div.helpCont a.close{color:#333;text-decoration:none;font-weight:bold}div.helpCont :hover{text-decoration:none}div.helpCont hr{border:1px solid #ccc}div.helpFooter{margin:10px 0 0 0;}div.helpFooter h4{margin:2px 2px 2px 2px;font-size:13px;color:#333} background-color: #fff;
span.keyword{background-color:#fc0} }
.loader{position:absolute;padding:5px 10px 5px 10px;margin:20px 0 0 20px;width:auto;z-index:1000;font-size:12px;font-weight:bold;border:1px solid #666;background-color:#f4f4f4;vertical-align:middle} .odd {
select.pgSlc{height:20px;vertical-align:middle}input.pgNbInp{width:25px;height:16px;margin:1px;vertical-align:middle}input.pgInp,.nextPage,.previousPage,.firstPage,.lastPage{vertical-align:middle;width:19px;height:19px;cursor:pointer !important;border:0 !important;font-weight:bold}.nextPage{background:transparent url("themes/btn_next_page.gif") center center no-repeat !important;}.nextPage :hover{background-color:#cad1d6 !important}.previousPage{background:transparent url("themes/btn_previous_page.gif") center center no-repeat !important;}.previousPage :hover{background-color:#cad1d6 !important}.firstPage{background:transparent url("themes/btn_first_page.gif") center center no-repeat !important;}.firstPage :hover{background-color:#cad1d6 !important}.lastPage{background:transparent url("themes/btn_last_page.gif") center center no-repeat !important;}.lastPage :hover{background-color:#cad1d6 !important}span.nbpg{padding:0 5px 0 0}select.rspg{width:50px;margin:1px 5px 0 5px;vertical-align:middle}span.rspgSpan{font-size:11px} background-color: #e5e5e5;
input.reset{width:19px;height:19px;cursor:pointer !important;border:0 !important;vertical-align:middle;background:transparent url("themes/btn_clear_filters.png") center center no-repeat !important;}input.reset :hover{background:#cad1d6 url("themes/btn_clear_filters.png") center center no-repeat !important} }
div.tot{float:left;overflow:hidden;width:150px;height:15px;border-right:1px solid #ccc;margin:0 5px 0 2px;padding:0 2px 0 2px;}div.tot span{font-weight:bold}
.sort-arrow{width:11px;height:11px;margin:0 2px;background-position:center center;background-repeat:no-repeat}.descending{background-image:url("themes/downsimple.png")}.ascending{background-image:url("themes/upsimple.png")} /**
div.status{float:left;overflow:hidden;width:150px;height:15px;border-right:1px solid #ccc;margin:0 5px 0 2px;padding:0 2px 0 2px;}div.status span{font-weight:bold;font-size:11px} * Global variables
table.TF{border-spacing:0;border-top:1px solid #d0d0d0;border-left:1px solid #d0d0d0;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}table.TF th{margin:0;background-color:#ebecee;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;border-left:1px solid #fff;border-top:1px solid #fff;padding:5px;color:#333}table.TF td{margin:0;padding:5px;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0} */
.inf{clear:both;width:auto;height:25px;background-color:#f4f4f4;font-size:12px;margin:0;padding:1px 3px 1px 3px;border:1px solid #ccc;overflow:hidden;}.inf a{color:#333;text-decoration:none;font-weight:bold;}.inf a :hover{text-decoration:underline}.ldiv{float:left;width:30%;position:inherit;text-align:left}.mdiv{float:left;width:38%;position:inherit;text-align:center;padding:1px 0}.rdiv{float:right;width:30%;position:inherit;text-align:right}
/**
* ezEditTable integration default overrides
*/
.ezActiveRow {
background-color: #2852a8 !important;
color: #fff;
}
.ezSelectedRow {
background-color: #316ac5 !important;
color: #fff;
}
.ezActiveCell {
background-color: #d9e8fb !important;
color: #000 !important;
font-weight: bold;
}
.ezETSelectedCell {
background-color: #ffdc61 !important;
font-weight: bold;
color: #000 !important;
}
.ezUnselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.ezInputEditor {
width: 95%;
height: auto;
font-size: inherit;
border: 1px solid #aaccf6;
}
.ezTextareaEditor {
width: 95%;
height: 35px;
font-size: inherit;
border: 1px solid #aaccf6;
}
.ezSelectEditor {
width: 100%;
font-size: inherit;
border: 1px solid #aaccf6;
}
.ezModifiedCell {
background: transparent url("themes/bg_mod_cell.png") 0 0 no-repeat;
}
select[multiple="multiple"].ezSelectEditor {
height: 35px;
}
/* Command type editor */
.ezCommandEditor {
margin: 2px;
}
.ezCommandEditor button,
.ezCommandEditor input[type="button"] {
min-height: 22px;
margin: 1px;
padding: 3px;
border: 1px solid #ccc;
background: #fff;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
}
.ezCommandEditor button:hover,
.ezCommandEditor input[type="button"]:hover {
border: 1px solid #999;
}
.ezCommandEditor img {
border: 0;
vertical-align: middle;
margin: 2px;
}
.ezOpacity {
opacity: 0.6 /* CSS3 standard */;
}
.alignLeft {
text-align: left;
}
.alignCenter {
text-align: center;
}
.alignRight {
text-align: right;
}
/**
* Checklist filters default style
*/
.div_checklist {
width: 100%;
height: 100px;
border: 1px solid #ccc;
overflow: auto;
text-align: left;
background-color: #fff;
color: #333 !important;
}
.div_checklist ul.flt_checklist {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.div_checklist li.flt_checklist_item {
padding: 1px !important;
margin: 0 !important;
font-size: 10px !important;
border-bottom: 1px solid #ccc !important;
}
.div_checklist li.flt_checklist_item:hover {
background-color: #335ea8 !important;
color: #fff !important;
}
.div_checklist label {
display: block !important;
}
.div_checklist input {
vertical-align: middle !important;
margin: 2px 5px 2px 1px !important;
}
.flt_checklist_item_disabled {
background-color: #e5e5e5;
}
.flt_checklist_slc_item {
background-color: #335ea8 !important;
color: #fff !important;
}
/**
* Filters' default style
*/
.fltrow {
height: 20px;
background-color: #f4f4f4;
}
.fltrow td,
.fltrow th {
padding: 2px !important;
}
.btnflt {
font-size: 11px;
vertical-align: middle;
margin: 0 2px 0 2px;
padding: 0 1px 0 1px;
}
.btnflt_icon {
width: 19px;
height: 19px;
cursor: pointer !important;
border: 0 !important;
vertical-align: middle;
background: transparent url("themes/btn_filter.png") center center no-repeat !important;
}
.flt {
background-color: #fff;
border: 1px solid #ccc;
margin: 0;
width: 97%;
vertical-align: middle;
}
select.flt {
background-color: #fff;
border: 1px solid #ccc;
margin: 0 1px 1px 0;
width: 99%;
vertical-align: middle;
}
select.flt_multi {
background-color: #fff;
border: 1px solid #ccc;
margin: 0 1px 1px 0;
width: 99%;
height: 100px;
vertical-align: middle;
}
.flt_s {
background-color: #fff;
border: 1px solid #ccc;
margin: 0;
width: 80%;
vertical-align: middle;
}
.single_flt {
background-color: #fff;
border-left: 1px solid #999;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #999;
margin: 0;
width: 120px;
vertical-align: middle;
}
div.popUpFilter {
position: absolute;
display: none;
width: 100px;
background-color: #c8e0fb;
border: 1px solid #e4e4e4;
padding: 1px 3px 1px 1px;
margin: 20px auto 0 0px;
}
/**
* Grid layout default style
*/
div.grd_Cont {
width: 800px;
height: auto;
overflow: hidden;
padding: 3px 3px 3px 3px;
background-color: #c8e0fb;
border: 1px solid #99bbe8;
}
div.grd_Cont .fltrow {
background-color: transparent;
}
div.grd_Cont .flt {
border: 1px solid #99bbe8;
width: 97%;
}
div.grd_Cont .flt :focus {
border: 1px solid #558dd9;
}
div.grd_Cont .even {
background-color: #fff;
}
div.grd_Cont .odd {
background-color: #dfe8f6;
}
div.grd_tblCont {
height: 400px;
width: 800px;
background: #fff;
overflow-x: auto;
overflow-y: scroll;
}
div.grd_headTblCont {
height: auto;
width: 800px;
overflow: hidden;
border-bottom: 1px solid #99bbe8;
background-color: #c8e0fb;
}
div.grd_tblCont table,
div.grd_headTblCont table {
font-size: 12px;
border-collapse: collapse;
table-layout: fixed;
}
div.grd_tblCont table {
border-right: 1px solid #99bbe8;
}
div.grd_tblCont table th,
div.grd_headTblCont table th,
div.grd_headTblCont table td {
background-color: #c8e0fb;
padding: 2px 2px 2px 2px !important;
color: #333;
border-right: 1px solid #99bbe8 !important;
overflow: hidden;
text-overflow: ellipsis;
}
div.grd_tblCont table td {
padding: 2px 2px 2px 2px !important;
border-bottom: 1px solid #ccc !important;
overflow: hidden;
text-overflow: ellipsis;
}
.grd_inf {
clear: both;
width: auto;
height: 25px;
background-color: #c8e0fb;
font-size: 11px;
margin: 0;
padding: 1px 3px 1px 3px;
border-top: 1px solid #99bbe8;
}
/**
* Help box default style
*/
.helpBtn {
margin: 0 5px 0 5px;
padding: 2px 4px 2px 4px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
div.helpCont {
position: absolute;
display: none;
max-width: 300px;
overflow: auto;
padding: 10px;
margin: 15px 0;
border: 1px solid #ccc;
line-height: 20px;
font-size: 12px;
color: #333;
background: #fff;
text-align: left;
box-shadow: 3px 3px 2px #888;
}
div.helpCont a {
color: #c00;
text-decoration: underline;
font-weight: normal;
}
div.helpCont a.close {
color: #333;
text-decoration: none;
font-weight: bold;
}
div.helpCont a.close:hover {
text-decoration: none;
}
div.helpCont hr {
border: 1px solid #ccc;
}
div.helpFooter {
margin: 10px 0 0 0;
}
div.helpFooter h4 {
margin: 2px 2px 2px 2px;
font-size: 13px;
color: #333;
}
/**
* Keyword highlighting default style
*/
span.keyword {
background-color: #fc0;
}
/**
* Loading message default style
*/
.loader {
position: absolute;
padding: 5px 10px 5px 10px;
margin: 20px 0 0 20px;
width: auto;
z-index: 1000;
font-size: 12px;
font-weight: bold;
border: 1px solid #666;
background-color: #f4f4f4;
vertical-align: middle;
}
/**
* Paging default style
*/
select.pgSlc {
height: 20px;
vertical-align: middle;
}
input.pgNbInp {
width: 25px;
height: 16px;
margin: 1px;
vertical-align: middle;
}
input.pgInp,
.nextPage,
.previousPage,
.firstPage,
.lastPage {
vertical-align: middle;
width: 19px;
height: 19px;
cursor: pointer !important;
border: 0 !important;
font-weight: bold;
}
.nextPage {
background: transparent url("themes/btn_next_page.gif") center center no-repeat !important;
}
.nextPage:hover {
background-color: #cad1d6 !important;
}
.previousPage {
background: transparent url("themes/btn_previous_page.gif") center center no-repeat !important;
}
.previousPage:hover {
background-color: #cad1d6 !important;
}
.firstPage {
background: transparent url("themes/btn_first_page.gif") center center no-repeat !important;
}
.firstPage:hover {
background-color: #cad1d6 !important;
}
.lastPage {
background: transparent url("themes/btn_last_page.gif") center center no-repeat !important;
}
.lastPage:hover {
background-color: #cad1d6 !important;
}
span.nbpg {
padding: 0 5px 0 0;
}
select.rspg {
width: 50px;
margin: 1px 5px 0 5px;
vertical-align: middle;
}
span.rspgSpan {
font-size: 11px;
}
/**
* Reset button default style
*/
input.reset {
width: 19px;
height: 19px;
cursor: pointer !important;
border: 0 !important;
vertical-align: middle;
background: transparent url("themes/btn_clear_filters.png") center center no-repeat !important;
}
input.reset:hover {
background: #cad1d6 url("themes/btn_clear_filters.png") center center no-repeat !important;
}
/**
* Rows counter default style
*/
div.tot {
float: left;
overflow: hidden;
width: 150px;
height: 15px;
border-right: 1px solid #ccc;
margin: 0 5px 0 2px;
padding: 0 2px 0 2px;
}
div.tot span {
font-weight: bold;
}
/**
* Sorting elements default style
*/
.sort-arrow {
width: 11px;
height: 11px;
margin: 0 2px;
background-position: center center;
background-repeat: no-repeat;
}
.descending {
background-image: url("themes/downsimple.png");
}
.ascending {
background-image: url("themes/upsimple.png");
}
/**
* Status bar default style
*/
div.status {
float: left;
overflow: hidden;
width: 150px;
height: 15px;
border-right: 1px solid #ccc;
margin: 0 5px 0 2px;
padding: 0 2px 0 2px;
}
div.status span {
font-weight: bold;
font-size: 11px;
}
/**
* Table's default style
*/
table.TF {
border-spacing: 0;
border-top: 1px solid #d0d0d0;
border-left: 1px solid #d0d0d0;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
table.TF th {
margin: 0;
background-color: #ebecee;
border-bottom: 1px solid #d0d0d0;
border-right: 1px solid #d0d0d0;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
padding: 5px;
color: #333;
}
table.TF td {
margin: 0;
padding: 5px;
border-bottom: 1px solid #d0d0d0;
border-right: 1px solid #d0d0d0;
}
/**
* Toolbar default style
*/
.inf {
clear: both;
width: auto;
height: 25px;
background-color: #f4f4f4;
font-size: 12px;
margin: 0;
padding: 1px 3px 1px 3px;
border: 1px solid #ccc;
overflow: hidden;
}
.inf a {
color: #333;
text-decoration: none;
font-weight: bold;
}
.inf a:hover {
text-decoration: underline;
}
.ldiv {
float: left;
width: 30%;
position: inherit;
text-align: left;
}
.mdiv {
float: left;
width: 38%;
position: inherit;
text-align: center;
padding: 1px 0;
}
.rdiv {
float: right;
width: 30%;
position: inherit;
text-align: right;
}

View file

@ -1,6 +1,141 @@
/** /**
* TableFilter v0.0.0 by Max Guglielmi * TableFilter v0.0.0 by Max Guglielmi
* build date: 2015-08-05T07:28:05.913Z * build date: 2015-08-06T05:20:40.430Z
* MIT License * MIT License
*/ */
table.TF{border-left:1px solid #ccc !important;border-top:none !important;border-right:none !important;border-bottom:none !important;}table.TF th{background:#ebecee url("images/bg_th.jpg") left top repeat-x !important;border-bottom:1px solid #d0d0d0 !important;border-right:1px solid #d0d0d0 !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important;padding:2px !important;color:#333 !important;height:25px !important}table.TF td{border-bottom:1px dotted #999 !important;padding:5px !important}.fltrow{background-color:#ebecee !important;}.fltrow th,.fltrow td{border-bottom:1px dotted #666 !important;padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #999 !important}input.flt{width:99% !important}.inf{background:#f4f4f4 url("images/bg_infDiv.jpg") 0 0 repeat-x !important}input.reset{width:19px;height:19px;cursor:pointer !important;border:0 !important;vertical-align:middle;background:transparent url("images/btn_eraser.gif") center center no-repeat !important;}input.reset :hover{background:transparent url("images/btn_over_eraser.gif") center center no-repeat !important}input.pgInp{width:19px;height:19px;cursor:pointer !important;border:0 !important}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important;}.nextPage :hover{background:transparent url("images/btn_over_next_page.gif") center center no-repeat !important}.previousPage{background:transparent url("images/btn_previous_page.gif") center center no-repeat !important;}.previousPage :hover{background:transparent url("images/btn_over_previous_page.gif") center center no-repeat !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important;}.firstPage :hover{background:transparent url("images/btn_over_first_page.gif") center center no-repeat !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important;}.lastPage :hover{background:transparent url("images/btn_over_last_page.gif") center center no-repeat !important}select.rspg{font-size:10px}div.grd_Cont{background-color:#ebecee !important;border:1px solid #ccc !important;padding:0 !important;}div.grd_Cont .even{background-color:#fff}div.grd_Cont .odd{background-color:#d5d5d5}div.grd_headTblCont{background-color:#ebecee !important;border-bottom:none !important;}div.grd_headTblCont table{border-right:none !important}div.grd_tblCont table th,div.grd_headTblCont table th,div.grd_headTblCont table td{background:#ebecee url("images/bg_th.jpg") left top repeat-x !important;border-bottom:1px solid #d0d0d0 !important;border-right:1px solid #d0d0d0 !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important}.grd_inf{background:#d7d7d7 url("images/bg_infDiv.jpg") 0 0 repeat-x !important;border-top:1px solid #d0d0d0 !important;height:29px !important}.loader{border:1px solid #999;background:#fff}.defaultLoader{width:32px;height:32px;background:transparent url("images/img_loading.gif") 0 0 no-repeat !important}.even{background-color:#fff}.odd{background-color:#d5d5d5} /**
* Default theme overrides
*/
table.TF {
border-left: 1px solid #ccc !important;
border-top: none !important;
border-right: none !important;
border-bottom: none !important;
}
table.TF th {
background: #ebecee url("images/bg_th.jpg") left top repeat-x !important;
border-bottom: 1px solid #d0d0d0 !important;
border-right: 1px solid #d0d0d0 !important;
border-left: 1px solid #fff !important;
border-top: 1px solid #fff !important;
padding: 2px !important;
color: #333 !important;
height: 25px !important;
}
table.TF td {
border-bottom: 1px dotted #999 !important;
padding: 5px !important;
}
.fltrow {
background-color: #ebecee !important;
}
.fltrow th,
.fltrow td {
border-bottom: 1px dotted #666 !important;
padding: 1px 3px 1px 3px !important;
}
.flt,
select.flt,
select.flt_multi,
.flt_s,
.single_flt,
.div_checklist {
border: 1px solid #999 !important;
}
input.flt {
width: 99% !important;
}
.inf {
background: #f4f4f4 url("images/bg_infDiv.jpg") 0 0 repeat-x !important;
}
input.reset {
width: 19px;
height: 19px;
cursor: pointer !important;
border: 0 !important;
vertical-align: middle;
background: transparent url("images/btn_eraser.gif") center center no-repeat !important;
}
input.reset :hover {
background: transparent url("images/btn_over_eraser.gif") center center no-repeat !important;
}
input.pgInp {
width: 19px;
height: 19px;
cursor: pointer !important;
border: 0 !important;
}
.nextPage {
background: transparent url("images/btn_next_page.gif") center center no-repeat !important;
}
.nextPage :hover {
background: transparent url("images/btn_over_next_page.gif") center center no-repeat !important;
}
.previousPage {
background: transparent url("images/btn_previous_page.gif") center center no-repeat !important;
}
.previousPage :hover {
background: transparent url("images/btn_over_previous_page.gif") center center no-repeat !important;
}
.firstPage {
background: transparent url("images/btn_first_page.gif") center center no-repeat !important;
}
.firstPage :hover {
background: transparent url("images/btn_over_first_page.gif") center center no-repeat !important;
}
.lastPage {
background: transparent url("images/btn_last_page.gif") center center no-repeat !important;
}
.lastPage :hover {
background: transparent url("images/btn_over_last_page.gif") center center no-repeat !important;
}
select.rspg {
font-size: 10px;
}
div.grd_Cont {
background-color: #ebecee !important;
border: 1px solid #ccc !important;
padding: 0 !important;
}
div.grd_Cont .even {
background-color: #fff;
}
div.grd_Cont .odd {
background-color: #d5d5d5;
}
div.grd_headTblCont {
background-color: #ebecee !important;
border-bottom: none !important;
}
div.grd_headTblCont table {
border-right: none !important;
}
div.grd_tblCont table th,
div.grd_headTblCont table th,
div.grd_headTblCont table td {
background: #ebecee url("images/bg_th.jpg") left top repeat-x !important;
border-bottom: 1px solid #d0d0d0 !important;
border-right: 1px solid #d0d0d0 !important;
border-left: 1px solid #fff !important;
border-top: 1px solid #fff !important;
}
.grd_inf {
background: #d7d7d7 url("images/bg_infDiv.jpg") 0 0 repeat-x !important;
border-top: 1px solid #d0d0d0 !important;
height: 29px !important;
}
.loader {
border: 1px solid #999;
background: #fff;
}
.defaultLoader {
width: 32px;
height: 32px;
background: transparent url("images/img_loading.gif") 0 0 no-repeat !important;
}
.even {
background-color: #fff;
}
.odd {
background-color: #d5d5d5;
}

View file

@ -1,6 +1,168 @@
/** /**
* TableFilter v0.0.0 by Max Guglielmi * TableFilter v0.0.0 by Max Guglielmi
* build date: 2015-08-05T07:28:05.913Z * build date: 2015-08-06T05:20:40.430Z
* MIT License * MIT License
*/ */
table.TF{border-left:1px dotted #81963b !important;border-top:none !important;border-right:0 !important;border-bottom:none !important;}table.TF th{background:#39424b url("images/bg_headers.jpg") left top repeat-x !important;border-bottom:0 !important;border-right:1px dotted #d0d0d0 !important;border-left:0 !important;border-top:0 !important;padding:0 4px 0 4px !important;color:#fff !important;height:35px !important}table.TF td{border-bottom:1px dotted #81963b;border-right:1px dotted #81963b;padding:5px !important}.fltrow{background-color:#81963b !important;}.fltrow th,.fltrow td{border-bottom:1px dotted #39424b !important;border-right:1px dotted #fff !important;border-left:0 !important;border-top:0 !important;padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #687830 !important}input.flt{width:99% !important}.inf{background:#f4f4f4 url("images/bg_infDiv.jpg") left bottom repeat-x !important}input.reset{width:53px;height:19px;cursor:pointer !important;border:0 !important;vertical-align:middle;background:transparent url("images/btn_filter.png") center center no-repeat !important;}input.reset :hover{background:#cad1d6 url("images/btn_filter.png") center center no-repeat !important}.ldiv{width:40% !important}.mdiv{width:34% !important;text-align:left !important}.rdiv{width:20% !important}input.pgInp{width:19px;height:19px;cursor:pointer !important;border:0 !important}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important;}.nextPage :hover{background:#cad1d6 url("images/btn_next_page.gif") center center no-repeat !important}.previousPage{background:transparent url("images/btn_previous_page.gif") center center no-repeat !important;}.previousPage :hover{background:#cad1d6 url("images/btn_previous_page.gif") center center no-repeat !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important;}.firstPage :hover{background:#cad1d6 url("images/btn_first_page.gif") center center no-repeat !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important;}.lastPage :hover{background:#cad1d6 url("images/btn_last_page.gif") center center no-repeat !important}select.rspg{font-size:10px}div.grd_Cont{background:#81963b url("images/bg_headers.jpg") left top repeat-x !important;border:1px solid #ccc !important;padding:0 1px 1px 1px !important;}div.grd_Cont .even{background-color:#bccd83}div.grd_Cont .odd{background-color:#fff}div.grd_headTblCont{background-color:#ebecee !important;border-bottom:none !important}div.grd_tblCont table{border-right:none !important}div.grd_tblCont table th,div.grd_headTblCont table th{background:transparent url("images/bg_headers.jpg") 0 0 repeat-x !important;border-bottom:0 !important;border-right:1px dotted #d0d0d0 !important;border-left:0 !important;border-top:0 !important;padding:0 4px 0 4px !important;color:#fff !important;height:35px !important}div.grd_headTblCont table td{border-bottom:1px dotted #39424b !important;border-right:1px dotted #fff !important;border-left:0 !important;border-top:0 !important;background-color:#81963b !important;padding:1px 3px 1px 3px !important}.grd_inf{background:#f4f4f4 url("images/bg_infDiv.jpg") center bottom repeat-x !important;border-top:1px solid #d0d0d0 !important;height:29px !important;padding-top:2px !important}.loader{border:0 !important;background:transparent !important;margin:185px auto !important}.defaultLoader{width:32px;height:32px;background:transparent url("images/img_loading.gif") 0 0 no-repeat !important}.even{background-color:#bccd83}.odd{background-color:#fff} /**
* mytheme theme overrides
*/
table.TF {
border-left: 1px dotted #81963b !important;
border-top: none !important;
border-right: 0 !important;
border-bottom: none !important;
}
table.TF th {
background: #39424b url("images/bg_headers.jpg") left top repeat-x !important;
border-bottom: 0 !important;
border-right: 1px dotted #d0d0d0 !important;
border-left: 0 !important;
border-top: 0 !important;
padding: 0 4px 0 4px !important;
color: #fff !important;
height: 35px !important;
}
table.TF td {
border-bottom: 1px dotted #81963b;
border-right: 1px dotted #81963b;
padding: 5px !important;
}
.fltrow {
background-color: #81963b !important;
}
.fltrow th,
.fltrow td {
border-bottom: 1px dotted #39424b !important;
border-right: 1px dotted #fff !important;
border-left: 0 !important;
border-top: 0 !important;
padding: 1px 3px 1px 3px !important;
}
.flt,
select.flt,
select.flt_multi,
.flt_s,
.single_flt,
.div_checklist {
border: 1px solid #687830 !important;
}
input.flt {
width: 99% !important;
}
.inf {
background: #f4f4f4 url("images/bg_infDiv.jpg") left bottom repeat-x !important;
}
input.reset {
width: 53px;
height: 19px;
cursor: pointer !important;
border: 0 !important;
vertical-align: middle;
background: transparent url("images/btn_filter.png") center center no-repeat !important;
}
input.reset :hover {
background: #cad1d6 url("images/btn_filter.png") center center no-repeat !important;
}
.ldiv {
width: 40% !important;
}
.mdiv {
width: 34% !important;
text-align: left !important;
}
.rdiv {
width: 20% !important;
}
input.pgInp {
width: 19px;
height: 19px;
cursor: pointer !important;
border: 0 !important;
}
.nextPage {
background: transparent url("images/btn_next_page.gif") center center no-repeat !important;
}
.nextPage :hover {
background: #cad1d6 url("images/btn_next_page.gif") center center no-repeat !important;
}
.previousPage {
background: transparent url("images/btn_previous_page.gif") center center no-repeat !important;
}
.previousPage :hover {
background: #cad1d6 url("images/btn_previous_page.gif") center center no-repeat !important;
}
.firstPage {
background: transparent url("images/btn_first_page.gif") center center no-repeat !important;
}
.firstPage :hover {
background: #cad1d6 url("images/btn_first_page.gif") center center no-repeat !important;
}
.lastPage {
background: transparent url("images/btn_last_page.gif") center center no-repeat !important;
}
.lastPage :hover {
background: #cad1d6 url("images/btn_last_page.gif") center center no-repeat !important;
}
select.rspg {
font-size: 10px;
}
div.grd_Cont {
background: #81963b url("images/bg_headers.jpg") left top repeat-x !important;
border: 1px solid #ccc !important;
padding: 0 1px 1px 1px !important;
}
div.grd_Cont .even {
background-color: #bccd83;
}
div.grd_Cont .odd {
background-color: #fff;
}
div.grd_headTblCont {
background-color: #ebecee !important;
border-bottom: none !important;
}
div.grd_tblCont table {
border-right: none !important;
}
div.grd_tblCont table th,
div.grd_headTblCont table th {
background: transparent url("images/bg_headers.jpg") 0 0 repeat-x !important;
border-bottom: 0 !important;
border-right: 1px dotted #d0d0d0 !important;
border-left: 0 !important;
border-top: 0 !important;
padding: 0 4px 0 4px !important;
color: #fff !important;
height: 35px !important;
}
/* filters cells */
div.grd_headTblCont table td {
border-bottom: 1px dotted #39424b !important;
border-right: 1px dotted #fff !important;
border-left: 0 !important;
border-top: 0 !important;
background-color: #81963b !important;
padding: 1px 3px 1px 3px !important;
}
.grd_inf {
background: #f4f4f4 url("images/bg_infDiv.jpg") center bottom repeat-x !important;
border-top: 1px solid #d0d0d0 !important;
height: 29px !important;
padding-top: 2px !important;
}
.loader {
border: 0 !important;
background: transparent !important;
margin: 185px auto !important;
}
.defaultLoader {
width: 32px;
height: 32px;
background: transparent url("images/img_loading.gif") 0 0 no-repeat !important;
}
.even {
background-color: #bccd83;
}
.odd {
background-color: #fff;
}

View file

@ -1,6 +1,218 @@
/** /**
* TableFilter v0.0.0 by Max Guglielmi * TableFilter v0.0.0 by Max Guglielmi
* build date: 2015-08-05T07:28:05.913Z * build date: 2015-08-06T05:20:40.430Z
* MIT License * MIT License
*/ */
table.TF{padding:0;color:#000;border-right:1px solid #a4bed4;border-top:1px solid #a4bed4;border-left:1px solid #a4bed4;border-bottom:0;}table.TF th{margin:0;padding:5px;color:inherit;background:#d1e5fe url("images/bg_skyblue.gif") 0 0 repeat-x;border-color:#fdfdfd #a4bed4 #a4bed4 #fdfdfd;border-width:1px;border-style:solid}table.TF td{margin:0;padding:5px;color:inherit;border-bottom:1px solid #a4bed4;border-left:0;border-top:0;border-right:0}.fltrow{background-color:#d1e5fe !important;}.fltrow th,.fltrow td{border-top:1px dotted #666 !important;border-bottom:1px dotted #666 !important;padding:1px 3px 1px 3px !important}.flt,select.flt,select.flt_multi,.flt_s,.single_flt,.div_checklist{border:1px solid #a4bed4 !important}input.flt{width:99% !important}.inf{background-color:#e3efff !important;border:1px solid #a4bed4;height:25px;color:#004a6f}div.tot,div.status{border-right:0 !important}.helpBtn{margin:0 5px 0 5px;padding:2px 4px 2px 4px;color:#004a6f !important;font-size:13px;border:1px solid transparent !important;}.helpBtn :hover{background-color:#ffe4ab;border:1px solid #ffb552 !important;text-decoration:none}input.reset{width:19px;height:19px;cursor:pointer !important;border:1px solid transparent !important;vertical-align:middle;background:transparent url("images/icn_clear_filters.png") center center no-repeat !important;}input.reset :hover{background:#ffe4ab url("images/icn_clear_filters.png") center center no-repeat !important;border:1px solid #ffb552 !important}input.pgInp{width:19px;height:19px;cursor:pointer !important;border:0 !important}.nextPage{background:transparent url("images/btn_next_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.nextPage :hover{background:#ffe4ab url("images/btn_next_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.previousPage{background:transparent url("images/btn_prev_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.previousPage :hover{background:#ffe4ab url("images/btn_prev_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.firstPage{background:transparent url("images/btn_first_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.firstPage :hover{background:#ffe4ab url("images/btn_first_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}.lastPage{background:transparent url("images/btn_last_page.gif") center center no-repeat !important;border:1px solid transparent !important;}.lastPage :hover{background:#ffe4ab url("images/btn_last_page.gif") center center no-repeat !important;border:1px solid #ffb552 !important}select.rspg{font-size:10px}.activeHeader{background:#ffe4ab !important;border:1px solid #ffb552 !important;color:inherit !important}div.grd_Cont{background-color:#d9eaed !important;border:1px solid #9cc !important;padding:0 !important;}div.grd_Cont .even{background-color:#fff}div.grd_Cont .odd{background-color:#e3efff}div.grd_headTblCont{background-color:#d9eaed !important;border-bottom:none !important}div.grd_tblCont table{border-right:none !important;font:12px/13px "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important}div.grd_tblCont table th,div.grd_headTblCont table th,div.grd_headTblCont table td{background:#d9eaed url("images/bg_skyblue.gif") left top repeat-x;border-bottom:1px solid #a4bed4;border-right:1px solid #a4bed4 !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important;padding:5px 2px 5px 2px !important}div.grd_tblCont table td{border-bottom:1px solid #a4bed4 !important;border-right:0 !important;border-left:0 !important;border-top:0 !important;padding:5px 2px 5px 2px !important}.grd_inf{background-color:#d9eaed !important;height:25px;color:#004a6f;border-top:1px solid #9cc !important;}.grd_inf .rdiv{height:28px}.grd_inf a{text-decoration:none;font-weight:bold}.grd_inf a.helpBtn{vertical-align:middle;margin-top:2px !important;padding-top:1px !important}.loader{border:0 !important;background:transparent !important;margin-top:40px;margin-left:0 !important}.even{background-color:#fff}.odd{background-color:#e3efff}.ezActiveRow{background-color:#ffdc61 !important;color:inherit}.ezSelectedRow{background-color:#ffe4ab !important;color:inherit}.ezActiveCell{background-color:#fff !important;color:#000 !important;font-weight:bold}.ezETSelectedCell{background-color:#fff !important;font-weight:bold;color:#000 !important} /**
* skyblue theme overrides
*/
table.TF {
padding: 0;
color: #000;
border-right: 1px solid #a4bed4;
border-top: 1px solid #a4bed4;
border-left: 1px solid #a4bed4;
border-bottom: 0;
}
table.TF th {
margin: 0;
padding: 5px;
color: inherit;
background: #d1e5fe url("images/bg_skyblue.gif") 0 0 repeat-x;
border-color: #fdfdfd #a4bed4 #a4bed4 #fdfdfd;
border-width: 1px;
border-style: solid;
}
table.TF td {
margin: 0;
padding: 5px;
color: inherit;
border-bottom: 1px solid #a4bed4;
border-left: 0;
border-top: 0;
border-right: 0;
}
.fltrow {
background-color: #d1e5fe !important;
}
.fltrow th,
.fltrow td {
border-top: 1px dotted #666 !important;
border-bottom: 1px dotted #666 !important;
padding: 1px 3px 1px 3px !important;
}
.flt,
select.flt,
select.flt_multi,
.flt_s,
.single_flt,
.div_checklist {
border: 1px solid #a4bed4 !important;
}
input.flt {
width: 99% !important;
}
.inf {
background-color: #e3efff !important;
border: 1px solid #a4bed4;
height: 25px;
color: #004a6f;
}
div.tot,
div.status {
border-right: 0 !important;
}
.helpBtn {
margin: 0 5px 0 5px;
padding: 2px 4px 2px 4px;
color: #004a6f !important;
font-size: 13px;
border: 1px solid transparent !important;
}
.helpBtn :hover {
background-color: #ffe4ab;
border: 1px solid #ffb552 !important;
text-decoration: none;
}
input.reset {
width: 19px;
height: 19px;
cursor: pointer !important;
border: 1px solid transparent !important;
vertical-align: middle;
background: transparent url("images/icn_clear_filters.png") center center no-repeat !important;
}
input.reset :hover {
background: #ffe4ab url("images/icn_clear_filters.png") center center no-repeat !important;
border: 1px solid #ffb552 !important;
}
input.pgInp {
width: 19px;
height: 19px;
cursor: pointer !important;
border: 0 !important;
}
.nextPage {
background: transparent url("images/btn_next_page.gif") center center no-repeat !important;
border: 1px solid transparent !important;
}
.nextPage :hover {
background: #ffe4ab url("images/btn_next_page.gif") center center no-repeat !important;
border: 1px solid #ffb552 !important;
}
.previousPage {
background: transparent url("images/btn_prev_page.gif") center center no-repeat !important;
border: 1px solid transparent !important;
}
.previousPage :hover {
background: #ffe4ab url("images/btn_prev_page.gif") center center no-repeat !important;
border: 1px solid #ffb552 !important;
}
.firstPage {
background: transparent url("images/btn_first_page.gif") center center no-repeat !important;
border: 1px solid transparent !important;
}
.firstPage :hover {
background: #ffe4ab url("images/btn_first_page.gif") center center no-repeat !important;
border: 1px solid #ffb552 !important;
}
.lastPage {
background: transparent url("images/btn_last_page.gif") center center no-repeat !important;
border: 1px solid transparent !important;
}
.lastPage :hover {
background: #ffe4ab url("images/btn_last_page.gif") center center no-repeat !important;
border: 1px solid #ffb552 !important;
}
select.rspg {
font-size: 10px;
}
.activeHeader {
background: #ffe4ab !important;
border: 1px solid #ffb552 !important;
color: inherit !important;
}
div.grd_Cont {
background-color: #d9eaed !important;
border: 1px solid #9cc !important;
padding: 0 !important;
}
div.grd_Cont .even {
background-color: #fff;
}
div.grd_Cont .odd {
background-color: #e3efff;
}
div.grd_headTblCont {
background-color: #d9eaed !important;
border-bottom: none !important;
}
div.grd_tblCont table {
border-right: none !important;
font: 12px/13px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif !important;
}
div.grd_tblCont table th,
div.grd_headTblCont table th,
div.grd_headTblCont table td {
background: #d9eaed url("images/bg_skyblue.gif") left top repeat-x;
border-bottom: 1px solid #a4bed4;
border-right: 1px solid #a4bed4 !important;
border-left: 1px solid #fff !important;
border-top: 1px solid #fff !important;
padding: 5px 2px 5px 2px !important;
}
div.grd_tblCont table td {
border-bottom: 1px solid #a4bed4 !important;
border-right: 0 !important;
border-left: 0 !important;
border-top: 0 !important;
padding: 5px 2px 5px 2px !important;
}
.grd_inf {
background-color: #d9eaed !important;
height: 25px;
color: #004a6f;
border-top: 1px solid #9cc !important;
}
.grd_inf .rdiv {
height: 28px;
}
.grd_inf a {
text-decoration: none;
font-weight: bold;
}
.grd_inf a.helpBtn {
vertical-align: middle;
margin-top: 2px !important;
padding-top: 1px !important;
}
.loader {
border: 0 !important;
background: transparent !important;
margin-top: 40px;
margin-left: 0 !important;
}
.even {
background-color: #fff;
}
.odd {
background-color: #e3efff;
}
.ezActiveRow {
background-color: #ffdc61 !important;
color: inherit;
}
.ezSelectedRow {
background-color: #ffe4ab !important;
color: inherit;
}
.ezActiveCell {
background-color: #fff !important;
color: #000 !important;
font-weight: bold;
}
.ezETSelectedCell {
background-color: #fff !important;
font-weight: bold;
color: #000 !important;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -80,8 +80,8 @@
"type": "Identifier", "type": "Identifier",
"name": "AdapterEzEditTable", "name": "AdapterEzEditTable",
"range": [ "range": [
71, 73,
89 91
], ],
"loc": { "loc": {
"start": { "start": {
@ -97,8 +97,8 @@
"trailingComments": [] "trailingComments": []
}, },
"range": [ "range": [
56, 58,
90 92
], ],
"loc": { "loc": {
"start": { "start": {
@ -115,7 +115,7 @@
"sourceType": "module", "sourceType": "module",
"range": [ "range": [
0, 0,
90 92
], ],
"loc": { "loc": {
"start": { "start": {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -10,8 +10,8 @@
"type": "Identifier", "type": "Identifier",
"name": "AdapterSortableTable", "name": "AdapterSortableTable",
"range": [ "range": [
41, 42,
61 62
], ],
"loc": { "loc": {
"start": { "start": {
@ -25,8 +25,8 @@
} }
}, },
"range": [ "range": [
41, 42,
61 62
], ],
"loc": { "loc": {
"start": { "start": {
@ -45,8 +45,8 @@
"value": "./adapterSortabletable", "value": "./adapterSortabletable",
"raw": "'./adapterSortabletable'", "raw": "'./adapterSortabletable'",
"range": [ "range": [
67, 68,
91 92
], ],
"loc": { "loc": {
"start": { "start": {
@ -60,8 +60,8 @@
} }
}, },
"range": [ "range": [
34, 35,
92 93
], ],
"loc": { "loc": {
"start": { "start": {
@ -106,8 +106,8 @@
"type": "Identifier", "type": "Identifier",
"name": "window", "name": "window",
"range": [ "range": [
98, 101,
104 107
], ],
"loc": { "loc": {
"start": { "start": {
@ -124,8 +124,8 @@
"type": "Identifier", "type": "Identifier",
"name": "SortableTable", "name": "SortableTable",
"range": [ "range": [
105, 108,
118 121
], ],
"loc": { "loc": {
"start": { "start": {
@ -139,8 +139,8 @@
} }
}, },
"range": [ "range": [
98, 101,
118 121
], ],
"loc": { "loc": {
"start": { "start": {
@ -155,8 +155,8 @@
}, },
"prefix": true, "prefix": true,
"range": [ "range": [
97, 100,
118 121
], ],
"loc": { "loc": {
"start": { "start": {
@ -180,8 +180,8 @@
"type": "Identifier", "type": "Identifier",
"name": "require", "name": "require",
"range": [ "range": [
125, 129,
132 136
], ],
"loc": { "loc": {
"start": { "start": {
@ -200,8 +200,8 @@
"value": "script!sortabletable", "value": "script!sortabletable",
"raw": "'script!sortabletable'", "raw": "'script!sortabletable'",
"range": [ "range": [
133, 137,
155 159
], ],
"loc": { "loc": {
"start": { "start": {
@ -216,8 +216,8 @@
} }
], ],
"range": [ "range": [
125, 129,
156 160
], ],
"loc": { "loc": {
"start": { "start": {
@ -231,8 +231,8 @@
} }
}, },
"range": [ "range": [
125, 129,
157 161
], ],
"loc": { "loc": {
"start": { "start": {
@ -247,8 +247,8 @@
} }
], ],
"range": [ "range": [
119, 122,
159 164
], ],
"loc": { "loc": {
"start": { "start": {
@ -263,8 +263,8 @@
}, },
"alternate": null, "alternate": null,
"range": [ "range": [
94, 97,
159 164
], ],
"loc": { "loc": {
"start": { "start": {
@ -283,8 +283,8 @@
"type": "Identifier", "type": "Identifier",
"name": "AdapterSortableTable", "name": "AdapterSortableTable",
"range": [ "range": [
176, 183,
196 203
], ],
"loc": { "loc": {
"start": { "start": {
@ -300,8 +300,8 @@
"trailingComments": [] "trailingComments": []
}, },
"range": [ "range": [
161, 168,
197 204
], ],
"loc": { "loc": {
"start": { "start": {
@ -317,8 +317,8 @@
], ],
"sourceType": "module", "sourceType": "module",
"range": [ "range": [
34, 35,
197 204
], ],
"loc": { "loc": {
"start": { "start": {

View file

@ -10,8 +10,8 @@
"type": "Identifier", "type": "Identifier",
"name": "Str", "name": "Str",
"range": [ "range": [
32, 36,
35 39
], ],
"loc": { "loc": {
"start": { "start": {
@ -25,8 +25,8 @@
} }
}, },
"range": [ "range": [
32, 36,
35 39
], ],
"loc": { "loc": {
"start": { "start": {
@ -45,8 +45,8 @@
"value": "./string", "value": "./string",
"raw": "'./string'", "raw": "'./string'",
"range": [ "range": [
41, 45,
51 55
], ],
"loc": { "loc": {
"start": { "start": {
@ -60,8 +60,8 @@
} }
}, },
"range": [ "range": [
25, 29,
52 56
], ],
"loc": { "loc": {
"start": { "start": {
@ -76,10 +76,10 @@
"leadingComments": [ "leadingComments": [
{ {
"type": "Block", "type": "Block",
"value": "*\n * Misc helpers\n ", "value": "*\r\n * Misc helpers\r\n ",
"range": [ "range": [
0, 0,
23 25
], ],
"loc": { "loc": {
"start": { "start": {
@ -105,8 +105,8 @@
"type": "Identifier", "type": "Identifier",
"name": "removeNbFormat", "name": "removeNbFormat",
"range": [ "range": [
75, 82,
89 96
], ],
"loc": { "loc": {
"start": { "start": {
@ -127,8 +127,8 @@
"type": "Identifier", "type": "Identifier",
"name": "data", "name": "data",
"range": [ "range": [
90, 97,
94 101
], ],
"loc": { "loc": {
"start": { "start": {
@ -145,8 +145,8 @@
"type": "Identifier", "type": "Identifier",
"name": "format", "name": "format",
"range": [ "range": [
96, 103,
102 109
], ],
"loc": { "loc": {
"start": { "start": {
@ -172,8 +172,8 @@
"type": "Identifier", "type": "Identifier",
"name": "data", "name": "data",
"range": [ "range": [
117, 125,
121 129
], ],
"loc": { "loc": {
"start": { "start": {
@ -188,8 +188,8 @@
}, },
"prefix": true, "prefix": true,
"range": [ "range": [
116, 124,
121 129
], ],
"loc": { "loc": {
"start": { "start": {
@ -209,8 +209,8 @@
"type": "ReturnStatement", "type": "ReturnStatement",
"argument": null, "argument": null,
"range": [ "range": [
136, 145,
143 152
], ],
"loc": { "loc": {
"start": { "start": {
@ -225,8 +225,8 @@
} }
], ],
"range": [ "range": [
122, 130,
153 163
], ],
"loc": { "loc": {
"start": { "start": {
@ -241,8 +241,8 @@
}, },
"alternate": null, "alternate": null,
"range": [ "range": [
113, 121,
153 163
], ],
"loc": { "loc": {
"start": { "start": {
@ -264,8 +264,8 @@
"type": "Identifier", "type": "Identifier",
"name": "format", "name": "format",
"range": [ "range": [
166, 177,
172 183
], ],
"loc": { "loc": {
"start": { "start": {
@ -280,8 +280,8 @@
}, },
"prefix": true, "prefix": true,
"range": [ "range": [
165, 176,
172 183
], ],
"loc": { "loc": {
"start": { "start": {
@ -306,8 +306,8 @@
"type": "Identifier", "type": "Identifier",
"name": "format", "name": "format",
"range": [ "range": [
187, 199,
193 205
], ],
"loc": { "loc": {
"start": { "start": {
@ -325,8 +325,8 @@
"value": "us", "value": "us",
"raw": "'us'", "raw": "'us'",
"range": [ "range": [
196, 208,
200 212
], ],
"loc": { "loc": {
"start": { "start": {
@ -340,8 +340,8 @@
} }
}, },
"range": [ "range": [
187, 199,
200 212
], ],
"loc": { "loc": {
"start": { "start": {
@ -355,8 +355,8 @@
} }
}, },
"range": [ "range": [
187, 199,
201 213
], ],
"loc": { "loc": {
"start": { "start": {
@ -371,8 +371,8 @@
} }
], ],
"range": [ "range": [
173, 184,
211 224
], ],
"loc": { "loc": {
"start": { "start": {
@ -387,8 +387,8 @@
}, },
"alternate": null, "alternate": null,
"range": [ "range": [
162, 173,
211 224
], ],
"loc": { "loc": {
"start": { "start": {
@ -410,8 +410,8 @@
"type": "Identifier", "type": "Identifier",
"name": "n", "name": "n",
"range": [ "range": [
224, 238,
225 239
], ],
"loc": { "loc": {
"start": { "start": {
@ -428,8 +428,8 @@
"type": "Identifier", "type": "Identifier",
"name": "data", "name": "data",
"range": [ "range": [
228, 242,
232 246
], ],
"loc": { "loc": {
"start": { "start": {
@ -443,8 +443,8 @@
} }
}, },
"range": [ "range": [
224, 238,
232 246
], ],
"loc": { "loc": {
"start": { "start": {
@ -460,8 +460,8 @@
], ],
"kind": "let", "kind": "let",
"range": [ "range": [
220, 234,
233 247
], ],
"loc": { "loc": {
"start": { "start": {
@ -488,8 +488,8 @@
"type": "Identifier", "type": "Identifier",
"name": "Str", "name": "Str",
"range": [ "range": [
245, 260,
248 263
], ],
"loc": { "loc": {
"start": { "start": {
@ -506,8 +506,8 @@
"type": "Identifier", "type": "Identifier",
"name": "lower", "name": "lower",
"range": [ "range": [
249, 264,
254 269
], ],
"loc": { "loc": {
"start": { "start": {
@ -521,8 +521,8 @@
} }
}, },
"range": [ "range": [
245, 260,
254 269
], ],
"loc": { "loc": {
"start": { "start": {
@ -540,8 +540,8 @@
"type": "Identifier", "type": "Identifier",
"name": "format", "name": "format",
"range": [ "range": [
255, 270,
261 276
], ],
"loc": { "loc": {
"start": { "start": {
@ -556,8 +556,8 @@
} }
], ],
"range": [ "range": [
245, 260,
262 277
], ],
"loc": { "loc": {
"start": { "start": {
@ -575,8 +575,8 @@
"value": "us", "value": "us",
"raw": "'us'", "raw": "'us'",
"range": [ "range": [
267, 282,
271 286
], ],
"loc": { "loc": {
"start": { "start": {
@ -590,8 +590,8 @@
} }
}, },
"range": [ "range": [
245, 260,
271 286
], ],
"loc": { "loc": {
"start": { "start": {
@ -616,8 +616,8 @@
"type": "Identifier", "type": "Identifier",
"name": "n", "name": "n",
"range": [ "range": [
286, 302,
287 303
], ],
"loc": { "loc": {
"start": { "start": {
@ -642,8 +642,8 @@
"type": "Identifier", "type": "Identifier",
"name": "n", "name": "n",
"range": [ "range": [
291, 307,
292 308
], ],
"loc": { "loc": {
"start": { "start": {
@ -660,8 +660,8 @@
"type": "Identifier", "type": "Identifier",
"name": "replace", "name": "replace",
"range": [ "range": [
293, 309,
300 316
], ],
"loc": { "loc": {
"start": { "start": {
@ -675,8 +675,8 @@
} }
}, },
"range": [ "range": [
291, 307,
300 316
], ],
"loc": { "loc": {
"start": { "start": {
@ -699,8 +699,8 @@
"flags": "g" "flags": "g"
}, },
"range": [ "range": [
301, 317,
312 328
], ],
"loc": { "loc": {
"start": { "start": {
@ -718,8 +718,8 @@
"value": "", "value": "",
"raw": "''", "raw": "''",
"range": [ "range": [
313, 329,
315 331
], ],
"loc": { "loc": {
"start": { "start": {
@ -734,8 +734,8 @@
} }
], ],
"range": [ "range": [
291, 307,
316 332
], ],
"loc": { "loc": {
"start": { "start": {
@ -750,8 +750,8 @@
}, },
"prefix": true, "prefix": true,
"range": [ "range": [
289, 305,
316 332
], ],
"loc": { "loc": {
"start": { "start": {
@ -765,8 +765,8 @@
} }
}, },
"range": [ "range": [
286, 302,
316 332
], ],
"loc": { "loc": {
"start": { "start": {
@ -780,8 +780,8 @@
} }
}, },
"range": [ "range": [
286, 302,
317 333
], ],
"loc": { "loc": {
"start": { "start": {
@ -796,8 +796,8 @@
} }
], ],
"range": [ "range": [
272, 287,
327 344
], ],
"loc": { "loc": {
"start": { "start": {
@ -822,8 +822,8 @@
"type": "Identifier", "type": "Identifier",
"name": "n", "name": "n",
"range": [ "range": [
347, 365,
348 366
], ],
"loc": { "loc": {
"start": { "start": {
@ -853,8 +853,8 @@
"type": "Identifier", "type": "Identifier",
"name": "n", "name": "n",
"range": [ "range": [
352, 370,
353 371
], ],
"loc": { "loc": {
"start": { "start": {
@ -871,8 +871,8 @@
"type": "Identifier", "type": "Identifier",
"name": "replace", "name": "replace",
"range": [ "range": [
354, 372,
361 379
], ],
"loc": { "loc": {
"start": { "start": {
@ -886,8 +886,8 @@
} }
}, },
"range": [ "range": [
352, 370,
361 379
], ],
"loc": { "loc": {
"start": { "start": {
@ -910,8 +910,8 @@
"flags": "g" "flags": "g"
}, },
"range": [ "range": [
362, 380,
373 391
], ],
"loc": { "loc": {
"start": { "start": {
@ -929,8 +929,8 @@
"value": "", "value": "",
"raw": "''", "raw": "''",
"range": [ "range": [
374, 392,
376 394
], ],
"loc": { "loc": {
"start": { "start": {
@ -945,8 +945,8 @@
} }
], ],
"range": [ "range": [
352, 370,
377 395
], ],
"loc": { "loc": {
"start": { "start": {
@ -963,8 +963,8 @@
"type": "Identifier", "type": "Identifier",
"name": "replace", "name": "replace",
"range": [ "range": [
378, 396,
385 403
], ],
"loc": { "loc": {
"start": { "start": {
@ -978,8 +978,8 @@
} }
}, },
"range": [ "range": [
352, 370,
385 403
], ],
"loc": { "loc": {
"start": { "start": {
@ -998,8 +998,8 @@
"value": ",", "value": ",",
"raw": "','", "raw": "','",
"range": [ "range": [
386, 404,
389 407
], ],
"loc": { "loc": {
"start": { "start": {
@ -1017,8 +1017,8 @@
"value": ".", "value": ".",
"raw": "'.'", "raw": "'.'",
"range": [ "range": [
390, 408,
393 411
], ],
"loc": { "loc": {
"start": { "start": {
@ -1033,8 +1033,8 @@
} }
], ],
"range": [ "range": [
352, 370,
394 412
], ],
"loc": { "loc": {
"start": { "start": {
@ -1049,8 +1049,8 @@
}, },
"prefix": true, "prefix": true,
"range": [ "range": [
350, 368,
394 412
], ],
"loc": { "loc": {
"start": { "start": {
@ -1064,8 +1064,8 @@
} }
}, },
"range": [ "range": [
347, 365,
394 412
], ],
"loc": { "loc": {
"start": { "start": {
@ -1079,8 +1079,8 @@
} }
}, },
"range": [ "range": [
347, 365,
395 413
], ],
"loc": { "loc": {
"start": { "start": {
@ -1095,8 +1095,8 @@
} }
], ],
"range": [ "range": [
333, 350,
405 424
], ],
"loc": { "loc": {
"start": { "start": {
@ -1110,8 +1110,8 @@
} }
}, },
"range": [ "range": [
242, 257,
405 424
], ],
"loc": { "loc": {
"start": { "start": {
@ -1130,8 +1130,8 @@
"type": "Identifier", "type": "Identifier",
"name": "n", "name": "n",
"range": [ "range": [
421, 441,
422 442
], ],
"loc": { "loc": {
"start": { "start": {
@ -1145,8 +1145,8 @@
} }
}, },
"range": [ "range": [
414, 434,
423 443
], ],
"loc": { "loc": {
"start": { "start": {
@ -1161,8 +1161,8 @@
} }
], ],
"range": [ "range": [
103, 110,
429 450
], ],
"loc": { "loc": {
"start": { "start": {
@ -1178,8 +1178,8 @@
"generator": false, "generator": false,
"expression": false, "expression": false,
"range": [ "range": [
89, 96,
429 450
], ],
"loc": { "loc": {
"start": { "start": {
@ -1197,8 +1197,8 @@
"shorthand": false, "shorthand": false,
"computed": false, "computed": false,
"range": [ "range": [
75, 82,
429 450
], ],
"loc": { "loc": {
"start": { "start": {
@ -1213,8 +1213,8 @@
} }
], ],
"range": [ "range": [
69, 75,
431 453
], ],
"loc": { "loc": {
"start": { "start": {
@ -1230,8 +1230,8 @@
"trailingComments": [] "trailingComments": []
}, },
"range": [ "range": [
54, 60,
432 454
], ],
"loc": { "loc": {
"start": { "start": {
@ -1247,8 +1247,8 @@
], ],
"sourceType": "module", "sourceType": "module",
"range": [ "range": [
25, 29,
432 454
], ],
"loc": { "loc": {
"start": { "start": {
@ -1263,10 +1263,10 @@
"comments": [ "comments": [
{ {
"type": "Block", "type": "Block",
"value": "*\n * Misc helpers\n ", "value": "*\r\n * Misc helpers\r\n ",
"range": [ "range": [
0, 0,
23 25
], ],
"loc": { "loc": {
"start": { "start": {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -85,8 +85,8 @@
"type": "Identifier", "type": "Identifier",
"name": "ignoreCase", "name": "ignoreCase",
"range": [ "range": [
49, 52,
59 62
], ],
"loc": { "loc": {
"start": { "start": {
@ -107,8 +107,8 @@
"type": "Identifier", "type": "Identifier",
"name": "a", "name": "a",
"range": [ "range": [
60, 63,
61 64
], ],
"loc": { "loc": {
"start": { "start": {
@ -125,8 +125,8 @@
"type": "Identifier", "type": "Identifier",
"name": "b", "name": "b",
"range": [ "range": [
63, 66,
64 67
], ],
"loc": { "loc": {
"start": { "start": {
@ -152,8 +152,8 @@
"type": "Identifier", "type": "Identifier",
"name": "x", "name": "x",
"range": [ "range": [
79, 83,
80 84
], ],
"loc": { "loc": {
"start": { "start": {
@ -175,8 +175,8 @@
"type": "Identifier", "type": "Identifier",
"name": "Str", "name": "Str",
"range": [ "range": [
83, 87,
86 90
], ],
"loc": { "loc": {
"start": { "start": {
@ -193,8 +193,8 @@
"type": "Identifier", "type": "Identifier",
"name": "lower", "name": "lower",
"range": [ "range": [
87, 91,
92 96
], ],
"loc": { "loc": {
"start": { "start": {
@ -208,8 +208,8 @@
} }
}, },
"range": [ "range": [
83, 87,
92 96
], ],
"loc": { "loc": {
"start": { "start": {
@ -227,8 +227,8 @@
"type": "Identifier", "type": "Identifier",
"name": "a", "name": "a",
"range": [ "range": [
93, 97,
94 98
], ],
"loc": { "loc": {
"start": { "start": {
@ -243,8 +243,8 @@
} }
], ],
"range": [ "range": [
83, 87,
95 99
], ],
"loc": { "loc": {
"start": { "start": {
@ -258,8 +258,8 @@
} }
}, },
"range": [ "range": [
79, 83,
95 99
], ],
"loc": { "loc": {
"start": { "start": {
@ -275,8 +275,8 @@
], ],
"kind": "let", "kind": "let",
"range": [ "range": [
75, 79,
96 100
], ],
"loc": { "loc": {
"start": { "start": {
@ -298,8 +298,8 @@
"type": "Identifier", "type": "Identifier",
"name": "y", "name": "y",
"range": [ "range": [
109, 114,
110 115
], ],
"loc": { "loc": {
"start": { "start": {
@ -321,8 +321,8 @@
"type": "Identifier", "type": "Identifier",
"name": "Str", "name": "Str",
"range": [ "range": [
113, 118,
116 121
], ],
"loc": { "loc": {
"start": { "start": {
@ -339,8 +339,8 @@
"type": "Identifier", "type": "Identifier",
"name": "lower", "name": "lower",
"range": [ "range": [
117, 122,
122 127
], ],
"loc": { "loc": {
"start": { "start": {
@ -354,8 +354,8 @@
} }
}, },
"range": [ "range": [
113, 118,
122 127
], ],
"loc": { "loc": {
"start": { "start": {
@ -373,8 +373,8 @@
"type": "Identifier", "type": "Identifier",
"name": "b", "name": "b",
"range": [ "range": [
123, 128,
124 129
], ],
"loc": { "loc": {
"start": { "start": {
@ -389,8 +389,8 @@
} }
], ],
"range": [ "range": [
113, 118,
125 130
], ],
"loc": { "loc": {
"start": { "start": {
@ -404,8 +404,8 @@
} }
}, },
"range": [ "range": [
109, 114,
125 130
], ],
"loc": { "loc": {
"start": { "start": {
@ -421,8 +421,8 @@
], ],
"kind": "let", "kind": "let",
"range": [ "range": [
105, 110,
126 131
], ],
"loc": { "loc": {
"start": { "start": {
@ -446,8 +446,8 @@
"type": "Identifier", "type": "Identifier",
"name": "x", "name": "x",
"range": [ "range": [
144, 150,
145 151
], ],
"loc": { "loc": {
"start": { "start": {
@ -464,8 +464,8 @@
"type": "Identifier", "type": "Identifier",
"name": "y", "name": "y",
"range": [ "range": [
148, 154,
149 155
], ],
"loc": { "loc": {
"start": { "start": {
@ -479,8 +479,8 @@
} }
}, },
"range": [ "range": [
144, 150,
149 155
], ],
"loc": { "loc": {
"start": { "start": {
@ -501,8 +501,8 @@
"value": 1, "value": 1,
"raw": "1", "raw": "1",
"range": [ "range": [
154, 160,
155 161
], ],
"loc": { "loc": {
"start": { "start": {
@ -517,8 +517,8 @@
}, },
"prefix": true, "prefix": true,
"range": [ "range": [
153, 159,
155 161
], ],
"loc": { "loc": {
"start": { "start": {
@ -540,8 +540,8 @@
"type": "Identifier", "type": "Identifier",
"name": "x", "name": "x",
"range": [ "range": [
160, 166,
161 167
], ],
"loc": { "loc": {
"start": { "start": {
@ -558,8 +558,8 @@
"type": "Identifier", "type": "Identifier",
"name": "y", "name": "y",
"range": [ "range": [
164, 170,
165 171
], ],
"loc": { "loc": {
"start": { "start": {
@ -573,8 +573,8 @@
} }
}, },
"range": [ "range": [
160, 166,
165 171
], ],
"loc": { "loc": {
"start": { "start": {
@ -592,8 +592,8 @@
"value": 1, "value": 1,
"raw": "1", "raw": "1",
"range": [ "range": [
169, 175,
170 176
], ],
"loc": { "loc": {
"start": { "start": {
@ -611,8 +611,8 @@
"value": 0, "value": 0,
"raw": "0", "raw": "0",
"range": [ "range": [
173, 179,
174 180
], ],
"loc": { "loc": {
"start": { "start": {
@ -626,8 +626,8 @@
} }
}, },
"range": [ "range": [
159, 165,
174 180
], ],
"loc": { "loc": {
"start": { "start": {
@ -641,8 +641,8 @@
} }
}, },
"range": [ "range": [
143, 149,
175 181
], ],
"loc": { "loc": {
"start": { "start": {
@ -656,8 +656,8 @@
} }
}, },
"range": [ "range": [
135, 141,
177 183
], ],
"loc": { "loc": {
"start": { "start": {
@ -672,8 +672,8 @@
} }
], ],
"range": [ "range": [
65, 68,
183 190
], ],
"loc": { "loc": {
"start": { "start": {
@ -689,8 +689,8 @@
"generator": false, "generator": false,
"expression": false, "expression": false,
"range": [ "range": [
59, 62,
183 190
], ],
"loc": { "loc": {
"start": { "start": {
@ -708,8 +708,8 @@
"shorthand": false, "shorthand": false,
"computed": false, "computed": false,
"range": [ "range": [
49, 52,
183 190
], ],
"loc": { "loc": {
"start": { "start": {
@ -724,8 +724,8 @@
} }
], ],
"range": [ "range": [
44, 46,
185 193
], ],
"loc": { "loc": {
"start": { "start": {
@ -741,8 +741,8 @@
"trailingComments": [] "trailingComments": []
}, },
"range": [ "range": [
29, 31,
186 194
], ],
"loc": { "loc": {
"start": { "start": {
@ -759,7 +759,7 @@
"sourceType": "module", "sourceType": "module",
"range": [ "range": [
0, 0,
186 194
], ],
"loc": { "loc": {
"start": { "start": {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -92,9 +92,9 @@ export default class FiltersVisibility{
//expand/collapse filters btn element //expand/collapse filters btn element
this.btnEl = null; this.btnEl = null;
this.icnExpandHtml = '<img src="'+ tf.stylePath + this.icnExpand + this.icnExpandHtml = '<img src="'+ tf.themesPath + this.icnExpand +
'" alt="Expand filters" >'; '" alt="Expand filters" >';
this.icnCollapseHtml = '<img src="'+ tf.stylePath + this.icnCollapse + this.icnCollapseHtml = '<img src="'+ tf.themesPath + this.icnCollapse +
'" alt="Collapse filters" >'; '" alt="Collapse filters" >';
this.defaultText = 'Toggle filters'; this.defaultText = 'Toggle filters';

View file

@ -85,241 +85,241 @@
<td data-ice="filePath"><span><a href="file/src/array.js.html">src/array.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/array.js.html">src/array.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">685 byte</td> <td style="display: none;" data-ice="size">711 byte</td>
<td style="display: none;" data-ice="lines">26</td> <td style="display: none;" data-ice="lines">26</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2014-11-07 21:47:18 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/cookie.js.html">src/cookie.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/cookie.js.html">src/cookie.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">1455 byte</td> <td style="display: none;" data-ice="size">1513 byte</td>
<td style="display: none;" data-ice="lines">58</td> <td style="display: none;" data-ice="lines">58</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2014-11-07 21:47:18 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/date.js.html">src/date.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/date.js.html">src/date.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">5719 byte</td> <td style="display: none;" data-ice="size">5891 byte</td>
<td style="display: none;" data-ice="lines">172</td> <td style="display: none;" data-ice="lines">172</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2014-11-07 21:47:18 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/dom.js.html">src/dom.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/dom.js.html">src/dom.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">3871 byte</td> <td style="display: none;" data-ice="size">4013 byte</td>
<td style="display: none;" data-ice="lines">142</td> <td style="display: none;" data-ice="lines">142</td>
<td style="display: none;" data-ice="updated">2015-07-01 08:15:33 (UTC)</td> <td style="display: none;" data-ice="updated">2014-11-07 21:09:30 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/event.js.html">src/event.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/event.js.html">src/event.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">1299 byte</td> <td style="display: none;" data-ice="size">1352 byte</td>
<td style="display: none;" data-ice="lines">53</td> <td style="display: none;" data-ice="lines">53</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2014-11-07 05:24:29 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/extensions/advancedGrid/adapterEzEditTable.js.html">src/extensions/advancedGrid/adapterEzEditTable.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/extensions/advancedGrid/adapterEzEditTable.js.html">src/extensions/advancedGrid/adapterEzEditTable.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html">AdapterEzEditTable</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html">AdapterEzEditTable</a></span></td>
<td class="coverage"><span data-ice="coverage">26 %</span><span data-ice="coverageCount" class="coverage-count">4/15</span></td> <td class="coverage"><span data-ice="coverage">26 %</span><span data-ice="coverageCount" class="coverage-count">4/15</span></td>
<td style="display: none;" data-ice="size">15325 byte</td> <td style="display: none;" data-ice="size">15700 byte</td>
<td style="display: none;" data-ice="lines">375</td> <td style="display: none;" data-ice="lines">375</td>
<td style="display: none;" data-ice="updated">2015-07-01 12:53:33 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:37 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/extensions/advancedGrid/advancedGrid.js.html">src/extensions/advancedGrid/advancedGrid.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/extensions/advancedGrid/advancedGrid.js.html">src/extensions/advancedGrid/advancedGrid.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">90 byte</td> <td style="display: none;" data-ice="size">92 byte</td>
<td style="display: none;" data-ice="lines">2</td> <td style="display: none;" data-ice="lines">2</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:37 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/extensions/colOps/colOps.js.html">src/extensions/colOps/colOps.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/extensions/colOps/colOps.js.html">src/extensions/colOps/colOps.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/extensions/colOps/colOps.js~ColOps.html">ColOps</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/extensions/colOps/colOps.js~ColOps.html">ColOps</a></span></td>
<td class="coverage"><span data-ice="coverage">22 %</span><span data-ice="coverageCount" class="coverage-count">2/9</span></td> <td class="coverage"><span data-ice="coverage">22 %</span><span data-ice="coverageCount" class="coverage-count">2/9</span></td>
<td style="display: none;" data-ice="size">12179 byte</td> <td style="display: none;" data-ice="size">12494 byte</td>
<td style="display: none;" data-ice="lines">315</td> <td style="display: none;" data-ice="lines">315</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:37 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/extensions/colsVisibility/colsVisibility.js.html">src/extensions/colsVisibility/colsVisibility.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/extensions/colsVisibility/colsVisibility.js.html">src/extensions/colsVisibility/colsVisibility.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html">ColsVisibility</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html">ColsVisibility</a></span></td>
<td class="coverage"><span data-ice="coverage">17 %</span><span data-ice="coverageCount" class="coverage-count">10/58</span></td> <td class="coverage"><span data-ice="coverage">17 %</span><span data-ice="coverageCount" class="coverage-count">10/58</span></td>
<td style="display: none;" data-ice="size">17398 byte</td> <td style="display: none;" data-ice="size">17919 byte</td>
<td style="display: none;" data-ice="lines">521</td> <td style="display: none;" data-ice="lines">521</td>
<td style="display: none;" data-ice="updated">2015-07-01 23:50:50 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:37 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/extensions/filtersVisibility/filtersVisibility.js.html">src/extensions/filtersVisibility/filtersVisibility.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/extensions/filtersVisibility/filtersVisibility.js.html">src/extensions/filtersVisibility/filtersVisibility.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html">FiltersVisibility</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html">FiltersVisibility</a></span></td>
<td class="coverage"><span data-ice="coverage">15 %</span><span data-ice="coverageCount" class="coverage-count">5/33</span></td> <td class="coverage"><span data-ice="coverage">15 %</span><span data-ice="coverageCount" class="coverage-count">5/33</span></td>
<td style="display: none;" data-ice="size">5838 byte</td> <td style="display: none;" data-ice="size">6024 byte</td>
<td style="display: none;" data-ice="lines">184</td> <td style="display: none;" data-ice="lines">184</td>
<td style="display: none;" data-ice="updated">2015-07-01 23:50:50 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:37 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/extensions/sort/adapterSortabletable.js.html">src/extensions/sort/adapterSortabletable.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/extensions/sort/adapterSortabletable.js.html">src/extensions/sort/adapterSortabletable.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html">AdapterSortableTable</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html">AdapterSortableTable</a></span></td>
<td class="coverage"><span data-ice="coverage">14 %</span><span data-ice="coverageCount" class="coverage-count">4/28</span></td> <td class="coverage"><span data-ice="coverage">14 %</span><span data-ice="coverageCount" class="coverage-count">4/28</span></td>
<td style="display: none;" data-ice="size">15353 byte</td> <td style="display: none;" data-ice="size">15818 byte</td>
<td style="display: none;" data-ice="lines">465</td> <td style="display: none;" data-ice="lines">465</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:37 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/extensions/sort/sort.js.html">src/extensions/sort/sort.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/extensions/sort/sort.js.html">src/extensions/sort/sort.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">198 byte</td> <td style="display: none;" data-ice="size">206 byte</td>
<td style="display: none;" data-ice="lines">8</td> <td style="display: none;" data-ice="lines">8</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:37 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/helpers.js.html">src/helpers.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/helpers.js.html">src/helpers.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">433 byte</td> <td style="display: none;" data-ice="size">456 byte</td>
<td style="display: none;" data-ice="lines">23</td> <td style="display: none;" data-ice="lines">23</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2014-11-07 21:47:18 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/alternateRows.js.html">src/modules/alternateRows.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/alternateRows.js.html">src/modules/alternateRows.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/alternateRows.js~AlternateRows.html">AlternateRows</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/alternateRows.js~AlternateRows.html">AlternateRows</a></span></td>
<td class="coverage"><span data-ice="coverage">45 %</span><span data-ice="coverageCount" class="coverage-count">5/11</span></td> <td class="coverage"><span data-ice="coverage">45 %</span><span data-ice="coverageCount" class="coverage-count">5/11</span></td>
<td style="display: none;" data-ice="size">2360 byte</td> <td style="display: none;" data-ice="size">2459 byte</td>
<td style="display: none;" data-ice="lines">99</td> <td style="display: none;" data-ice="lines">99</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:38 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/checkList.js.html">src/modules/checkList.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/checkList.js.html">src/modules/checkList.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/checkList.js~CheckList.html">CheckList</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/checkList.js~CheckList.html">CheckList</a></span></td>
<td class="coverage"><span data-ice="coverage">22 %</span><span data-ice="coverageCount" class="coverage-count">5/22</span></td> <td class="coverage"><span data-ice="coverage">22 %</span><span data-ice="coverageCount" class="coverage-count">5/22</span></td>
<td style="display: none;" data-ice="size">14942 byte</td> <td style="display: none;" data-ice="size">15363 byte</td>
<td style="display: none;" data-ice="lines">421</td> <td style="display: none;" data-ice="lines">421</td>
<td style="display: none;" data-ice="updated">2015-08-01 08:54:09 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:38 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/clearButton.js.html">src/modules/clearButton.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/clearButton.js.html">src/modules/clearButton.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/clearButton.js~ClearButton.html">ClearButton</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/clearButton.js~ClearButton.html">ClearButton</a></span></td>
<td class="coverage"><span data-ice="coverage">25 %</span><span data-ice="coverageCount" class="coverage-count">3/12</span></td> <td class="coverage"><span data-ice="coverage">25 %</span><span data-ice="coverageCount" class="coverage-count">3/12</span></td>
<td style="display: none;" data-ice="size">2596 byte</td> <td style="display: none;" data-ice="size">2685 byte</td>
<td style="display: none;" data-ice="lines">89</td> <td style="display: none;" data-ice="lines">89</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:38 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/dropdown.js.html">src/modules/dropdown.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/dropdown.js.html">src/modules/dropdown.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/dropdown.js~Dropdown.html">Dropdown</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/dropdown.js~Dropdown.html">Dropdown</a></span></td>
<td class="coverage"><span data-ice="coverage">26 %</span><span data-ice="coverageCount" class="coverage-count">4/15</span></td> <td class="coverage"><span data-ice="coverage">26 %</span><span data-ice="coverageCount" class="coverage-count">4/15</span></td>
<td style="display: none;" data-ice="size">12023 byte</td> <td style="display: none;" data-ice="size">12365 byte</td>
<td style="display: none;" data-ice="lines">342</td> <td style="display: none;" data-ice="lines">342</td>
<td style="display: none;" data-ice="updated">2015-08-01 08:54:09 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:38 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/gridLayout.js.html">src/modules/gridLayout.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/gridLayout.js.html">src/modules/gridLayout.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/gridLayout.js~GridLayout.html">GridLayout</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/gridLayout.js~GridLayout.html">GridLayout</a></span></td>
<td class="coverage"><span data-ice="coverage">11 %</span><span data-ice="coverageCount" class="coverage-count">3/27</span></td> <td class="coverage"><span data-ice="coverage">11 %</span><span data-ice="coverageCount" class="coverage-count">3/27</span></td>
<td style="display: none;" data-ice="size">13125 byte</td> <td style="display: none;" data-ice="size">13481 byte</td>
<td style="display: none;" data-ice="lines">356</td> <td style="display: none;" data-ice="lines">356</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:38 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/help.js.html">src/modules/help.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/help.js.html">src/modules/help.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/help.js~Help.html">Help</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/help.js~Help.html">Help</a></span></td>
<td class="coverage"><span data-ice="coverage">15 %</span><span data-ice="coverageCount" class="coverage-count">3/19</span></td> <td class="coverage"><span data-ice="coverage">15 %</span><span data-ice="coverageCount" class="coverage-count">3/19</span></td>
<td style="display: none;" data-ice="size">5092 byte</td> <td style="display: none;" data-ice="size">5240 byte</td>
<td style="display: none;" data-ice="lines">148</td> <td style="display: none;" data-ice="lines">148</td>
<td style="display: none;" data-ice="updated">2015-07-07 10:56:41 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/highlightKeywords.js.html">src/modules/highlightKeywords.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/highlightKeywords.js.html">src/modules/highlightKeywords.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/highlightKeywords.js~HighlightKeyword.html">HighlightKeyword</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/highlightKeywords.js~HighlightKeyword.html">HighlightKeyword</a></span></td>
<td class="coverage"><span data-ice="coverage">50 %</span><span data-ice="coverageCount" class="coverage-count">4/8</span></td> <td class="coverage"><span data-ice="coverage">50 %</span><span data-ice="coverageCount" class="coverage-count">4/8</span></td>
<td style="display: none;" data-ice="size">3764 byte</td> <td style="display: none;" data-ice="size">3871 byte</td>
<td style="display: none;" data-ice="lines">107</td> <td style="display: none;" data-ice="lines">107</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/loader.js.html">src/modules/loader.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/loader.js.html">src/modules/loader.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/loader.js~Loader.html">Loader</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/loader.js~Loader.html">Loader</a></span></td>
<td class="coverage"><span data-ice="coverage">7 %</span><span data-ice="coverageCount" class="coverage-count">1/14</span></td> <td class="coverage"><span data-ice="coverage">7 %</span><span data-ice="coverageCount" class="coverage-count">1/14</span></td>
<td style="display: none;" data-ice="size">2809 byte</td> <td style="display: none;" data-ice="size">2901 byte</td>
<td style="display: none;" data-ice="lines">92</td> <td style="display: none;" data-ice="lines">92</td>
<td style="display: none;" data-ice="updated">2015-08-01 08:54:09 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/paging.js.html">src/modules/paging.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/paging.js.html">src/modules/paging.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/paging.js~Paging.html">Paging</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/paging.js~Paging.html">Paging</a></span></td>
<td class="coverage"><span data-ice="coverage">22 %</span><span data-ice="coverageCount" class="coverage-count">14/62</span></td> <td class="coverage"><span data-ice="coverage">22 %</span><span data-ice="coverageCount" class="coverage-count">14/62</span></td>
<td style="display: none;" data-ice="size">26689 byte</td> <td style="display: none;" data-ice="size">27469 byte</td>
<td style="display: none;" data-ice="lines">780</td> <td style="display: none;" data-ice="lines">780</td>
<td style="display: none;" data-ice="updated">2015-08-01 08:54:09 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/popupFilter.js.html">src/modules/popupFilter.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/popupFilter.js.html">src/modules/popupFilter.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/popupFilter.js~PopupFilter.html">PopupFilter</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/popupFilter.js~PopupFilter.html">PopupFilter</a></span></td>
<td class="coverage"><span data-ice="coverage">33 %</span><span data-ice="coverageCount" class="coverage-count">9/27</span></td> <td class="coverage"><span data-ice="coverage">33 %</span><span data-ice="coverageCount" class="coverage-count">9/27</span></td>
<td style="display: none;" data-ice="size">7607 byte</td> <td style="display: none;" data-ice="size">7837 byte</td>
<td style="display: none;" data-ice="lines">230</td> <td style="display: none;" data-ice="lines">230</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/rowsCounter.js.html">src/modules/rowsCounter.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/rowsCounter.js.html">src/modules/rowsCounter.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/rowsCounter.js~RowsCounter.html">RowsCounter</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/rowsCounter.js~RowsCounter.html">RowsCounter</a></span></td>
<td class="coverage"><span data-ice="coverage">5 %</span><span data-ice="coverageCount" class="coverage-count">1/18</span></td> <td class="coverage"><span data-ice="coverage">5 %</span><span data-ice="coverageCount" class="coverage-count">1/18</span></td>
<td style="display: none;" data-ice="size">4474 byte</td> <td style="display: none;" data-ice="size">4609 byte</td>
<td style="display: none;" data-ice="lines">135</td> <td style="display: none;" data-ice="lines">135</td>
<td style="display: none;" data-ice="updated">2015-08-01 08:54:09 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/statusBar.js.html">src/modules/statusBar.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/statusBar.js.html">src/modules/statusBar.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/statusBar.js~StatusBar.html">StatusBar</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/statusBar.js~StatusBar.html">StatusBar</a></span></td>
<td class="coverage"><span data-ice="coverage">5 %</span><span data-ice="coverageCount" class="coverage-count">1/18</span></td> <td class="coverage"><span data-ice="coverage">5 %</span><span data-ice="coverageCount" class="coverage-count">1/18</span></td>
<td style="display: none;" data-ice="size">3595 byte</td> <td style="display: none;" data-ice="size">3715 byte</td>
<td style="display: none;" data-ice="lines">120</td> <td style="display: none;" data-ice="lines">120</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/modules/store.js.html">src/modules/store.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/modules/store.js.html">src/modules/store.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/store.js~Store.html">Store</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/modules/store.js~Store.html">Store</a></span></td>
<td class="coverage"><span data-ice="coverage">70 %</span><span data-ice="coverageCount" class="coverage-count">7/10</span></td> <td class="coverage"><span data-ice="coverage">70 %</span><span data-ice="coverageCount" class="coverage-count">7/10</span></td>
<td style="display: none;" data-ice="size">2235 byte</td> <td style="display: none;" data-ice="size">2335 byte</td>
<td style="display: none;" data-ice="lines">100</td> <td style="display: none;" data-ice="lines">100</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/sort.js.html">src/sort.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/sort.js.html">src/sort.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">187 byte</td> <td style="display: none;" data-ice="size">196 byte</td>
<td style="display: none;" data-ice="lines">9</td> <td style="display: none;" data-ice="lines">9</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/string.js.html">src/string.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/string.js.html">src/string.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">647 byte</td> <td style="display: none;" data-ice="size">686 byte</td>
<td style="display: none;" data-ice="lines">39</td> <td style="display: none;" data-ice="lines">39</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/tablefilter.js.html">src/tablefilter.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/tablefilter.js.html">src/tablefilter.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/tablefilter.js~TableFilter.html">TableFilter</a></span></td> <td data-ice="identifier" class="identifiers"><span><a href="class/src/tablefilter.js~TableFilter.html">TableFilter</a></span></td>
<td class="coverage"><span data-ice="coverage">30 %</span><span data-ice="coverageCount" class="coverage-count">72/237</span></td> <td class="coverage"><span data-ice="coverage">30 %</span><span data-ice="coverageCount" class="coverage-count">72/237</span></td>
<td style="display: none;" data-ice="size">97069 byte</td> <td style="display: none;" data-ice="size">99819 byte</td>
<td style="display: none;" data-ice="lines">2750</td> <td style="display: none;" data-ice="lines">2750</td>
<td style="display: none;" data-ice="updated">2015-08-01 08:54:09 (UTC)</td> <td style="display: none;" data-ice="updated">2015-03-06 09:12:47 (UTC)</td>
</tr> </tr>
<tr data-ice="file"> <tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/types.js.html">src/types.js</a></span></td> <td data-ice="filePath"><span><a href="file/src/types.js.html">src/types.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td> <td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td> <td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">1432 byte</td> <td style="display: none;" data-ice="size">1503 byte</td>
<td style="display: none;" data-ice="lines">71</td> <td style="display: none;" data-ice="lines">71</td>
<td style="display: none;" data-ice="updated">2015-07-04 04:14:34 (UTC)</td> <td style="display: none;" data-ice="updated">2015-07-07 13:09:39 (UTC)</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -25,9 +25,9 @@ export default class FiltersVisibility{
//expand/collapse filters btn element //expand/collapse filters btn element
this.btnEl = null; this.btnEl = null;
this.icnExpandHtml = '<img src="'+ tf.stylePath + this.icnExpand + this.icnExpandHtml = '<img src="'+ tf.themesPath + this.icnExpand +
'" alt="Expand filters" >'; '" alt="Expand filters" >';
this.icnCollapseHtml = '<img src="'+ tf.stylePath + this.icnCollapse + this.icnCollapseHtml = '<img src="'+ tf.themesPath + this.icnCollapse +
'" alt="Collapse filters" >'; '" alt="Collapse filters" >';
this.defaultText = 'Toggle filters'; this.defaultText = 'Toggle filters';

View file

@ -48,7 +48,7 @@ li.cols_checklist_item
padding 4px padding 4px
margin 0 margin 0
:hover &:hover
background-color $item-bg-color background-color $item-bg-color
color $item-font-color color $item-font-color

View file

@ -69,7 +69,7 @@ select[multiple="multiple"].ezSelectEditor
border-radius 4px 4px 4px 4px border-radius 4px 4px 4px 4px
-moz-border-radius 4px 4px 4px 4px -moz-border-radius 4px 4px 4px 4px
:hover &:hover
border 1px solid #999 border 1px solid #999
img img

View file

@ -4,6 +4,9 @@
@import 'config' @import 'config'
$item-bg-color = #335EA8
$item-font-color = #fff
// div containing checklist // div containing checklist
.div_checklist .div_checklist
width 100% width 100%
@ -26,9 +29,9 @@
font-size 10px !important font-size 10px !important
border-bottom 1px solid $filter-border-color !important border-bottom 1px solid $filter-border-color !important
:hover &:hover
background-color #335EA8 !important background-color $item-bg-color !important
color $filter-bg-color !important; color $item-font-color !important;
label label
display block !important; display block !important;
@ -43,5 +46,5 @@
// selected checklist item // selected checklist item
.flt_checklist_slc_item .flt_checklist_slc_item
background-color #335EA8 !important background-color $item-bg-color !important
color: $filter-bg-color !important color: $item-font-color !important

View file

@ -35,8 +35,8 @@ div.helpCont
text-decoration none text-decoration none
font-weight bold font-weight bold
:hover &:hover
text-decoration none text-decoration none
hr hr
border 1px solid #ccc border 1px solid #ccc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 B

View file

@ -28,25 +28,25 @@ input.pgInp
.nextPage .nextPage
@extends input.pgInp @extends input.pgInp
background transparent url(themes/btn_next_page.gif) center center no-repeat !important background transparent url(themes/btn_next_page.gif) center center no-repeat !important
:hover &:hover
background-color $paging-nav-button-bg-color-hover !important background-color $paging-nav-button-bg-color-hover !important
.previousPage .previousPage
@extends input.pgInp @extends input.pgInp
background transparent url(themes/btn_previous_page.gif) center center no-repeat !important background transparent url(themes/btn_previous_page.gif) center center no-repeat !important
:hover &:hover
background-color $paging-nav-button-bg-color-hover !important background-color $paging-nav-button-bg-color-hover !important
.firstPage .firstPage
@extends input.pgInp @extends input.pgInp
background transparent url(themes/btn_first_page.gif) center center no-repeat !important background transparent url(themes/btn_first_page.gif) center center no-repeat !important
:hover &:hover
background-color $paging-nav-button-bg-color-hover !important background-color $paging-nav-button-bg-color-hover !important
.lastPage .lastPage
@extends input.pgInp @extends input.pgInp
background transparent url(themes/btn_last_page.gif) center center no-repeat !important background transparent url(themes/btn_last_page.gif) center center no-repeat !important
:hover &:hover
background-color $paging-nav-button-bg-color-hover !important background-color $paging-nav-button-bg-color-hover !important

View file

@ -10,5 +10,5 @@ input.reset
vertical-align: middle vertical-align: middle
background: transparent url(themes/btn_clear_filters.png) center center no-repeat !important background: transparent url(themes/btn_clear_filters.png) center center no-repeat !important
:hover &:hover
background #CAD1D6 url(themes/btn_clear_filters.png) center center no-repeat !important background #CAD1D6 url(themes/btn_clear_filters.png) center center no-repeat !important

View file

@ -0,0 +1,140 @@
/**
* Default theme overrides
*/
// table
table.TF
border-left 1px solid #ccc !important
border-top none !important
border-right none !important
border-bottom none !important
th
background #EBECEE url(images/bg_th.jpg) left top repeat-x !important
border-bottom 1px solid #D0D0D0 !important
border-right 1px solid #D0D0D0 !important
border-left 1px solid #fff !important
border-top 1px solid #fff !important
padding 2px !important
color #333 !important
height 25px !important
td
border-bottom 1px dotted #999 !important
padding 5px !important
// filters
.fltrow
background-color #EBECEE !important
th, td
border-bottom 1px dotted #666 !important
padding 1px 3px 1px 3px !important
.flt,
select.flt,
select.flt_multi,
.flt_s,
.single_flt,
.div_checklist
border 1px solid #999 !important
input.flt
width 99% !important
// toolbar
.inf
background #f4f4f4 url(images/bg_infDiv.jpg) 0 0 repeat-x !important
// reset button
input.reset
width 19px
height 19px
cursor pointer !important
border 0 !important
vertical-align middle
background transparent url(images/btn_eraser.gif) center center no-repeat !important
:hover
background transparent url(images/btn_over_eraser.gif) center center no-repeat !important
// paging
input.pgInp
width 19px
height 19px
cursor pointer !important
border 0 !important
.nextPage
background transparent url(images/btn_next_page.gif) center center no-repeat !important
:hover
background transparent url(images/btn_over_next_page.gif) center center no-repeat !important
.previousPage
background transparent url(images/btn_previous_page.gif) center center no-repeat !important
:hover
background transparent url(images/btn_over_previous_page.gif) center center no-repeat !important
.firstPage
background transparent url(images/btn_first_page.gif) center center no-repeat !important
:hover
background transparent url(images/btn_over_first_page.gif) center center no-repeat !important
.lastPage
background transparent url(images/btn_last_page.gif) center center no-repeat !important
:hover
background transparent url(images/btn_over_last_page.gif) center center no-repeat !important
select.rspg
font-size 10px
// grid-layout
// main container
div.grd_Cont
background-color #EBECEE !important
border 1px solid #ccc !important
padding 0 !important
// bg alternating rows
.even
background-color #fff
.odd
background-color #D5D5D5
//headers' table container
div.grd_headTblCont
background-color #EBECEE !important
border-bottom none !important
table
border-right none !important
// headers
div.grd_tblCont table th,
div.grd_headTblCont table th,
div.grd_headTblCont table td
background #EBECEE url(images/bg_th.jpg) left top repeat-x !important
border-bottom 1px solid #D0D0D0 !important
border-right 1px solid #D0D0D0 !important
border-left 1px solid #fff !important
border-top 1px solid #fff !important
// toolbar containing left, middle and right divs
.grd_inf
background #D7D7D7 url(images/bg_infDiv.jpg) 0 0 repeat-x !important
border-top 1px solid #D0D0D0 !important
height 29px !important
// loader
.loader
border 1px solid #999; background:#fff
.defaultLoader
width 32px
height 32px
background transparent url(images/img_loading.gif) 0 0 no-repeat !important
// alternating background rowa
.even
background-color #fff
.odd
background-color #D5D5D5

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

@ -0,0 +1,176 @@
/**
* mytheme theme overrides
*/
// table
table.TF
border-left 1px dotted #81963B !important
border-top none !important
border-right 0 !important
border-bottom none !important
th
background #39424B url(images/bg_headers.jpg) left top repeat-x !important
border-bottom 0 !important
border-right 1px dotted #D0D0D0 !important
border-left 0 !important
border-top 0 !important
padding 0 4px 0 4px !important
color #fff !important
height 35px !important
td
border-bottom 1px dotted #81963B
border-right 1px dotted #81963B
padding 5px !important
// filters
.fltrow
background-color #81963B !important
th, td
border-bottom 1px dotted #39424B !important
border-right 1px dotted #fff !important
border-left 0 !important
border-top 0 !important
padding 1px 3px 1px 3px !important
.flt,
select.flt,
select.flt_multi,
.flt_s, .single_flt,
.div_checklist
border 1px solid #687830 !important
input.flt
width 99% !important
// toolbar
.inf
background #f4f4f4 url(images/bg_infDiv.jpg) left bottom repeat-x !important
// reset button
input.reset
width 53px
height 19px
cursor pointer !important
border 0 !important
vertical-align middle
background transparent url(images/btn_filter.png) center center no-repeat !important;
:hover
background #CAD1D6 url(images/btn_filter.png) center center no-repeat !important
// paging
// left div
.ldiv
width 40% !important
// middle div */
.mdiv
width 34% !important
text-align left !important
// right div
.rdiv
width 20% !important
input.pgInp
width 19px
height 19px
cursor pointer !important
border 0 !important
.nextPage
background transparent url(images/btn_next_page.gif) center center no-repeat !important
:hover
background #CAD1D6 url(images/btn_next_page.gif) center center no-repeat !important
.previousPage
background transparent url(images/btn_previous_page.gif) center center no-repeat !important
:hover
background #CAD1D6 url(images/btn_previous_page.gif) center center no-repeat !important
.firstPage
background transparent url(images/btn_first_page.gif) center center no-repeat !important
:hover
background #CAD1D6 url(images/btn_first_page.gif) center center no-repeat !important
.lastPage
background transparent url(images/btn_last_page.gif) center center no-repeat !important
:hover
background #CAD1D6 url(images/btn_last_page.gif) center center no-repeat !important
select.rspg
font-size 10px
// grid-layout
// main container
div.grd_Cont
background #81963B url(images/bg_headers.jpg) left top repeat-x !important
border 1px solid #ccc !important
padding 0 1px 1px 1px !important
// alternating background color rows
.even
background-color #BCCD83
.odd
background-color #fff
// headers' table container
div.grd_headTblCont
background-color #EBECEE !important
border-bottom none !important
div.grd_tblCont table
border-right none !important
// headers
div.grd_tblCont table th,
div.grd_headTblCont table th
background transparent url(images/bg_headers.jpg) 0 0 repeat-x !important
border-bottom 0 !important;
border-right 1px dotted #D0D0D0 !important
border-left 0 !important
border-top 0 !important
padding 0 4px 0 4px !important
color #fff !important
height 35px !important
/* filters cells */
div.grd_headTblCont table td
border-bottom 1px dotted #39424B !important
border-right 1px dotted #fff !important
border-left 0 !important
border-top 0 !important
background-color #81963B !important
padding 1px 3px 1px 3px !important
// div containing left, middle and right divs
.grd_inf
background #f4f4f4 url(images/bg_infDiv.jpg) center bottom repeat-x !important
border-top 1px solid #D0D0D0 !important
height 29px !important
padding-top 2px !important
// loader
.loader
border 0 !important
background transparent !important
margin 185px auto !important
.defaultLoader
width 32px
height 32px
background transparent url(images/img_loading.gif) 0 0 no-repeat !important
// alternating backgrounds
.even
background-color #BCCD83
.odd
background-color #fff

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

View file

@ -0,0 +1,233 @@
/**
* skyblue theme overrides
*/
// table
table.TF
padding 0
color #000
border-right 1px solid #A4BED4
border-top 1px solid #A4BED4
border-left 1px solid #A4BED4
border-bottom 0
th
margin 0
padding 5px
color inherit
background #D1E5FE url("images/bg_skyblue.gif") 0 0 repeat-x
border-color #FDFDFD #A4BED4 #A4BED4 #FDFDFD
border-width 1px
border-style solid
td
margin 0
padding 5px
color inherit
border-bottom 1px solid #A4BED4
border-left 0
border-top 0
border-right 0
// filters
.fltrow
background-color #D1E5FE !important
th, td
border-top 1px dotted #666 !important
border-bottom 1px dotted #666 !important
padding 1px 3px 1px 3px !important
.flt,
select.flt,
select.flt_multi,
.flt_s,
.single_flt,
.div_checklist
border 1px solid #A4BED4 !important
input.flt
width 99% !important
// toolbar
.inf
background-color #E3EFFF !important
border 1px solid #A4BED4
height 25px
color #004A6F
div.tot,
div.status
border-right 0 !important
// help
.helpBtn
margin 0 5px 0 5px
padding 2px 4px 2px 4px
color #004A6F !important
font-size 13px
border 1px solid transparent !important
:hover
background-color #FFE4AB
border 1px solid #FFB552 !important
text-decoration none
// reset button
input.reset
width 19px
height 19px
cursor pointer !important
border 1px solid transparent !important
vertical-align middle
background transparent url(images/icn_clear_filters.png) center center no-repeat !important
:hover
background #FFE4AB url(images/icn_clear_filters.png) center center no-repeat !important
border 1px solid #FFB552 !important
// paging
input.pgInp
width 19px
height 19px
cursor pointer !important
border 0 !important
.nextPage
background transparent url(images/btn_next_page.gif) center center no-repeat !important
border 1px solid transparent !important
:hover
background #FFE4AB url(images/btn_next_page.gif) center center no-repeat !important
border 1px solid #FFB552 !important
.previousPage
background transparent url(images/btn_prev_page.gif) center center no-repeat !important
border 1px solid transparent !important
:hover
background #FFE4AB url(images/btn_prev_page.gif) center center no-repeat !important
border 1px solid #FFB552 !important
.firstPage
background transparent url(images/btn_first_page.gif) center center no-repeat !important
border 1px solid transparent !important
:hover
background #FFE4AB url(images/btn_first_page.gif) center center no-repeat !important
border 1px solid #FFB552 !important
.lastPage
background transparent url(images/btn_last_page.gif) center center no-repeat !important
border 1px solid transparent !important
:hover
background #FFE4AB url(images/btn_last_page.gif) center center no-repeat !important
border 1px solid #FFB552 !important
select.rspg
font-size 10px
// active header
.activeHeader
background #FFE4AB !important
border 1px solid #FFB552 !important
color inherit !important
// grid-layout
// main container
div.grd_Cont
background-color #D9EAED !important
border 1px solid #99CCCC !important
padding 0 !important
// alternating background colors
.even
background-color #fff
.odd
background-color #E3EFFF
// headers' table container
div.grd_headTblCont
background-color #D9EAED !important
border-bottom none !important
div.grd_tblCont table
border-right none !important
font 12px/13px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif !important
// headers
div.grd_tblCont table th,
div.grd_headTblCont table th,
div.grd_headTblCont table td
background #D9EAED url(images/bg_skyblue.gif) left top repeat-x
border-bottom 1px solid #A4BED4
border-right 1px solid #A4BED4 !important
border-left 1px solid #fff !important
border-top 1px solid #fff !important
padding 5px 2px 5px 2px !important
div.grd_tblCont table td
border-bottom 1px solid #A4BED4 !important
border-right 0 !important
border-left 0 !important
border-top 0 !important
padding 5px 2px 5px 2px !important
// toolbar containing left, middle and right divs
.grd_inf
background-color #D9EAED !important
height 25px
color #004A6F
border-top 1px solid #99CCCC !important
.rdiv
height 28px
a
text-decoration none
font-weight bold
// help button
a.helpBtn
vertical-align middle
margin-top 2px !important
padding-top 1px !important
// loader
.loader
border 0 !important
background transparent !important
margin-top 40px
margin-left 0 !important
// alternating background colors
.even
background-color #fff
.odd
background-color #E3EFFF
// ezedittable
// selection
.ezActiveRow
background-color #FFDC61 !important
color inherit
.ezSelectedRow
background-color #FFE4AB !important
color inherit
.ezActiveCell
background-color #fff !important
color #000 !important
font-weight bold
.ezETSelectedCell
background-color #FFF !important
font-weight bold
color rgb(0,0,0) !important

View file

@ -21,7 +21,7 @@
color #333 color #333
text-decoration none text-decoration none
font-weight bold font-weight bold
:hover &:hover
text-decoration underline text-decoration underline
// left div // left div