mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX: the anchor dropdown now works in IE. Also fixes other anchor-related problems as described in ticket #4961 (from r97673)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@102737 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
92eebeb9e5
commit
dd2dd831b7
@ -632,7 +632,31 @@ iframe {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarLinkForm .buttonRefresh {
|
||||
display:block;
|
||||
border:1px solid #F0F0EE;
|
||||
width:20px; height:20px;
|
||||
float: left;
|
||||
}
|
||||
#Form_EditorToolbarLinkForm a.buttonRefreshHover {
|
||||
border: 1px solid #0A246A;
|
||||
background-color:#B2BBD0;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarLinkForm a.
|
||||
.defaultSkin .mceButtonDisabled .mceIcon {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||
|
||||
#Form_EditorToolbarLinkForm a.buttonRefresh span {
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: transparent url(../../cms/images/arrow_refresh.gif) no-repeat;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarLinkForm select.hasRefreshButton {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarImageForm_Width,
|
||||
#Form_EditorToolbarImageForm_Height,
|
||||
#Form_EditorToolbarFlashForm_Width,
|
||||
|
BIN
images/arrow_refresh.gif
Normal file
BIN
images/arrow_refresh.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 564 B |
Loading…
Reference in New Issue
Block a user