Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
477af4c9
Commit
477af4c9
authored
Jul 31, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gadget/searchbar: added responsive css
parent
48cd44fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
modules/ui/searchbar/searchbar.css
modules/ui/searchbar/searchbar.css
+3
-2
No files found.
modules/ui/searchbar/searchbar.css
View file @
477af4c9
...
...
@@ -8,7 +8,7 @@
.searchbar_wrap
{
width
:
74%
;
margin
:
1em
auto
;
margin
:
0
auto
;
}
.searchbar_wrap
.ui-input-search
input
{
padding-left
:
0.25em
;
...
...
@@ -23,6 +23,7 @@
/* Responsive CSS */
@media
(
max-width
:
40em
)
{
.searchbar_wrap
{
width
:
100%
;
width
:
80%
/* need to fit buttons left and right */
;
min-width
:
80px
/* display placeholder */
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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