Changeset 1358

Show
Ignore:
Timestamp:
2008-01-18 17:21:08 (6 months ago)
Author:
fredck
Message:

The Office2003 and Silver dialog css files were not reflecting the Default skin structure, giving some weird effect with the bottom buttons area.

Location:
FCKeditor/branches/features/floating_dialog/editor/skins
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/branches/features/floating_dialog/editor/skins/default/fck_dialog.css

    r1326 r1358  
    1 /* 
     1/* 
    22 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
    33 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     
    5252        background-color: transparent; 
    5353        padding: 0px; 
    54 } 
    55  
    56 #DialogContainer 
    57 { 
    5854} 
    5955 
  • FCKeditor/branches/features/floating_dialog/editor/skins/office2003/fck_dialog.css

    r1326 r1358  
    1 /* 
     1/* 
    22 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
    33 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     
    2222 */ 
    2323 
     24html, body 
     25{ 
     26        background-color: transparent; 
     27        margin: 0px; 
     28        padding: 0px; 
     29} 
     30 
    2431body 
    2532{ 
    26         margin: 0px; 
    2733        padding: 10px; 
    28         background-color: transparent; 
    2934} 
    3035 
     
    4752        background-color: transparent; 
    4853        padding: 0px; 
    49         margin: 0px; 
    50         padding: 0px; 
    51         background-color: transparent; 
    5254} 
    5355 
     
    6870.DialogButtons 
    6971{ 
     72        position: absolute; 
     73        bottom: 0px; 
    7074        border-top: #466ca6 1px solid; 
    7175        background-color: #8cb2fd; 
     
    131135.DialogTabSelected 
    132136{ 
    133         font-weight:bold; 
     137        font-weight: bold; 
    134138        cursor: default; 
    135139        padding-top: 4px; 
  • FCKeditor/branches/features/floating_dialog/editor/skins/silver/fck_dialog.css

    r1326 r1358  
    1 /* 
     1/* 
    22 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
    33 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 
     
    2222 */ 
    2323 
     24html, body 
     25{ 
     26        background-color: transparent; 
     27        margin: 0px; 
     28        padding: 0px; 
     29} 
     30 
    2431body 
    2532{ 
    26         background-color: #f7f7f7; 
    27         margin: 0px; 
    2833        padding: 10px; 
    2934} 
     
    5661.DialogTitle 
    5762{ 
    58         padding-right: 10px; 
    59         padding-left: 10px; 
    6063        font-weight: bold; 
    6164        font-size: 14pt; 
    62         padding-bottom: 3px; 
    6365        color: #504845; 
    64         padding-top: 3px; 
    6566        background-color: #dedede; 
     67        padding: 3px 10px 3px 10px; 
    6668} 
    6769 
    6870.DialogButtons 
    6971{ 
     72        position: absolute; 
     73        bottom: 0px; 
    7074        border-top: #cec6b5 1px solid; 
    7175        background-color: #DEDEDE;