2007-07-19 12:40:28 +02:00
|
|
|
#GB_header {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 151;
|
|
|
|
margin: 0;
|
|
|
|
top: 0;
|
|
|
|
font-size : 14px;
|
|
|
|
font-weight : bold;
|
|
|
|
color: white;
|
|
|
|
background: #0075C9 url(../images/textures/obar.gif) 0px 0px repeat-x !important;
|
|
|
|
height : 22px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#GB_window {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#GB_close {
|
|
|
|
padding: 2px 5px 0 0;
|
|
|
|
float: right;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2009-04-29 01:55:53 +02:00
|
|
|
/* table */
|
2007-07-19 12:40:28 +02:00
|
|
|
.ComplexTableField {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ComplexTableField tbody td {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2007-09-15 22:49:53 +02:00
|
|
|
|
|
|
|
.ComplexTableField tbody td.markingcheckbox {
|
|
|
|
cursor: default;
|
|
|
|
}
|