static.themes.default.beangle-ui-tabletree.css Maven / Gradle / Ivy
/**
* Beangle, Agile Java/Scala Development Scaffold and Toolkit
*
* Copyright (c) 2005-2013, Beangle Software.
*
* Beangle is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Beangle is distributed in the hope that it will be useful.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Beangle. If not, see .
*/
.tree-folder {
background: url(icons/16x16/trees.png) no-repeat top left;
background-position: -264px 0; width: 16px; height: 16px;
float: left;
padding-right: 3px
}
.tree-folder-open {
background: url(icons/16x16/trees.png) no-repeat top left;
background-position: -140px 0; width: 16px; height: 16px;
float: left;
padding-right: 3px
}
.tree-item {
background: url(icons/16x16/trees.png) no-repeat top left;
background-position: 0 0; width: 16px; height: 16px;
float: left;
padding-right: 1px;
margin-left: 5px;
}
.tree-line {
background: url(icons/16x16/trees.png) no-repeat top left;
background-position: -66px 0; width: 24px; height: 22px;
}
.tree-nav {
background-position: -206px 0; width: 8px; height: 9px;
background: url(icons/16x16/trees.png) no-repeat top left;
}
.tree-tier1 { margin-left: 0; }
.tree-tier2 { margin-left: 1em; }
.tree-tier3 { margin-left: 2em; }
.tree-tier4 { margin-left: 3em; }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy