summaryrefslogtreecommitdiff
path: root/chimere/static/jquery/css/jquery.bsmselect.custom.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-20 02:52:28 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-20 02:52:28 +0100
commit63afe4e84cd3be5284a7126264c06ce87d191bc0 (patch)
tree1ba8afc27b5aee7cdfb1d4abcde142b260c635b0 /chimere/static/jquery/css/jquery.bsmselect.custom.css
parentf65df4be0383b60b6a500f76f6405a6c5621df23 (diff)
parent00697996e885044314cc297b72aaa86d69d2a219 (diff)
downloadChimère-63afe4e84cd3be5284a7126264c06ce87d191bc0.tar.bz2
Chimère-63afe4e84cd3be5284a7126264c06ce87d191bc0.zip
Merge branch 'master' into carte-ouverte
Conflicts: .gitignore chimere/main/actions.py chimere/urls.py
Diffstat (limited to 'chimere/static/jquery/css/jquery.bsmselect.custom.css')
-rw-r--r--chimere/static/jquery/css/jquery.bsmselect.custom.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/chimere/static/jquery/css/jquery.bsmselect.custom.css b/chimere/static/jquery/css/jquery.bsmselect.custom.css
new file mode 100644
index 0000000..8c48aeb
--- /dev/null
+++ b/chimere/static/jquery/css/jquery.bsmselect.custom.css
@@ -0,0 +1,45 @@
+.bsmListSortableCustom li {
+ cursor: move;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ margin: 2px 0;
+}
+
+.bsmList-custom {
+ /* html list that contains selected items */
+ margin: 0.25em 0 0.25em 0;
+ display: block;
+ padding-left: 0;
+ list-style: none;
+}
+
+.bsmListItem-custom {
+ /* li item from the html list above */
+ margin: 0 5px 5px 0;
+ padding: 4px;
+ list-style: none;
+ background: #ddd;
+ border: 1px solid #bbb;
+ line-height: 1em;
+ float: left;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+}
+
+.bsmListItem-custom:hover {
+ background-color: #e5e5e5;
+ box-shadow: 0 0 3px #aaa;
+ -webkit-box-shadow: 0 0 3px #aaa;
+ -moz-box-shadow: 0 0 3px #aaa;
+}
+
+.bsmListItemLabel-custom {
+ padding-right: 5px;
+}
+
+.bsmListItemRemove-custom {
+ text-decoration: none;
+}
+