Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ryan Dee
UNL_TourMap
Commits
6720126d
Commit
6720126d
authored
Aug 07, 2014
by
Kevin Abel
Browse files
Adjust styles of autocomplete and search fields.
Input group needed some love and the jQuery UI helper was being shown.
parent
258f5306
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/less/map.less
View file @
6720126d
...
...
@@ -85,10 +85,14 @@
#mapSearch {
z-index: 1;
input
, button
{
input {
font-size: 11px;
.box-shadow(0 2px 6px rgba(0,0,0,0.3));
}
button {
font-size: 0.75em;
}
}
#mapProgress {
...
...
@@ -275,6 +279,16 @@
}
}
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
#touch_control {
display: none;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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