14856756e3
- rvitals done - frame view fixed git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2511 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
63 lines
1.1 KiB
CSS
63 lines
1.1 KiB
CSS
|
|
/* Styles specific to the db.php page */
|
|
|
|
#tableNames {
|
|
position: relative; /* so the h3 inside can be absolute to this div */
|
|
border: 1px solid black;
|
|
text-align: left;
|
|
padding: 12px 5px 10px 5px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#tableNames H3 {
|
|
position: absolute;
|
|
top: -25px;
|
|
left: 15px;
|
|
background-color: white;
|
|
padding: 0px 5px;
|
|
}
|
|
|
|
#tableNames A {
|
|
font-size: 9pt;
|
|
margin-left: 0.6em;
|
|
margin-right: 0.6em;
|
|
}
|
|
|
|
#tableHeading { margin-top: 0px; margin-bottom: 0px; }
|
|
|
|
#helpLinks { margin-top: 0px; }
|
|
|
|
#helpLinks A {
|
|
margin-left: 2em;
|
|
margin-right: 2em;
|
|
}
|
|
|
|
.middlepane {
|
|
/* float: left; */
|
|
padding: 5px;
|
|
margin: 10px;
|
|
min-width: 600px;
|
|
}
|
|
|
|
.colHeaders {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
/* the alternating rows of the table */
|
|
.ListLine0 { background: #EFF6FF; /*#e0f8f8;*/ }
|
|
.ListLine1 { background: #D8E8FF; /*#b0f8f8;*/ }
|
|
|
|
.Xcell { /* the table cell that contains the red x */
|
|
background-color: white;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.Ximg { padding-right: 15px; }
|
|
.Ximg2 { padding-right: 15px; }
|
|
|
|
.edit {
|
|
background: #8f8f0b;
|
|
}
|