summaryrefslogtreecommitdiff
path: root/chimere/static/bsmSelect/css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-03-06 19:06:02 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-03-06 19:06:02 +0100
commit4d483ae06f8e7f90c76d2f4c6bb2745dc573c89e (patch)
treee9f9b71e2374c5417e13645c78c702a12c52fc98 /chimere/static/bsmSelect/css
parente3533b5da0d9e78e427e1f34dd723a8d34404459 (diff)
downloadChimère-4d483ae06f8e7f90c76d2f4c6bb2745dc573c89e.tar.bz2
Chimère-4d483ae06f8e7f90c76d2f4c6bb2745dc573c89e.zip
Update bsmselect to last version
Diffstat (limited to 'chimere/static/bsmSelect/css')
-rw-r--r--chimere/static/bsmSelect/css/jquery.bsmselect.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/chimere/static/bsmSelect/css/jquery.bsmselect.css b/chimere/static/bsmSelect/css/jquery.bsmselect.css
index ad770d0..cc35cc3 100644
--- a/chimere/static/bsmSelect/css/jquery.bsmselect.css
+++ b/chimere/static/bsmSelect/css/jquery.bsmselect.css
@@ -36,7 +36,7 @@
list-style: none;
background: #ddd;
border: 1px solid #bbb;
- width: 100%;
+ width: auto;
margin: 0 0 -1px 0;
line-height: 1em;
}
@@ -62,3 +62,9 @@
top: 0;
padding: 5px;
}
+
+.bsmScrollWorkaround {
+ /* Fix a bug when the 'html' element has an overflow set to either 'scroll' or 'auto' on FF. */
+ padding-bottom: 1px;
+ overflow: auto;
+}