Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
2006Scape
wiki
Mediawiki Skins MinervaNeue
Commits
d0be74ac
Commit
d0be74ac
authored
5 years ago
by
Jdlrobson
Committed by
Gerrit Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Vertically center clear icon within search form element"
parents
7020a766
2b9929a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
skinStyles/mobile.startup/search/SearchOverlay.less
+6
-3
skinStyles/mobile.startup/search/SearchOverlay.less
with
6 additions
and
3 deletions
+6
-3
skinStyles/mobile.startup/search/SearchOverlay.less
+
6
-
3
View file @
d0be74ac
...
...
@@ -9,12 +9,15 @@
top: @siteHeaderHeight;
}
@icon-height-halved: unit( ( @icon-touch-area-sm / 2 ) / @font-size-browser, em );
.clear {
position: absolute;
top:
( @siteHeaderHeight / 2 ) - @icon-height-halved
;
top:
50%
;
right: 0;
transform: translateY( -50% );
}
.search-box {
position: relative;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets