Ticket #3766: 3766_2.patch

File 3766_2.patch, 1.8 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/skins/v2/panel.css

     
    196196    border: #316ac5 1px solid;
    197197    background-color: #dff1ff;
    198198}
     199
     200/* #3766 In the context menu, long labels with second level menu get wrapped */
     201/* IE6 */
     202* .cke_skin_office2003 .cke_menuarrow
     203{
     204        position: absolute;
     205        right: 0;
     206}
     207
     208/* IE7 */
     209*:first-child+.cke_skin_office2003 .cke_menuarrow
     210{
     211        position: absolute;
     212        right: 0;
     213}
     214/* #3766 END */
     215
  • _source/skins/office2003/panel.css

     
    196196    border: #316ac5 1px solid;
    197197    background-color: #dff1ff;
    198198}
     199
     200/* #3766 In the context menu, long labels with second level menu get wrapped */
     201/* IE6 */
     202* .cke_skin_office2003 .cke_menuarrow
     203{
     204        position: absolute;
     205        right: 0;
     206}
     207
     208/* IE7 */
     209*:first-child+.cke_skin_office2003 .cke_menuarrow
     210{
     211        position: absolute;
     212        right: 0;
     213}
     214/* #3766 END */
     215
  • _source/skins/kama/panel.css

     
    201201    border: #316ac5 1px solid;
    202202    background-color: #dff1ff;
    203203}
     204
     205/* #3766 In the context menu, long labels with second level menu get wrapped */
     206/* IE6 */
     207* .cke_skin_kama .cke_menuarrow
     208{
     209        position: absolute;
     210        right: 0;
     211}
     212
     213/* IE7 */
     214*:first-child+.cke_skin_kama .cke_menuarrow
     215{
     216        position: absolute;
     217        right: 0;
     218}
     219/* #3766 END */
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy