Index: _source/skins/kama/toolbar.css
===================================================================
--- _source/skins/kama/toolbar.css	(revision 5209)
+++ _source/skins/kama/toolbar.css	(working copy)
@@ -22,6 +22,8 @@
 .cke_skin_kama .cke_toolbox
 {
 	clear: both;
+	/* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/
+	padding-bottom: 1px;
 }
 
 .cke_skin_kama a.cke_toolbox_collapser,
@@ -413,9 +415,3 @@
 {
 	padding-bottom: 0;
 }
-
-.cke_skin_kama .cke_browser_gecko .cke_toolbox
-{
-	/* Define the padding-bottom otherwise the collapser button will not be clicable in FF */
-	padding-bottom: 1px;
-}
Index: _source/skins/office2003/toolbar.css
===================================================================
--- _source/skins/office2003/toolbar.css	(revision 5209)
+++ _source/skins/office2003/toolbar.css	(working copy)
@@ -17,6 +17,13 @@
 	white-space: normal;
 }
 
+.cke_skin_office2003 .cke_toolbox
+{
+	clear: both;
+	/* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/
+	padding-bottom: 1px;
+}
+
 .cke_skin_office2003 a.cke_toolbox_collapser,
 .cke_skin_office2003 a:hover.cke_toolbox_collapser
 {
Index: _source/skins/v2/toolbar.css
===================================================================
--- _source/skins/v2/toolbar.css	(revision 5209)
+++ _source/skins/v2/toolbar.css	(working copy)
@@ -17,6 +17,13 @@
 	white-space: normal;
 }
 
+.cke_skin_v2 .cke_toolbox
+{
+	clear: both;
+	/* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/
+	padding-bottom: 1px;
+}
+
 .cke_skin_v2 a.cke_toolbox_collapser,
 .cke_skin_v2 a:hover.cke_toolbox_collapser
 {

