Commit d28ee0df authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Better css for chosen selects

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 7a84c5c8
......@@ -59,18 +59,21 @@
select {
&.chosen {
min-width: 100px;
width: 100px;
}
&.chosen-sm {
min-width: 100px;
width: 100px;
}
}
@media (min-width: $screen-sm-min) {
select {
&.chosen {
min-width: 150px;
width: 150px;
}
&.chosen-sm {
width: 120px;
}
}
}
......@@ -79,7 +82,10 @@ select {
@media (min-width: $screen-md-min) {
select {
&.chosen {
min-width: 170px;
width: 170px;
}
&.chosen-sm {
width: 140px;
}
}
}
......@@ -88,7 +94,10 @@ select {
@media (min-width: $screen-lg-min) {
select {
&.chosen {
min-width: 200px;
width: 200px;
}
&.chosen-sm {
width: 150px;
}
}
}
......@@ -255,9 +255,6 @@ ul.nav.nav-projects-tabs {
height:auto !important;
}
}
.project-refs-select {
width: 120px;
}
.project-refs-form .chosen-container {
position: relative;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment