r112719 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112718
|
r112719
|
r112720
>
Date:
20:45, 29 February 2012
Author:
foxtrott
Status:
deferred
Tags:
Comment:
bugfix (timepicker disappears under wikieditor)
Modified paths:
/trunk/extensions/SemanticFormsInputs/skins/SFI_Menuselect.css
(modified) (
history
)
/trunk/extensions/SemanticFormsInputs/skins/SFI_Timepicker.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticFormsInputs/skins/SFI_Timepicker.css
—
—
@@ -8,6 +8,7 @@
9
9
position: absolute;
10
10
cursor: default;
11
11
margin-top: 22px;
12
+ z-index: 1;
12
13
}
13
14
14
15
.SFI_timepicker ul { /* hours and minutes lists */
Index: trunk/extensions/SemanticFormsInputs/skins/SFI_Menuselect.css
—
—
@@ -9,6 +9,7 @@
10
10
display: block;
11
11
cursor: default;
12
12
position: absolute;
13
+ z-index: 1;
13
14
}
14
15
15
16
.SFI_menuselect a {