silverstripe-framework/css/ComplexTableField.css
Ingo Schommer a869951638 BUGFIX Re-added Requirements::clear() to ComplexTableField_Popup initialization to avoid including the dozens of javascript files required by CMSMain and LeftAndMain, they're not needed in a popup, and cause side-effects like missing scrollbars, weird CSS styling and generally slow loading time.
BUGFIX Removed overflow:autio CSS rule in ComplexTableField.css which was causing double scrollbars in a popup. This was a hack to work around <body style="overflow:hidden"> which was set by LeftAndMain.js - this file is no longer included in the popup HTML.
BUGFIX Removed unnecessary requirements from ComplexTableField_Popup: LeftAndMain.js, LeftAndMain_right.js, TableField.js, ComplexTableField.js - they will be included by the fields if necessary

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@74904 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:27:15 +13:00

35 lines
526 B
CSS
Executable File

#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;
}
/* table */
.ComplexTableField {
margin-bottom: 10px;
}
.ComplexTableField tbody td {
cursor: pointer;
}
.ComplexTableField tbody td.markingcheckbox {
cursor: default;
}