cad13d13d9
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2409 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
36 lines
654 B
CSS
36 lines
654 B
CSS
|
|
/* Styles specific to the groups.php page */
|
|
|
|
#nodetabs {
|
|
/* float: left; */
|
|
margin-left: 10px;
|
|
/* right: 0;
|
|
clear: left;
|
|
font-size : 8pt; */
|
|
}
|
|
|
|
#nodetabs-a {
|
|
font-size : 8pt;
|
|
padding: 0.5em 0.5em;
|
|
}
|
|
|
|
/*
|
|
#nodepane: { float: left; clear: left; }
|
|
#nodetabs { float: left; }
|
|
*/
|
|
|
|
#nrtree {
|
|
/* float: left; */
|
|
/* clear: left; */
|
|
border-right: 1px solid #d3d3d3;
|
|
border-top: 1px solid #d3d3d3;
|
|
margin-right: 10px;
|
|
padding-top: 5px;
|
|
padding-right: 5px;
|
|
/* height:100%; */
|
|
/* width:9.5em; */
|
|
}
|
|
|
|
/* #placeHolder { clear: left; } */
|
|
|
|
/* .ui-tabs-hide { display: none; } */ |