r92136 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92135
|
r92136
|
r92137
>
Date:
01:43, 14 July 2011
Author:
tparscal
Status:
deferred
Tags:
Comment:
Better input hiding for opera
Modified paths:
/trunk/parsers/wikidom/lib/es/es.Surface.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/parsers/wikidom/lib/es/es.Surface.css
—
—
@@ -1,9 +1,12 @@
2
2
.editSurface-input {
3
3
position: absolute;
4
4
z-index: -1;
5
+ opacity: 0;
5
6
color: white;
6
7
background-color: white;
7
8
border: none;
9
+ padding: 0;
10
+ margin: 0;
8
11
}
9
12
10
13
.editSurface-input:focus {
Status & tagging log
14:28, 14 July 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r92136
[
removed:
new
added:
deferred]