jquery.checktree.css 1.53 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87

.hideLayer { visibility: hidden; display: none; }
.showLayer { visibility: visible; display: block; }


ul.checktree, ul.checktree * {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 0;
}

ul.checktree img.arrow {
    padding: 2px 0 0 0;
    border: 0;
    width: 20px;
}

ul.checktree li {
    padding: 4px 0 0 20px;
    clear: both;
}

ul.checktree li ul {
    padding: 0 0 0 20px;
    margin: 0;
}

ul.checktree label {
    cursor: pointer;
    /*font-weight: bold;*/
    float: left;
    display: inline;
    white-space: nowrap;
}

ul.checktree label.hover {
    color: red;
}

ul.checktree li .arrow {
    width: 16px;
    height: 16px;
    padding-left: 4px;
    margin: 0;
    cursor: pointer;
    float: left;
    background: transparent no-repeat 0 3px;
}

ul.checktree li .collapsed {
    background-image: url(../IMAGES/CHECKTREE/collapsed.gif);
}

ul.checktree li .expanded {
    background-image: url(../IMAGES/CHECKTREE/expanded.gif);
}

ul.checktree li .checkbox {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: left;
    background: transparent no-repeat 0 2px;
    background-image: url(../IMAGES/CHECKTREE/unchecked.gif);
}

ul.checktree li .checked {
    background-image: url(../IMAGES/CHECKTREE/checked.gif);
}

ul.checktree li .disabled {
    background-image: url(../IMAGES/CHECKTREE/disabled.png);
}

ul.checktree li .half_checked {
    background-image: url(../IMAGES/CHECKTREE/indeterminate.gif);
}

 .permis_action_object{
	float: left;
}

label.desc-head{
	width: 35px;
}