1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-01 22:32:49 +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
npm-debug.log
doc
*.js.map
.codio
.settings

View file

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

View file

@ -1,6 +1,55 @@
/**
* 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
*/
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
* build date: 2015-08-05T07:28:05.913Z
* build date: 2015-08-06T05:20:40.430Z
* 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
* build date: 2015-08-05T07:28:05.913Z
* build date: 2015-08-06T05:20:40.430Z
* 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}
.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}
.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}
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}
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}
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}
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}
/**
* Alternating rows default style
*/
.even {
background-color: #fff;
}
.odd {
background-color: #e5e5e5;
}
/**
* Global variables
*/
/**
* 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
* build date: 2015-08-05T07:28:05.913Z
* build date: 2015-08-06T05:20:40.430Z
* 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
* build date: 2015-08-05T07:28:05.913Z
* build date: 2015-08-06T05:20:40.430Z
* 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
* build date: 2015-08-05T07:28:05.913Z
* build date: 2015-08-06T05:20:40.430Z
* 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",
"name": "AdapterEzEditTable",
"range": [
71,
89
73,
91
],
"loc": {
"start": {
@ -97,8 +97,8 @@
"trailingComments": []
},
"range": [
56,
90
58,
92
],
"loc": {
"start": {
@ -115,7 +115,7 @@
"sourceType": "module",
"range": [
0,
90
92
],
"loc": {
"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",
"name": "AdapterSortableTable",
"range": [
41,
61
42,
62
],
"loc": {
"start": {
@ -25,8 +25,8 @@
}
},
"range": [
41,
61
42,
62
],
"loc": {
"start": {
@ -45,8 +45,8 @@
"value": "./adapterSortabletable",
"raw": "'./adapterSortabletable'",
"range": [
67,
91
68,
92
],
"loc": {
"start": {
@ -60,8 +60,8 @@
}
},
"range": [
34,
92
35,
93
],
"loc": {
"start": {
@ -106,8 +106,8 @@
"type": "Identifier",
"name": "window",
"range": [
98,
104
101,
107
],
"loc": {
"start": {
@ -124,8 +124,8 @@
"type": "Identifier",
"name": "SortableTable",
"range": [
105,
118
108,
121
],
"loc": {
"start": {
@ -139,8 +139,8 @@
}
},
"range": [
98,
118
101,
121
],
"loc": {
"start": {
@ -155,8 +155,8 @@
},
"prefix": true,
"range": [
97,
118
100,
121
],
"loc": {
"start": {
@ -180,8 +180,8 @@
"type": "Identifier",
"name": "require",
"range": [
125,
132
129,
136
],
"loc": {
"start": {
@ -200,8 +200,8 @@
"value": "script!sortabletable",
"raw": "'script!sortabletable'",
"range": [
133,
155
137,
159
],
"loc": {
"start": {
@ -216,8 +216,8 @@
}
],
"range": [
125,
156
129,
160
],
"loc": {
"start": {
@ -231,8 +231,8 @@
}
},
"range": [
125,
157
129,
161
],
"loc": {
"start": {
@ -247,8 +247,8 @@
}
],
"range": [
119,
159
122,
164
],
"loc": {
"start": {
@ -263,8 +263,8 @@
},
"alternate": null,
"range": [
94,
159
97,
164
],
"loc": {
"start": {
@ -283,8 +283,8 @@
"type": "Identifier",
"name": "AdapterSortableTable",
"range": [
176,
196
183,
203
],
"loc": {
"start": {
@ -300,8 +300,8 @@
"trailingComments": []
},
"range": [
161,
197
168,
204
],
"loc": {
"start": {
@ -317,8 +317,8 @@
],
"sourceType": "module",
"range": [
34,
197
35,
204
],
"loc": {
"start": {

View file

@ -10,8 +10,8 @@
"type": "Identifier",
"name": "Str",
"range": [
32,
35
36,
39
],
"loc": {
"start": {
@ -25,8 +25,8 @@
}
},
"range": [
32,
35
36,
39
],
"loc": {
"start": {
@ -45,8 +45,8 @@
"value": "./string",
"raw": "'./string'",
"range": [
41,
51
45,
55
],
"loc": {
"start": {
@ -60,8 +60,8 @@
}
},
"range": [
25,
52
29,
56
],
"loc": {
"start": {
@ -76,10 +76,10 @@
"leadingComments": [
{
"type": "Block",
"value": "*\n * Misc helpers\n ",
"value": "*\r\n * Misc helpers\r\n ",
"range": [
0,
23
25
],
"loc": {
"start": {
@ -105,8 +105,8 @@
"type": "Identifier",
"name": "removeNbFormat",
"range": [
75,
89
82,
96
],
"loc": {
"start": {
@ -127,8 +127,8 @@
"type": "Identifier",
"name": "data",
"range": [
90,
94
97,
101
],
"loc": {
"start": {
@ -145,8 +145,8 @@
"type": "Identifier",
"name": "format",
"range": [
96,
102
103,
109
],
"loc": {
"start": {
@ -172,8 +172,8 @@
"type": "Identifier",
"name": "data",
"range": [
117,
121
125,
129
],
"loc": {
"start": {
@ -188,8 +188,8 @@
},
"prefix": true,
"range": [
116,
121
124,
129
],
"loc": {
"start": {
@ -209,8 +209,8 @@
"type": "ReturnStatement",
"argument": null,
"range": [
136,
143
145,
152
],
"loc": {
"start": {
@ -225,8 +225,8 @@
}
],
"range": [
122,
153
130,
163
],
"loc": {
"start": {
@ -241,8 +241,8 @@
},
"alternate": null,
"range": [
113,
153
121,
163
],
"loc": {
"start": {
@ -264,8 +264,8 @@
"type": "Identifier",
"name": "format",
"range": [
166,
172
177,
183
],
"loc": {
"start": {
@ -280,8 +280,8 @@
},
"prefix": true,
"range": [
165,
172
176,
183
],
"loc": {
"start": {
@ -306,8 +306,8 @@
"type": "Identifier",
"name": "format",
"range": [
187,
193
199,
205
],
"loc": {
"start": {
@ -325,8 +325,8 @@
"value": "us",
"raw": "'us'",
"range": [
196,
200
208,
212
],
"loc": {
"start": {
@ -340,8 +340,8 @@
}
},
"range": [
187,
200
199,
212
],
"loc": {
"start": {
@ -355,8 +355,8 @@
}
},
"range": [
187,
201
199,
213
],
"loc": {
"start": {
@ -371,8 +371,8 @@
}
],
"range": [
173,
211
184,
224
],
"loc": {
"start": {
@ -387,8 +387,8 @@
},
"alternate": null,
"range": [
162,
211
173,
224
],
"loc": {
"start": {
@ -410,8 +410,8 @@
"type": "Identifier",
"name": "n",
"range": [
224,
225
238,
239
],
"loc": {
"start": {
@ -428,8 +428,8 @@
"type": "Identifier",
"name": "data",
"range": [
228,
232
242,
246
],
"loc": {
"start": {
@ -443,8 +443,8 @@
}
},
"range": [
224,
232
238,
246
],
"loc": {
"start": {
@ -460,8 +460,8 @@
],
"kind": "let",
"range": [
220,
233
234,
247
],
"loc": {
"start": {
@ -488,8 +488,8 @@
"type": "Identifier",
"name": "Str",
"range": [
245,
248
260,
263
],
"loc": {
"start": {
@ -506,8 +506,8 @@
"type": "Identifier",
"name": "lower",
"range": [
249,
254
264,
269
],
"loc": {
"start": {
@ -521,8 +521,8 @@
}
},
"range": [
245,
254
260,
269
],
"loc": {
"start": {
@ -540,8 +540,8 @@
"type": "Identifier",
"name": "format",
"range": [
255,
261
270,
276
],
"loc": {
"start": {
@ -556,8 +556,8 @@
}
],
"range": [
245,
262
260,
277
],
"loc": {
"start": {
@ -575,8 +575,8 @@
"value": "us",
"raw": "'us'",
"range": [
267,
271
282,
286
],
"loc": {
"start": {
@ -590,8 +590,8 @@
}
},
"range": [
245,
271
260,
286
],
"loc": {
"start": {
@ -616,8 +616,8 @@
"type": "Identifier",
"name": "n",
"range": [
286,
287
302,
303
],
"loc": {
"start": {
@ -642,8 +642,8 @@
"type": "Identifier",
"name": "n",
"range": [
291,
292
307,
308
],
"loc": {
"start": {
@ -660,8 +660,8 @@
"type": "Identifier",
"name": "replace",
"range": [
293,
300
309,
316
],
"loc": {
"start": {
@ -675,8 +675,8 @@
}
},
"range": [
291,
300
307,
316
],
"loc": {
"start": {
@ -699,8 +699,8 @@
"flags": "g"
},
"range": [
301,
312
317,
328
],
"loc": {
"start": {
@ -718,8 +718,8 @@
"value": "",
"raw": "''",
"range": [
313,
315
329,
331
],
"loc": {
"start": {
@ -734,8 +734,8 @@
}
],
"range": [
291,
316
307,
332
],
"loc": {
"start": {
@ -750,8 +750,8 @@
},
"prefix": true,
"range": [
289,
316
305,
332
],
"loc": {
"start": {
@ -765,8 +765,8 @@
}
},
"range": [
286,
316
302,
332
],
"loc": {
"start": {
@ -780,8 +780,8 @@
}
},
"range": [
286,
317
302,
333
],
"loc": {
"start": {
@ -796,8 +796,8 @@
}
],
"range": [
272,
327
287,
344
],
"loc": {
"start": {
@ -822,8 +822,8 @@
"type": "Identifier",
"name": "n",
"range": [
347,
348
365,
366
],
"loc": {
"start": {
@ -853,8 +853,8 @@
"type": "Identifier",
"name": "n",
"range": [
352,
353
370,
371
],
"loc": {
"start": {
@ -871,8 +871,8 @@
"type": "Identifier",
"name": "replace",
"range": [
354,
361
372,
379
],
"loc": {
"start": {
@ -886,8 +886,8 @@
}
},
"range": [
352,
361
370,
379
],
"loc": {
"start": {
@ -910,8 +910,8 @@
"flags": "g"
},
"range": [
362,
373
380,
391
],
"loc": {
"start": {
@ -929,8 +929,8 @@
"value": "",
"raw": "''",
"range": [
374,
376
392,
394
],
"loc": {
"start": {
@ -945,8 +945,8 @@
}
],
"range": [
352,
377
370,
395
],
"loc": {
"start": {
@ -963,8 +963,8 @@
"type": "Identifier",
"name": "replace",
"range": [
378,
385
396,
403
],
"loc": {
"start": {
@ -978,8 +978,8 @@
}
},
"range": [
352,
385
370,
403
],
"loc": {
"start": {
@ -998,8 +998,8 @@
"value": ",",
"raw": "','",
"range": [
386,
389
404,
407
],
"loc": {
"start": {
@ -1017,8 +1017,8 @@
"value": ".",
"raw": "'.'",
"range": [
390,
393
408,
411
],
"loc": {
"start": {
@ -1033,8 +1033,8 @@
}
],
"range": [
352,
394
370,
412
],
"loc": {
"start": {
@ -1049,8 +1049,8 @@
},
"prefix": true,
"range": [
350,
394
368,
412
],
"loc": {
"start": {
@ -1064,8 +1064,8 @@
}
},
"range": [
347,
394
365,
412
],
"loc": {
"start": {
@ -1079,8 +1079,8 @@
}
},
"range": [
347,
395
365,
413
],
"loc": {
"start": {
@ -1095,8 +1095,8 @@
}
],
"range": [
333,
405
350,
424
],
"loc": {
"start": {
@ -1110,8 +1110,8 @@
}
},
"range": [
242,
405
257,
424
],
"loc": {
"start": {
@ -1130,8 +1130,8 @@
"type": "Identifier",
"name": "n",
"range": [
421,
422
441,
442
],
"loc": {
"start": {
@ -1145,8 +1145,8 @@
}
},
"range": [
414,
423
434,
443
],
"loc": {
"start": {
@ -1161,8 +1161,8 @@
}
],
"range": [
103,
429
110,
450
],
"loc": {
"start": {
@ -1178,8 +1178,8 @@
"generator": false,
"expression": false,
"range": [
89,
429
96,
450
],
"loc": {
"start": {
@ -1197,8 +1197,8 @@
"shorthand": false,
"computed": false,
"range": [
75,
429
82,
450
],
"loc": {
"start": {
@ -1213,8 +1213,8 @@
}
],
"range": [
69,
431
75,
453
],
"loc": {
"start": {
@ -1230,8 +1230,8 @@
"trailingComments": []
},
"range": [
54,
432
60,
454
],
"loc": {
"start": {
@ -1247,8 +1247,8 @@
],
"sourceType": "module",
"range": [
25,
432
29,
454
],
"loc": {
"start": {
@ -1263,10 +1263,10 @@
"comments": [
{
"type": "Block",
"value": "*\n * Misc helpers\n ",
"value": "*\r\n * Misc helpers\r\n ",
"range": [
0,
23
25
],
"loc": {
"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",
"name": "ignoreCase",
"range": [
49,
59
52,
62
],
"loc": {
"start": {
@ -107,8 +107,8 @@
"type": "Identifier",
"name": "a",
"range": [
60,
61
63,
64
],
"loc": {
"start": {
@ -125,8 +125,8 @@
"type": "Identifier",
"name": "b",
"range": [
63,
64
66,
67
],
"loc": {
"start": {
@ -152,8 +152,8 @@
"type": "Identifier",
"name": "x",
"range": [
79,
80
83,
84
],
"loc": {
"start": {
@ -175,8 +175,8 @@
"type": "Identifier",
"name": "Str",
"range": [
83,
86
87,
90
],
"loc": {
"start": {
@ -193,8 +193,8 @@
"type": "Identifier",
"name": "lower",
"range": [
87,
92
91,
96
],
"loc": {
"start": {
@ -208,8 +208,8 @@
}
},
"range": [
83,
92
87,
96
],
"loc": {
"start": {
@ -227,8 +227,8 @@
"type": "Identifier",
"name": "a",
"range": [
93,
94
97,
98
],
"loc": {
"start": {
@ -243,8 +243,8 @@
}
],
"range": [
83,
95
87,
99
],
"loc": {
"start": {
@ -258,8 +258,8 @@
}
},
"range": [
79,
95
83,
99
],
"loc": {
"start": {
@ -275,8 +275,8 @@
],
"kind": "let",
"range": [
75,
96
79,
100
],
"loc": {
"start": {
@ -298,8 +298,8 @@
"type": "Identifier",
"name": "y",
"range": [
109,
110
114,
115
],
"loc": {
"start": {
@ -321,8 +321,8 @@
"type": "Identifier",
"name": "Str",
"range": [
113,
116
118,
121
],
"loc": {
"start": {
@ -339,8 +339,8 @@
"type": "Identifier",
"name": "lower",
"range": [
117,
122
122,
127
],
"loc": {
"start": {
@ -354,8 +354,8 @@
}
},
"range": [
113,
122
118,
127
],
"loc": {
"start": {
@ -373,8 +373,8 @@
"type": "Identifier",
"name": "b",
"range": [
123,
124
128,
129
],
"loc": {
"start": {
@ -389,8 +389,8 @@
}
],
"range": [
113,
125
118,
130
],
"loc": {
"start": {
@ -404,8 +404,8 @@
}
},
"range": [
109,
125
114,
130
],
"loc": {
"start": {
@ -421,8 +421,8 @@
],
"kind": "let",
"range": [
105,
126
110,
131
],
"loc": {
"start": {
@ -446,8 +446,8 @@
"type": "Identifier",
"name": "x",
"range": [
144,
145
150,
151
],
"loc": {
"start": {
@ -464,8 +464,8 @@
"type": "Identifier",
"name": "y",
"range": [
148,
149
154,
155
],
"loc": {
"start": {
@ -479,8 +479,8 @@
}
},
"range": [
144,
149
150,
155
],
"loc": {
"start": {
@ -501,8 +501,8 @@
"value": 1,
"raw": "1",
"range": [
154,
155
160,
161
],
"loc": {
"start": {
@ -517,8 +517,8 @@
},
"prefix": true,
"range": [
153,
155
159,
161
],
"loc": {
"start": {
@ -540,8 +540,8 @@
"type": "Identifier",
"name": "x",
"range": [
160,
161
166,
167
],
"loc": {
"start": {
@ -558,8 +558,8 @@
"type": "Identifier",
"name": "y",
"range": [
164,
165
170,
171
],
"loc": {
"start": {
@ -573,8 +573,8 @@
}
},
"range": [
160,
165
166,
171
],
"loc": {
"start": {
@ -592,8 +592,8 @@
"value": 1,
"raw": "1",
"range": [
169,
170
175,
176
],
"loc": {
"start": {
@ -611,8 +611,8 @@
"value": 0,
"raw": "0",
"range": [
173,
174
179,
180
],
"loc": {
"start": {
@ -626,8 +626,8 @@
}
},
"range": [
159,
174
165,
180
],
"loc": {
"start": {
@ -641,8 +641,8 @@
}
},
"range": [
143,
175
149,
181
],
"loc": {
"start": {
@ -656,8 +656,8 @@
}
},
"range": [
135,
177
141,
183
],
"loc": {
"start": {
@ -672,8 +672,8 @@
}
],
"range": [
65,
183
68,
190
],
"loc": {
"start": {
@ -689,8 +689,8 @@
"generator": false,
"expression": false,
"range": [
59,
183
62,
190
],
"loc": {
"start": {
@ -708,8 +708,8 @@
"shorthand": false,
"computed": false,
"range": [
49,
183
52,
190
],
"loc": {
"start": {
@ -724,8 +724,8 @@
}
],
"range": [
44,
185
46,
193
],
"loc": {
"start": {
@ -741,8 +741,8 @@
"trailingComments": []
},
"range": [
29,
186
31,
194
],
"loc": {
"start": {
@ -759,7 +759,7 @@
"sourceType": "module",
"range": [
0,
186
194
],
"loc": {
"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
this.btnEl = null;
this.icnExpandHtml = '<img src="'+ tf.stylePath + this.icnExpand +
this.icnExpandHtml = '<img src="'+ tf.themesPath + this.icnExpand +
'" alt="Expand filters" >';
this.icnCollapseHtml = '<img src="'+ tf.stylePath + this.icnCollapse +
this.icnCollapseHtml = '<img src="'+ tf.themesPath + this.icnCollapse +
'" alt="Collapse 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="identifier" class="identifiers">-</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="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 data-ice="file">
<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 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="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 data-ice="file">
<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 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="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 data-ice="file">
<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 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="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 data-ice="file">
<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 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="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 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="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 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="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 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="identifier" class="identifiers">-</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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="identifier" class="identifiers">-</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="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 data-ice="file">
<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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 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="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 data-ice="file">
<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 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="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 data-ice="file">
<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 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="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 data-ice="file">
<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 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="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 data-ice="file">
<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 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="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>
</tbody>
</table>

View file

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

View file

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

View file

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

View file

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

View file

@ -35,8 +35,8 @@ div.helpCont
text-decoration none
font-weight bold
:hover
text-decoration none
&:hover
text-decoration none
hr
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
@extends input.pgInp
background transparent url(themes/btn_next_page.gif) center center no-repeat !important
:hover
&:hover
background-color $paging-nav-button-bg-color-hover !important
.previousPage
@extends input.pgInp
background transparent url(themes/btn_previous_page.gif) center center no-repeat !important
:hover
&:hover
background-color $paging-nav-button-bg-color-hover !important
.firstPage
@extends input.pgInp
background transparent url(themes/btn_first_page.gif) center center no-repeat !important
:hover
&:hover
background-color $paging-nav-button-bg-color-hover !important
.lastPage
@extends input.pgInp
background transparent url(themes/btn_last_page.gif) center center no-repeat !important
:hover
&:hover
background-color $paging-nav-button-bg-color-hover !important

View file

@ -10,5 +10,5 @@ input.reset
vertical-align: middle
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

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
text-decoration none
font-weight bold
:hover
&:hover
text-decoration underline
// left div