Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated multi-select.css. #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated multi-select.css.
Changed .ms-container width from 370px to 100%, allowing the 45% width of .ms-selectable and .ms-selection to span the container completely.
dylanbromby committed Mar 11, 2015
commit 9fdecdea3e6592e73cb6068bcedfa1be20daab0c
4 changes: 2 additions & 2 deletions css/multi-select.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ms-container{
background: transparent url('../img/switch.png') no-repeat 50% 50%;
width: 370px;
width: 100%;
}

.ms-container:after{
@@ -90,4 +90,4 @@
background-color: #eee;
color: #aaa;
cursor: text;
}
}