mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
32 lines
414 B
CSS
Executable File
32 lines
414 B
CSS
Executable File
#GB_header {
|
|
position: absolute;
|
|
z-index: 151;
|
|
margin: 0;
|
|
top: 0;
|
|
font-size : 14px;
|
|
font-weight : bold;
|
|
height : 22px !important;
|
|
}
|
|
|
|
#GB_window {
|
|
border: 0;
|
|
}
|
|
|
|
#GB_close {
|
|
padding: 2px 5px 0 0;
|
|
float: right;
|
|
font-size: 11px;
|
|
}
|
|
|
|
/* table */
|
|
.ComplexTableField {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.ComplexTableField tbody td {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ComplexTableField tbody td.markingcheckbox {
|
|
cursor: default;
|
|
} |