Changeset 7121

Show
Ignore:
Timestamp:
03/01/08 08:13:23 (9 months ago)
Author:
ryan
Message:

max width fixes from azaozz. fixes #6051

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css

    r7114 r7121  
    3636/* Button */ 
    3737.wp_themeSkin .mceButton { 
    38 display:block;  
    39 width: 20px;  
    40 height: 20px;  
    41 cursor: default;  
    42 padding: 1px 2px;  
    43 margin: 1px;  
    44 background: #e9e8e8 url(img/butt2.png) 2px 1px no-repeat scroll; 
    45 -moz-border-radius: 3px; 
    46 -webkit-border-radius: 3px; 
    47 -khtml-border-radius: 3px; 
    48 border-radius: 3px; 
    49 border: 1px solid #abc0fb; 
     38   display:block;  
     39   width: 20px;  
     40   height: 20px;  
     41   cursor: default;  
     42   padding: 1px 2px;  
     43   margin: 1px;  
     44   background: #e9e8e8 url(img/butt2.png) 2px 1px no-repeat scroll; 
     45   -moz-border-radius: 3px; 
     46   -webkit-border-radius: 3px; 
     47   -khtml-border-radius: 3px; 
     48   border-radius: 3px; 
     49   border: 1px solid #abc0fb; 
    5050} 
    5151.wp_themeSkin a.mceButton span, .wp_themeSkin a.mceButton img {} 
    5252.wp_themeSkin .mceOldBoxModel a.mceButton span, .wp_themeSkin .mceOldBoxModel a.mceButton img {margin:0 0 0 1px} 
    5353.wp_themeSkin a.mceButtonEnabled:hover { 
    54 background-color:#d6d8da; 
    55 background-position:0 -20px; 
    56 border: 1px solid #7789ba !important; 
     54   background-color:#d6d8da; 
     55   background-position:0 -20px; 
     56   border: 1px solid #7789ba !important; 
    5757} 
    5858.wp_themeSkin a.mceButtonActive, .wp_themeSkin a.mceButtonSelected { 
    59 background-color: #d6d8da; 
    60 background-position:0 -20px; 
    61 border: 1px solid #7789ba !important; 
     59   background-color: #d6d8da; 
     60   background-position:0 -20px; 
     61   border: 1px solid #7789ba !important; 
    6262} 
    6363.wp_themeSkin .mceButtonDisabled .mceIcon {opacity:0.3; filter:alpha(opacity=30);} 
     
    6666/* Separator */ 
    6767.wp_themeSkin .mceSeparator {  
    68 height: 24px;  
    69 width: 1px; 
    70 display: block; 
    71 background: transparent; 
    72 overflow: hidden;  
    73 margin: 0 2px;  
     68   height: 24px;  
     69   width: 1px; 
     70   display: block; 
     71   background: transparent; 
     72   overflow: hidden;  
     73   margin: 0 2px;  
    7474} 
    7575 
     
    7777.wp_themeSkin .mceListBox, .wp_themeSkin .mceListBox a {display:block} 
    7878.wp_themeSkin .mceListBox .mceText { 
    79 padding: 1px 2px 1px 5px; 
    80 border: 1px solid #abc0fb; 
    81 text-align:left;  
    82 width:70px;  
    83 border-right:0;  
    84 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 
    85 font-family: Tahoma,Verdana,Arial,Helvetica;  
    86 font-size: 11px;  
    87 height: 20px;  
    88 line-height: 20px;  
    89 overflow: hidden; 
     79   padding: 1px 2px 1px 5px; 
     80   border: 1px solid #abc0fb; 
     81   text-align:left;  
     82   width:70px;  
     83   border-right:0;  
     84   background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 
     85   font-family: Tahoma,Verdana,Arial,Helvetica;  
     86   font-size: 11px;  
     87   height: 20px;  
     88   line-height: 20px;  
     89   overflow: hidden; 
    9090} 
    9191.wp_themeSkin .mceListBox { 
    92 margin: 1px; 
    93 direction: ltr; 
     92   margin: 1px; 
     93   direction: ltr; 
    9494} 
    9595.wp_themeSkin .mceListBox .mceOpen { 
    96 width:14px; 
    97 height:20px;  
    98 border-collapse:separate; 
    99 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 
    100 padding: 1px; 
    101 border: 1px solid #abc0fb; 
     96   width:14px; 
     97   height:20px;  
     98   border-collapse:separate; 
     99   background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 
     100   padding: 1px; 
     101   border: 1px solid #abc0fb; 
    102102} 
    103103.wp_themeSkin .mceListBox .mceOpen span { 
    104 display: block; 
    105 width:14px; 
    106 height:20px; 
    107 background:url(img/down_arrow.gif) 2px 1px no-repeat; 
     104   display: block; 
     105   width:14px; 
     106   height:20px; 
     107   background:url(img/down_arrow.gif) 2px 1px no-repeat; 
    108108} 
    109109.wp_themeSkin table.mceListBoxEnabled:hover .mceText,  
    110110.wp_themeSkin .mceListBoxHover .mceText,  
    111111.wp_themeSkin .mceListBoxSelected .mceText { 
    112 background:#eae8ea; 
    113 border-collapse:separate; 
    114 border: 1px solid #7789ba !important; 
    115 border-right: 0 none !important; 
     112   background:#eae8ea; 
     113   border-collapse:separate; 
     114   border: 1px solid #7789ba !important; 
     115   border-right: 0 none !important; 
    116116} 
    117117.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,  
    118118.wp_themeSkin .mceListBoxHover .mceOpen,  
    119119.wp_themeSkin .mceListBoxSelected .mceOpen { 
    120 background-color:#d6d8da; 
    121 border: 1px solid #7789ba !important; 
     120   background-color:#d6d8da; 
     121   border: 1px solid #7789ba !important; 
    122122} 
    123123.wp_themeSkin .mceListBoxDisabled .mceText {color:gray} 
     
    129129.wp_themeSkin .mceSplitButton a, .wp_themeSkin .mceSplitButton span {display:block; height:20px} 
    130130.wp_themeSkin .mceSplitButton {  
    131 display:block; 
    132 margin: 1px; 
    133 direction: ltr; 
     131   display:block; 
     132   margin: 1px; 
     133   direction: ltr; 
    134134} 
    135135.wp_themeSkin table.mceSplitButton td { 
    136 padding: 2px; 
     136   padding: 2px; 
    137137} 
    138138.wp_themeSkin .mceSplitButton a.mceAction { 
    139 height:20px; 
    140 width:20px; 
    141 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 
    142 padding: 1px 2px; 
    143 border: 1px solid #abc0fb; 
     139   height:20px; 
     140   width:20px; 
     141   background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 
     142   padding: 1px 2px; 
     143   border: 1px solid #abc0fb; 
    144144} 
    145145.wp_themeSkin .mceSplitButton span.mceAction { 
    146 background: url(../../img/icons.gif) 20px 20px; 
    147 width:20px;  
     146   background: url(../../img/icons.gif) 20px 20px; 
     147   width:20px;  
    148148} 
    149149.wp_themeSkin .mceSplitButton a.mceOpen { 
    150 width:10px; 
    151 height:20px; 
    152 border-collapse:separate; 
    153 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 
    154 padding: 1px; 
    155 border: 1px solid #abc0fb; 
    156 border-left: 0 none; 
     150   width:10px; 
     151   height:20px; 
     152   border-collapse:separate; 
     153   background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 
     154   padding: 1px; 
     155   border: 1px solid #abc0fb; 
     156   border-left: 0 none; 
    157157} 
    158158.wp_themeSkin .mceSplitButton span.mceOpen { 
    159 width:10px;  
    160 background:url(img/down_arrow.gif) 0px 1px; 
     159   width:10px;  
     160   background:url(img/down_arrow.gif) 0px 1px; 
    161161} 
    162162.wp_themeSkin .mceSplitButton a.mceOpen:hover, 
    163163.wp_themeSkin .mceSplitButtonSelected a.mceOpen { 
    164 background:#d6d8da; 
    165 border-collapse:separate; 
    166 border: 1px solid #7789ba !important; 
    167 border-left: 0 none !important; 
     164   background:#d6d8da; 
     165   border-collapse:separate; 
     166   border: 1px solid #7789ba !important; 
     167   border-left: 0 none !important; 
    168168}  
    169169.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction { 
    170 background:#d6d8da; 
    171 border: 1px solid #7789ba !important; 
     170   background:#d6d8da; 
     171   border: 1px solid #7789ba !important; 
    172172} 
    173173.wp_themeSkin .mceSplitButton a.mceAction:hover { 
    174 background:#d6d8da; 
    175 border-collapse:separate; 
    176 border: 1px solid #7789ba !important; 
     174   background:#d6d8da; 
     175   border-collapse:separate; 
     176   border: 1px solid #7789ba !important; 
    177177} 
    178178.wp_themeSkin table.mceSplitButtonEnabled:hover span.mceOpen,  
     
    181181} 
    182182.wp_themeSkin .mceSplitButtonDisabled .mceAction { 
    183 opacity:0.3; filter:alpha(opacity=30) 
     183   opacity:0.3; filter:alpha(opacity=30) 
    184184} 
    185185.wp_themeSkin .mceSplitButtonActive { 
     
    187187} 
    188188.wp_themeSkin .mceListBox a.mceText, .wp_themeSkin .mceSplitButton a.mceAction { 
    189 -moz-border-radius-bottomleft: 3px; 
    190 -webkit-border-radius-bottomleft: 3px; 
    191 -khtml-border-radius-bottomleft: 3px; 
    192 border-radius-bottomleft: 3px; 
    193 -moz-border-radius-topleft: 3px; 
    194 -webkit-border-radius-topleft: 3px; 
    195 -khtml-border-radius-topleft: 3px; 
    196 border-radius-topleft: 3px; 
     189   -moz-border-radius-bottomleft: 3px; 
     190   -webkit-border-bottom-left-radius: 3px; 
     191   -khtml-border-bottom-left-radius: 3px; 
     192   border-bottom-left-radius: 3px; 
     193   -moz-border-radius-topleft: 3px; 
     194   -webkit-border-top-left-radius: 3px; 
     195   -khtml-border-top-left-radius: 3px; 
     196   border-top-left-radius: 3px; 
    197197} 
    198198.wp_themeSkin .mceSplitButton a.mceOpen, .wp_themeSkin .mceListBox a.mceOpen { 
    199 -moz-border-radius-bottomright: 3px; 
    200 -webkit-border-radius-bottomright: 3px; 
    201 -khtml-border-radius-bottomright: 3px; 
    202 border-radius-bottomright: 3px; 
    203 -moz-border-radius-topright: 3px; 
    204 -webkit-border-radius-topright: 3px; 
    205 -khtml-border-radius-topright: 3px; 
    206 border-radius-topright: 3px; 
     199   -moz-border-radius-bottomright: 3px; 
     200   -webkit-border-bottom-right-radius: 3px; 
     201   -khtml-border-bottom-right-radius: 3px; 
     202   border-bottom-right-radius: 3px; 
     203   -moz-border-radius-topright: 3px; 
     204   -webkit-border-top-right-radius: 3px; 
     205   -khtml-border-top-right-radius: 3px; 
     206   border-top-right-radius: 3px; 
    207207} 
    208208 
     
    226226.wp_themeSkin .mceMenu a {position:relative;padding:3px 0 4px 0} 
    227227.wp_themeSkin .mceMenu .mceText { 
    228 position:relative;  
    229 display:block;  
    230 font-family:Tahoma,Verdana,Arial,Helvetica;  
    231 color:#000;  
    232 cursor:default;  
    233 margin:0;  
    234 padding:0 25px 0 25px;  
    235 display:block 
     228   position:relative;  
     229   display:block;  
     230   font-family:Tahoma,Verdana,Arial,Helvetica;  
     231   color:#000;  
     232   cursor:default;  
     233   margin:0;  
     234   padding:0 25px 0 25px;  
     235   display:block 
    236236} 
    237237.wp_themeSkin .mceMenu span.mceText, .wp_themeSkin .mceMenu .mcePreview {font-size:11px} 
     
    240240.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,  
    241241.wp_themeSkin .mceMenu .mceMenuItemActive { 
    242 background-color: #CEE1EF; 
     242   background-color: #CEE1EF; 
    243243} 
    244244.wp_themeSkin td.mceMenuItemSeparator {background:#aaa; height:1px} 
    245245.wp_themeSkin .mceMenuItemTitle a { 
    246 border:0;  
    247 background:#ccc;  
    248 border-bottom:1px solid #aaa; 
     246   border:0;  
     247   background:#ccc;  
     248   border-bottom:1px solid #aaa; 
    249249} 
    250250.wp_themeSkin .mceMenuItemTitle span.mceText {color:#000; font-weight:bold; padding-left:4px}