Merge "Enforce some type hinting in Linker class"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.edit.css
1 /*!
2 * Styles for elements of the editing form, loaded only when JavaScript is enabled.
3 */
4
5 .mw-toolbar-editbutton {
6 width: 23px;
7 height: 22px;
8 cursor: pointer;
9 vertical-align: middle;
10 /* Cross-browser inline-block */
11 /* Firefox 2 */
12 display: -moz-inline-block;
13 /* Modern browsers */
14 display: inline-block;
15 /* IE7 */
16 zoom: 1;
17 *display: inline;
18 }