Ticket #5647: 5647_4.patch
File 5647_4.patch, 4.9 KB (added by , 14 years ago) |
---|
-
_source/skins/kama/toolbar.css
81 81 82 82 .cke_skin_kama .cke_toolbar 83 83 { 84 display: inline; 84 -moz-border-radius:5px; 85 -webkit-border-radius: 5px; 86 border-radius: 5px; 87 background-image: url(images/sprites.png); 88 _background-image: url(images/sprites_ie6.png); 89 background-repeat: repeat-x; 90 background-position: 0 -500px; 91 float: left; 92 margin-right: 6px; 93 margin-bottom: 5px; 94 padding: 2px; 85 95 } 86 96 87 .cke_skin_kama .cke_ separator97 .cke_skin_kama .cke_rtl .cke_toolbar 88 98 { 89 display: inline-block; 90 float: left; 91 border-left: solid 1px #D3D3D3; 92 margin: 3px 2px; 93 height: 16px; 99 float: right; 100 margin-right: 0; 101 margin-left: 6px; 94 102 } 95 103 96 .cke_skin_kama .cke_ browser_ie .cke_separator104 .cke_skin_kama .cke_toolbar_ungrouped 97 105 { 98 #float: none; 99 #display: inline; 106 background: inherit; 107 border: 0; 108 padding: 0; 109 margin-right: 0; 110 margin-left: 0; 100 111 } 101 102 .cke_skin_kama .cke_rtl .cke_separator 112 .cke_skin_kama .cke_browser_ie7 .cke_toolbar_ungrouped 103 113 { 104 float: right;114 background: transparent; 105 115 } 106 116 107 .cke_skin_kama .cke_ browser_ie .cke_rtl .cke_separator117 .cke_skin_kama .cke_toolgroup 108 118 { 109 #float: none; 119 display: inline-block; 120 float:left; 110 121 } 111 122 112 .cke_skin_kama .cke_break 123 .cke_skin_kama .cke_browser_ie .cke_toolgroup, 124 .cke_skin_kama .cke_browser_ie .cke_rtl .cke_toolgroup 113 125 { 114 font-size: 0; 115 clear: left; 126 float:none; 116 127 } 117 128 118 .cke_skin_kama .cke_rtl .cke_ break129 .cke_skin_kama .cke_rtl .cke_toolgroup 119 130 { 120 clear:right;131 float:right; 121 132 } 122 133 123 .cke_skin_kama .cke_ toolbar_start134 .cke_skin_kama .cke_separator 124 135 { 125 display: none; 136 display: inline-block; 137 float: left; 138 border-left: solid 1px #D3D3D3; 139 margin: 4px 2px; 140 height: 14px; 126 141 } 127 142 128 .cke_skin_kama .cke_toolbar 143 .cke_skin_kama .cke_browser_ie .cke_separator, 144 .cke_skin_kama .cke_browser_ie .cke_rtl .cke_separator 129 145 { 130 -moz-border-radius:5px; 131 -webkit-border-radius: 5px; 132 border-radius: 5px; 133 background-image: url(images/sprites.png); 134 _background-image: url(images/sprites_ie6.png); 135 background-repeat: repeat-x; 136 background-position: 0 -500px; 137 float: left; 138 margin-right: 6px; 139 margin-bottom: 5px; 140 padding: 2px; 141 display: inline; 146 float: none; 147 display:inline; 142 148 } 143 149 144 .cke_skin_kama .cke_rtl .cke_toolbar 150 .cke_skin_kama .cke_rtl .cke_toolbar .cke_separator 145 151 { 146 152 float: right; 147 margin-right: 0;148 margin-left: 6px;149 153 } 150 154 151 .cke_skin_kama .cke_ toolbar155 .cke_skin_kama .cke_break 152 156 { 153 display: block;154 height: 22px;157 font-size: 0; 158 clear: left; 155 159 } 156 160 157 .cke_skin_kama .cke_ toolbar_ungrouped161 .cke_skin_kama .cke_rtl .cke_break 158 162 { 159 background: inherit; 160 border: 0; 161 padding: 0; 162 margin-right: 0; 163 margin-left: 0; 163 clear: right; 164 164 } 165 165 166 .cke_skin_kama .cke_toolbar_start 167 { 168 display: none; 169 } 170 171 166 172 .cke_skin_kama .cke_button a, 167 173 .cke_skin_kama .cke_button a:hover, 168 174 .cke_skin_kama .cke_button a:focus, … … 282 288 width: 16px; 283 289 height: 16px; 284 290 display: inline-block; 285 float: left;286 291 cursor: default; 287 292 } 288 293 … … 307 312 filter: ; 308 313 } 309 314 310 .cke_skin_kama .cke_rtl .cke_button .cke_icon311 {312 float: right;313 }314 315 315 .cke_skin_kama .cke_button .cke_label 316 316 { 317 317 cursor: default; 318 318 display: none; 319 319 padding-left: 3px; 320 line-height: 18px;321 320 vertical-align: middle; 322 float: left;323 321 } 324 322 325 .cke_skin_kama .cke_rtl .cke_button .cke_label326 {327 padding-left: 0;328 padding-right: 3px;329 float: right;330 }331 332 323 .cke_skin_kama .cke_hc .cke_button .cke_label 333 324 { 334 325 padding: 0; … … 358 349 background-image: url(images/sprites.png); 359 350 _background-image: url(images/sprites_ie6.png); 360 351 background-repeat: no-repeat; 361 float: left;362 352 cursor: default; 363 353 } 364 354 … … 372 362 filter: ; 373 363 } 374 364 375 .cke_skin_kama .cke_rtl .cke_button .cke_buttonarrow376 {377 background-position: 0 -1469px; /* (0, -5) */378 float: right;379 }380 381 365 /*** Firefox 2 ***/ 382 366 383 367 .cke_skin_kama .cke_browser_gecko .cke_toolbar, -
_source/skins/kama/richcombo.css
48 48 padding: 2px; 49 49 height: 21px; 50 50 margin-right: 6px; 51 margin-bottom: 5px;52 51 } 53 52 54 53 .cke_skin_kama .cke_rtl .cke_rcombo a, -
_source/skins/kama/presets.css
9 9 display: inline; 10 10 } 11 11 12 /* IE: fixed "source" button height to avoid it prevents toolbar from wrapping */ 13 .cke_skin_kama .cke_browser_ie .cke_button_source .cke_label 14 { 15 height:15px; 16 display: inline-block; 17 } 18 12 19 /* "Styles" panel size */ 13 20 .cke_skin_kama .cke_styles_panel 14 21 {