cad13d13d9
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2409 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
17 lines
353 B
CSS
17 lines
353 B
CSS
|
|
/* .FormTable { color: black; background-color : #CCCCCC; } */
|
|
|
|
#dshForm { font-size: 8pt; }
|
|
|
|
#inner_table {
|
|
margin-left: 15px;
|
|
margin-right: 10px;
|
|
/* background-color: red; */
|
|
}
|
|
|
|
#cmdDialog {
|
|
margin: 0px 10px 20px 10px; /* for some reason the containing dialog cuts off the right 30px */
|
|
padding: 0px;
|
|
font-family: Sans-Serif;
|
|
font-size: 7pt;
|
|
} |