summaryrefslogtreecommitdiff
path: root/resources/src/mediawiki.action/mediawiki.action.edit.css
blob: 9b0c430c68dfa96f1975f505d4ad85b7e9c92089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*!
 * Styles for elements of the editing form, loaded only when JavaScript is enabled.
 */

.mw-toolbar-editbutton {
	width: 23px;
	height: 22px;
	cursor: pointer;
	vertical-align: middle;
	/* Modern browsers */
	display: inline-block;
	/* IE7 */
	zoom: 1;
	*display: inline;
}