Changeset 6554 for CKEditor/trunk
- Timestamp:
- 03/16/11 14:53:05 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 5 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/richcombo/plugin.js (modified) (1 diff)
-
_source/skins/kama/richcombo.css (modified) (1 diff)
-
_source/skins/office2003/richcombo.css (modified) (2 diffs)
-
_source/skins/v2/richcombo.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6553 r6554 70 70 <li><a href="http://dev.ckeditor.com/ticket/7330">#7330</a> : New list items now do not inherit the <code>value</code> attribute from their sibiling.</li> 71 71 <li><a href="http://dev.ckeditor.com/ticket/7293">#7293</a> : The "automatic" color button is now presented correctly without focus inside the editor.</li> 72 <li><a href="http://dev.ckeditor.com/ticket/7018">#7018</a> : [IE] Combo boxes didn't have border around them.</li> 72 73 <li>Updated the following language files:<ul> 73 74 <li><a href="http://dev.ckeditor.com/ticket/7124">#7124</a> : Czech;</li> -
CKEditor/trunk/_source/plugins/richcombo/plugin.js
r6366 r6554 198 198 '<span id="' + id + '_text" class="cke_text cke_inline_label">' + this.label + '</span>' + 199 199 '</span>' + 200 '<span class=cke_openbutton> ' + ( CKEDITOR.env.hc ? '<span>▼</span>' : CKEDITOR.env.air ? ' ' : '' ) + '</span>' + // BLACK DOWN-POINTING TRIANGLE200 '<span class=cke_openbutton><span class=cke_icon>' + ( CKEDITOR.env.hc ? '▼' : CKEDITOR.env.air ? ' ' : '' ) + '</span></span>' + // BLACK DOWN-POINTING TRIANGLE 201 201 '</a>' + 202 202 '</span>' + -
CKEditor/trunk/_source/skins/kama/richcombo.css
r6422 r6554 124 124 .cke_skin_kama .cke_rcombo .cke_openbutton 125 125 { 126 display: inline-block; 127 } 128 129 .cke_skin_kama .cke_rcombo .cke_openbutton .cke_icon 130 { 131 display: inline-block; 126 132 background-image: url(images/sprites.png); 127 133 _background-image: url(images/sprites_ie6.png); 128 134 background-position: 0 -68px; 129 135 background-repeat: no-repeat; 130 display: inline-block;131 136 width: 17px; 132 137 height: 19px; 133 138 margin: 1px 2px; 134 background-repeat: no-repeat; 135 } 136 137 .cke_skin_kama .cke_rcombo .cke_openbutton span 138 { 139 display: none; 140 } 141 142 .cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton span 143 { 144 display : inline; 139 } 140 141 .cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton .cke_icon 142 { 143 background: none; 145 144 } 146 145 -
CKEditor/trunk/_source/skins/office2003/richcombo.css
r6241 r6554 142 142 { 143 143 display: inline-block; 144 144 border-top: 1px solid #8f8f73; 145 border-bottom: 1px solid #8f8f73; 146 } 147 148 .cke_skin_office2003 .cke_rcombo .cke_openbutton .cke_icon 149 { 150 display: inline-block; 145 151 background-position: 5px -1002px; 146 152 background-image: url(images/sprites.png); 147 153 _background-image: url(images/sprites_ie6.png); 148 154 background-repeat: no-repeat; 149 150 border-top: 1px solid #8f8f73;151 border-bottom: 1px solid #8f8f73;152 155 width: 14px; 153 156 height: 22px; … … 155 158 156 159 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 157 .cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_openbutton 160 .cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_openbutton .cke_icon 158 161 { 159 162 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); 160 163 } 161 .cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_openbutton 164 .cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_openbutton .cke_icon 162 165 { 163 166 filter: ; 164 167 } 165 166 .cke_skin_office2003 .cke_rcombo .cke_openbutton span 167 { 168 display: none; 169 } 170 171 .cke_skin_office2003 .cke_hc .cke_rcombo .cke_openbutton span 172 { 173 display : inline; 168 .cke_skin_office2003 .cke_hc .cke_rcombo .cke_openbutton .cke_icon 169 { 170 background: none; 171 filter: ; 174 172 } 175 173 -
CKEditor/trunk/_source/skins/v2/richcombo.css
r6241 r6554 137 137 { 138 138 display: inline-block; 139 139 border-top: 1px solid #8f8f73; 140 border-bottom: 1px solid #8f8f73; 141 } 142 143 .cke_skin_v2 .cke_rcombo .cke_openbutton .cke_icon 144 { 145 display: inline-block; 140 146 background-position: 5px -715px; 141 147 background-image: url(images/sprites.png); … … 143 149 background-repeat: no-repeat; 144 150 145 border-top: 1px solid #8f8f73;146 border-bottom: 1px solid #8f8f73;147 151 width: 14px; 148 152 height: 20px; … … 150 154 151 155 /* IE with zoom != 100% will distort the icons otherwise #4821 */ 152 .cke_skin_v2 .cke_browser_ie .cke_rcombo .cke_openbutton 156 .cke_skin_v2 .cke_browser_ie .cke_rcombo .cke_openbutton .cke_icon 153 157 { 154 158 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); 155 159 } 156 .cke_skin_v2 .cke_browser_ie6 .cke_rcombo .cke_openbutton 160 .cke_skin_v2 .cke_browser_ie6 .cke_rcombo .cke_openbutton .cke_icon 157 161 { 158 162 filter: ; 159 163 } 160 161 .cke_skin_v2 .cke_rcombo .cke_openbutton span 162 { 163 display: none; 164 } 165 166 .cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton span 167 { 168 display : inline; 164 .cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton .cke_icon 165 { 166 background: none; 167 filter: ; 169 168 } 170 169
Note: See TracChangeset
for help on using the changeset viewer.
