diff --git a/css/layout.css b/css/layout.css index ea26dd75..f5cd81bc 100644 --- a/css/layout.css +++ b/css/layout.css @@ -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, diff --git a/images/arrow_refresh.gif b/images/arrow_refresh.gif new file mode 100644 index 00000000..70941393 Binary files /dev/null and b/images/arrow_refresh.gif differ