c99d72a179
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
86 lines
1.2 KiB
CSS
86 lines
1.2 KiB
CSS
.grid {
|
|
background: #fff;
|
|
border: 1px solid #eee;
|
|
width: <?php echo $this->boxWidth ?>px;
|
|
text-align: center;
|
|
height: 400px;
|
|
padding: 2px 2px 2px 2px;
|
|
margin: 2px 40px 2px 2px;
|
|
|
|
}
|
|
|
|
.offLineNode {
|
|
background: #aaa;
|
|
color: #444;
|
|
width: 80px;
|
|
height: 20px;
|
|
margin: 2px;
|
|
font-family: arial;
|
|
font-size: 10px;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
float: left;
|
|
}
|
|
|
|
.pingableNode {
|
|
background: #66CC99;
|
|
color: #444;
|
|
width: 80px;
|
|
height: 20px;
|
|
margin: 2px;
|
|
font-family: arial;
|
|
font-size: 10px;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
float: left;
|
|
}
|
|
|
|
.legendBox {
|
|
padding: 2px 2px 2px 2px;
|
|
margin-left: 10px;
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
border: 2px solid #eee;
|
|
position: relative;
|
|
width: 800px;
|
|
text-align: center;
|
|
float: left;
|
|
|
|
}
|
|
.mHead {
|
|
|
|
font-family: arial;
|
|
|
|
}
|
|
.subBox {
|
|
border: 1px solid #eee;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
width: 100px;
|
|
height: 20px;
|
|
}
|
|
|
|
.legendDescription {
|
|
font-size: 10px;
|
|
font-family: arial;
|
|
color: #999;
|
|
}
|
|
.unknown {
|
|
background: #aaa;
|
|
height: 20px;
|
|
width: 40px;
|
|
}
|
|
.pingable {
|
|
background: #66CC99;
|
|
height: 20px;
|
|
width: 40px;
|
|
}
|
|
|
|
.online {
|
|
background: #6699CC;
|
|
height: 20px;
|
|
width: 40px;
|
|
}
|
|
|
|
|