Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.css |
— | — | @@ -94,8 +94,8 @@ |
95 | 95 | } |
96 | 96 | div#edittoolbar div.index { |
97 | 97 | float: left; |
98 | | - width: 20%; |
99 | | - height: 175px; |
| 98 | + width: 15%; |
| 99 | + height: 125px; |
100 | 100 | overflow: auto; |
101 | 101 | } |
102 | 102 | div#edittoolbar div.index > div { |
— | — | @@ -105,7 +105,7 @@ |
106 | 106 | color: #00528C; |
107 | 107 | } |
108 | 108 | div#edittoolbar div.index > div.current { |
109 | | - background-color: white; |
| 109 | + background-color: #FAFAFA; |
110 | 110 | color: #333333; |
111 | 111 | cursor: default; |
112 | 112 | } |
— | — | @@ -114,10 +114,10 @@ |
115 | 115 | } |
116 | 116 | div#edittoolbar div.pages { |
117 | 117 | float: right; |
118 | | - width: 80%; |
119 | | - height: 175px; |
| 118 | + width: 85%; |
| 119 | + height: 125px; |
120 | 120 | overflow: auto; |
121 | | - background-color: white; |
| 121 | + background-color: #FAFAFA; |
122 | 122 | } |
123 | 123 | div#edittoolbar div.pages > div.page { |
124 | 124 | display: none; |
— | — | @@ -149,9 +149,13 @@ |
150 | 150 | div#edittoolbar div.pages > div.page > table td.syntax { |
151 | 151 | font-family: monospace; |
152 | 152 | } |
153 | | -div#edittoolbar-section-help div.page > table td { |
154 | | - width: 33%; |
| 153 | +div#edittoolbar-section-help div.page > table td.syntax, |
| 154 | +div#edittoolbar-section-help div.page > table td.result { |
| 155 | + width: 40%; |
155 | 156 | } |
| 157 | +div#edittoolbar-section-help div.page > table td.description { |
| 158 | + width: 20%; |
| 159 | +} |
156 | 160 | div#edittoolbar div.tabs > div.tab { |
157 | 161 | float: left; |
158 | 162 | line-height: 26px; |
Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.i18n.php |
— | — | @@ -84,11 +84,11 @@ |
85 | 85 | 'edittoolbar-help-content-bolditalic-syntax' => "'''Bold & italic text'''", |
86 | 86 | 'edittoolbar-help-content-bolditalic-result' => '<strong><em>Bold & italic text</em></strong>', |
87 | 87 | 'edittoolbar-help-content-ilink-description' => 'Internal link', |
88 | | - 'edittoolbar-help-content-ilink-syntax' => '[[Page title|Internal link label]]', |
89 | | - 'edittoolbar-help-content-ilink-result' => "<a href='#'>Internal link label</a>", |
| 88 | + 'edittoolbar-help-content-ilink-syntax' => '[[Page title|Link label]]<br />[[Page title]]', |
| 89 | + 'edittoolbar-help-content-ilink-result' => "<a href='#'>Link label</a><br /><a href='#'>Page title</a>", |
90 | 90 | 'edittoolbar-help-content-xlink-description' => 'External link', |
91 | | - 'edittoolbar-help-content-xlink-syntax' => '[http://www.domain.com External link label]', |
92 | | - 'edittoolbar-help-content-xlink-result' => "<a href='#'>External link label</a>", |
| 91 | + 'edittoolbar-help-content-xlink-syntax' => '[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org', |
| 92 | + 'edittoolbar-help-content-xlink-result' => "<a href='#' class='external'>Link label</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.example.org</a>", |
93 | 93 | 'edittoolbar-help-content-heading1-description' => '1st level heading', |
94 | 94 | 'edittoolbar-help-content-heading1-syntax' => '= Heading text =', |
95 | 95 | 'edittoolbar-help-content-heading1-result' => '<h1>Heading text</h1>', |