Ticket #6543: indentedCss.diff

File indentedCss.diff, 2.8 kB (added by wolfram, 9 months ago)
  • tundra/Dialog.css

     
    1010        padding: 0px; 
    1111} 
    1212 
    13 .tundra .dijitDialog .dijitDialogTitle { 
    14         border-top: none; 
    15         border-left: none; 
    16         border-right: none; 
    17 } 
     13        .tundra .dijitDialog .dijitDialogTitle { 
     14                border-top: none; 
     15                border-left: none; 
     16                border-right: none; 
     17        } 
     18         
     19        .tundra .dijitDialog .dijitDialogPaneContent { 
     20                background: #fff; 
     21                border:none; 
     22                border-top: 1px solid #d3d3d3; /* #cddde9;      /* w/out this, an <h1> on the top line causes a gap between the .content and .label */ 
     23                padding:10px; 
     24         
     25        } 
    1826 
    19 .tundra .dijitDialog .dijitDialogPaneContent { 
    20         background: #fff; 
    21         border:none; 
    22         border-top: 1px solid #d3d3d3; /* #cddde9;      /* w/out this, an <h1> on the top line causes a gap between the .content and .label */ 
    23         padding:10px; 
    24  
    25 } 
    26  
    2727.tundra .dijitDialogTitleBar { 
    2828        /* outer container for the titlebar of the dialog */ 
    2929        background: #fafafa url("images/titleBar.png") repeat-x top left; 
     
    135135.dj_ie6 .tundra .dijitTooltipLeft { 
    136136        padding-left: 15px; 
    137137} 
    138 .tundra .dijitTooltipLeft .dijitTooltipConnector { 
    139         /* the arrow piece for tooltips to the left of an element, bottom borders aligned */ 
    140         right: 0px; 
    141         bottom: 7px; 
    142         background:url("images/tooltipConnectorRight.png") no-repeat top left; 
    143         width:16px; 
    144         height:14px; 
    145 } 
    146 .dj_ie6 .tundra .dijitTooltipLeft .dijitTooltipConnector { 
    147         background-image: url("images/tooltipConnectorRight.gif"); 
    148 } 
     138        .tundra .dijitTooltipLeft .dijitTooltipConnector { 
     139                /* the arrow piece for tooltips to the left of an element, bottom borders aligned */ 
     140                right: 0px; 
     141                bottom: 7px; 
     142                background:url("images/tooltipConnectorRight.png") no-repeat top left; 
     143                width:16px; 
     144                height:14px; 
     145        } 
     146        .dj_ie6 .tundra .dijitTooltipLeft .dijitTooltipConnector { 
     147                background-image: url("images/tooltipConnectorRight.gif"); 
     148        } 
    149149 
    150150.tundra .dijitTooltipRight { 
    151151        padding-left: 14px; 
    152152} 
    153 .tundra .dijitTooltipRight .dijitTooltipConnector { 
    154         /* the arrow piece for tooltips to the right of an element, bottom borders aligned */ 
    155         left: 0px; 
    156         bottom: 7px; 
    157         background:url("images/tooltipConnectorLeft.png") no-repeat top left; 
    158         width:16px; 
    159         height:14px; 
    160 } 
    161 .dj_ie6 .tundra .dijitTooltipRight .dijitTooltipConnector { 
    162         background-image: url("images/tooltipConnectorLeft.gif"); 
    163 } 
     153        .tundra .dijitTooltipRight .dijitTooltipConnector { 
     154                /* the arrow piece for tooltips to the right of an element, bottom borders aligned */ 
     155                left: 0px; 
     156                bottom: 7px; 
     157                background:url("images/tooltipConnectorLeft.png") no-repeat top left; 
     158                width:16px; 
     159                height:14px; 
     160        } 
     161        .dj_ie6 .tundra .dijitTooltipRight .dijitTooltipConnector { 
     162                background-image: url("images/tooltipConnectorLeft.gif"); 
     163        } 
    164164 
    165165 
    166166.dj_safari .tundra .dijitPopup .dijitTooltipContainer,