xcat-core/xCAT-UI/css/monitor.css
2009-11-18 09:34:27 +00:00

129 lines
2.3 KiB
CSS

/*The css style for the new monlist web page*/
.pluginstat
{
position: relative;
width: 170px;
height: 48px;
float: left;
padding: 5px;
}
.pluginstat .lef
{
padding: 8px 0px 8px 0px;
width: 16px;
height: 16px;
position: relative;
float: left;
display: inline;
}
.pluginstat .mid
{
font-size: 1em;
float: left;
position: relative;
display: block;
color: black;
}
.pluginstat .rig
{
width: 32px;
height: 32px;
float: right;
background-image: url("../img/monplugin.png");
}
/*The list of monitor plugins*/
#plist
{
float: left;
width: 180px;
padding-left: 15px;
}
#settings
{
display: block;
width: 725px;
float: left;
text-align: left;
font-size: 1em;
}
.fg-button {
outline: 0;
margin: 0 4px 0 0;
padding: .4em 1em;
text-decoration:none !important;
cursor:pointer;
position: relative;
text-align: center;
}
.fg-buttonset {float: left;}
.fg-buttonset-single .fg-button {margin-right: -3px}
#nrtree-input {
float: left;
width: 25%;
min-width: 125px;
min-height: 255px;
border-right: 1px solid orange;
z-index: 1;
}
#stat1 {
padding-left: 10px;
padding-right: 10px;
width: 65%;
float: right;
}
fieldset {
padding: 0 15px 3em;
border: 0;
}
.custom-radio { position: relative;}
/* input, label positioning */
.custom-radio input {
position: absolute;
left: 2px;
top: 3px;
margin: 0;
z-index: 0;
}
.custom-radio label {
display: block;
position: relative;
z-index: 1;
font-size: 1.3em;
padding-right: 1em;
line-height: 1;
padding: .5em 0 .5em 30px;
margin: 0 0 .3em;
cursor: pointer;
}
.custom-radio label {background: url(../img/radiobutton.gif) no-repeat;}
.custom-radio label {
background-position: -10px -14px;
}
.custom-radio label.hover,
.custom-radio label.focus {
background-position: -10px -114px;
}
.custom-radio label.checked {
background-position: -10px -214px;
}
.custom-radio label.focus {
outline: 1px dotted #ccc;
}