Ticket #3766: 3766.patch
File 3766.patch, 711 bytes (added by , 16 years ago) |
---|
-
_source/skins/kama/panel.css
201 201 border: #316ac5 1px solid; 202 202 background-color: #dff1ff; 203 203 } 204 205 /* #3766 In the context menu, long labels with second level menu get wrapped */ 206 * html .cke_label 207 { 208 position: relative; 209 } 210 211 *:first-child+html .cke_label 212 { 213 position: relative; 214 } 215 216 * html .cke_menuarrow 217 { 218 position: absolute; 219 right: 0; 220 } 221 222 *:first-child+html .cke_menuarrow 223 { 224 position: absolute; 225 right: 0; 226 } 227 /* #3766 END */