repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "Added release notes for 'ContentHandler::runLegacyHooks' removal"
[mediawiki.git]
/
resources
/
src
/
mediawiki.action
/
mediawiki.action.edit.css
blob
9b0c430c68dfa96f1975f505d4ad85b7e9c92089
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
/* Modern browsers */
11
display
:
inline-block
;
12
/* IE7 */
13
zoom
:
1
;
14
*
display
:
inline
;
15
}