Index: _source/skins/office2003/toolbar.css
===================================================================
--- _source/skins/office2003/toolbar.css	(revision 5108)
+++ _source/skins/office2003/toolbar.css	(working copy)
@@ -65,6 +65,8 @@
 	background-repeat: repeat-x;
 	display: inline-block;
 	float: left;
+	!height: 28px;
+	!line-height: 28px;
 }
 
 .cke_skin_office2003 .cke_rtl .cke_toolbar
Index: _source/skins/v2/richcombo.css
===================================================================
--- _source/skins/v2/richcombo.css	(revision 5108)
+++ _source/skins/v2/richcombo.css	(working copy)
@@ -144,6 +144,7 @@
 	border-bottom: 1px solid #8f8f73;
 	width: 14px;
 	height: 20px;
+	_height: 22px;
 }
 
 .cke_skin_v2 .cke_ltr .cke_rcombo .cke_openbutton
Index: CHANGES.html
===================================================================
--- CHANGES.html	(revision 5108)
+++ CHANGES.html	(working copy)
@@ -46,6 +46,7 @@
 	<p>
 		Fixed issues:</p>
 	<ul>
+		<li><a href="http://dev.fckeditor.net/ticket/4272">#4272</a> : Kama skin toolbar was broken in IE+RTL+quirks.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/4987">#4987</a> : Changed the url which is called by the Browser Server button in Link tab of Image Properties dialog.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/5030">#5030</a> : Fixed CKEDITOR.timestamp wasn't added while loading skin.js.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/4993">#4993</a> : Remove float value of image in case user selects 'not set'.</li>

