summaryrefslogtreecommitdiff
path: root/chimere/static/bsmSelect/css/jquery.bsmselect.custom.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-02-19 11:09:26 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-02-19 11:09:26 +0100
commitd2f705ef0d03a7ace25c78152bf5d7a3d85fa914 (patch)
treed780d992b0937ba1b010332c8e623c54cdfbbae1 /chimere/static/bsmSelect/css/jquery.bsmselect.custom.css
parentdce6d0499efe505096495b36728eeb8c9fb8ced1 (diff)
parent4a5f51d26982fe04eae01ee6ca0bbdb8b3153173 (diff)
downloadChimère-d2f705ef0d03a7ace25c78152bf5d7a3d85fa914.tar.bz2
Chimère-d2f705ef0d03a7ace25c78152bf5d7a3d85fa914.zip
Merge branch 'master' of ssh://etienne@daenerys.peacefrogs.net/var/local/git/chimere
Diffstat (limited to 'chimere/static/bsmSelect/css/jquery.bsmselect.custom.css')
-rw-r--r--chimere/static/bsmSelect/css/jquery.bsmselect.custom.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/chimere/static/bsmSelect/css/jquery.bsmselect.custom.css b/chimere/static/bsmSelect/css/jquery.bsmselect.custom.css
new file mode 100644
index 0000000..8c48aeb
--- /dev/null
+++ b/chimere/static/bsmSelect/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;
+}
+