styling adjustments to codemirror and wrapped polyfill into a function

This commit is contained in:
marco
2013-05-15 10:53:54 -04:00
parent b9fc3f9e07
commit e157173c11
6 changed files with 13 additions and 10 deletions

View File

@@ -4,7 +4,8 @@
HTML5 Number polyfill | Jonathan Stipe | https://github.com/jonstipe/number-polyfill
*/
function triggerNumberPolyfill() {
(function() {
(function($) {
@@ -297,3 +298,5 @@ HTML5 Number polyfill | Jonathan Stipe | https://github.com/jonstipe/number-poly
})(jQuery);
}).call(this);
}

View File

@@ -40,7 +40,7 @@
padding: 10px 10px 9px;
vertical-align: top;
}
.studioSkin .mceIframeContainer {border: 1px solid #3c3c3c; border-top: none;}
.studioSkin .mceIframeContainer {border: 1px solid white; border-top: none;}
.studioSkin .mceStatusbar {background:#F0F0EE; font-size:9pt; line-height:16px; overflow:visible; color:#000; display:block; height:20px}
.studioSkin .mceStatusbar div {float:left; margin:2px}
.studioSkin .mceStatusbar a.mceResize {display:block; float:right; background:url(../../img/studio-icons.png) -800px 0; width:20px; height:20px; cursor:se-resize; outline:0}