Index: trunk/extensions/InlineEditor/jquery.inlineEditor.editors.basic.css |
— | — | @@ -98,6 +98,15 @@ |
99 | 99 | resize: none; |
100 | 100 | } |
101 | 101 | |
| 102 | +/* some skin-specific fixes */ |
| 103 | +.skin-chick #editContent .editbar textarea, |
| 104 | +.skin-standard #editContent .editbar textarea, |
| 105 | +.skin-myskin #editContent .editbar textarea, |
| 106 | +.skin-nostalgia #editContent .editbar textarea, |
| 107 | +.skin-simple #editContent .editbar textarea { |
| 108 | + font-size: 0.8em; |
| 109 | +} |
| 110 | + |
102 | 111 | #editContent .saving { |
103 | 112 | /* have a cross-browser alpha overlay, see http://www.quirksmode.org/css/opacity.html */ |
104 | 113 | opacity: 0.95; |
Index: trunk/extensions/InlineEditor/jquery.inlineEditor.css |
— | — | @@ -26,6 +26,17 @@ |
27 | 27 | padding: 0px; |
28 | 28 | } |
29 | 29 | |
| 30 | +/* more skin-specific fixes */ |
| 31 | +.skin-chick #inlineEditorBox, |
| 32 | +.skin-standard #inlineEditorBox, |
| 33 | +.skin-cologneblue #inlineEditorBox, |
| 34 | +.skin-myskin #inlineEditorBox, |
| 35 | +.skin-nostalgia #inlineEditorBox, |
| 36 | +.skin-simple #inlineEditorBox { |
| 37 | + line-height: 1.5em; |
| 38 | + font-size: 0.9em; |
| 39 | +} |
| 40 | + |
30 | 41 | #introbox { |
31 | 42 | /* basic grey box */ |
32 | 43 | background-color: #f3f3f3; |