home *** CD-ROM | disk | FTP | other *** search
- /*:::::::::: Charamel ::::::::::
- This file copyright 2004 Alex W. <lucx@shaw.ca>
- */
-
- @import url("chrome://global/skin/");
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-
- #config{
- /*margin-left:64px;
- background:url("chrome://global/skin/config/advance-config-header.png") no-repeat #F6F0E6;*/
- border-top:1px solid #DFD2C0;
- }
-
-
- treechildren::-moz-tree-cell-text{
- padding-left:8px;
- }
-
-
- /*config tree*/
- #configTree{
- }
-
- treechildren::-moz-tree-cell-text(user){
- font-weight: bold;
- }
-
- treechildren::-moz-tree-cell-text(locked){
- font-style: italic;
- }
-
- /*filter box*/
- #config > hbox{
- background:url("chrome://global/skin/config/config-icon.png") no-repeat #EBE2D2;
- padding-left:72px;
- height:46px;
- border-left:1px solid #EFE7DC; /* line up with first tree header */
- }
-
-