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 "DatabaseMssql: Don't duplicate body of makeList()"
[mediawiki.git]
/
resources
/
src
/
mediawiki.action
/
mediawiki.action.edit.styles.css
blob
4209aa1f14bf37d17a492dab35362b6a41fb8052
1
/*!
2
* Styles for elements of the editing form.
3
*/
4
5
/* General layout */
6
#wpTextbox1
{
7
margin
:
0
;
8
display
:
block
;
9
}
10
11
/* Adjustments to edit form elements */
12
.editCheckboxes
{
13
margin-bottom
:
1em
;
14
}
15
16
.editCheckboxes input:first-child
{
17
margin-left
:
0
;
18
}
19
20
.cancelLink
{
21
margin-left
:
0.5em
;
22
}
23
24
#editpage-copywarn
{
25
font-size
:
0.9em
;
26
}
27
28
#wpSummary
{
29
display
:
block
;
30
margin-top
:
0
;
31
margin-bottom
:
0.5em
;
32
}
33
34
.editButtons input:first-child
{
35
margin-left
:
.1em
;
36
}