BUGFIX Fixed loader_frame.html scrollbar madness. Removed hacked CSS and tidied up popup to work in IE6/7 and Firefox consistently

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@70724 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-01-26 03:55:53 +00:00 committed by Sam Minnee
parent 08a338900a
commit 5df67f78d3

View File

@ -1,29 +1,17 @@
/* The hackiest fix out there for double-scrollbar problems in IE 7 */
*:first-child+html {
overflow: auto;
background: #fff !important;
}
* html {
overflow: auto;
background: #fff !important;
}
html>/**/body {
overflow:auto !important;
background: #fff;
}
/* end of hackiness */
.ComplexTableField_popup { .ComplexTableField_popup {
background: #fff; background: #fff;
} }
html {
overflow-y: auto !important;
}
body {
height: auto;
}
#ComplexTableField_Popup_DetailForm input.loading { #ComplexTableField_Popup_DetailForm input.loading {
background: #fff url(../../cms/images/network-save.gif) left center no-repeat; background: #fff url(../../cms/images/network-save.gif) left center no-repeat;
padding-left:16px; padding-left: 16px;
} }
.PageControls { .PageControls {