summaryrefslogtreecommitdiff
path: root/chimere/static/jquery/css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-02-16 08:46:47 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-02-16 08:46:47 +0100
commitd8c670233cb6b14fc405d04f009e0959710910a6 (patch)
treefad21052b7557a6cd857d10c37f6735966303b70 /chimere/static/jquery/css
parentd70015e9ab3f79f7060312fe1eea51b034d9c06e (diff)
downloadChimère-d8c670233cb6b14fc405d04f009e0959710910a6.tar.bz2
Chimère-d8c670233cb6b14fc405d04f009e0959710910a6.zip
Refactoring: change paths, move files, renaming, re-adapt templates + use context template (refs #316)
Diffstat (limited to 'chimere/static/jquery/css')
-rw-r--r--chimere/static/jquery/css/jquery.bsmselect.custom.css45
1 files changed, 0 insertions, 45 deletions
diff --git a/chimere/static/jquery/css/jquery.bsmselect.custom.css b/chimere/static/jquery/css/jquery.bsmselect.custom.css
deleted file mode 100644
index 8c48aeb..0000000
--- a/chimere/static/jquery/css/jquery.bsmselect.custom.css
+++ /dev/null
@@ -1,45 +0,0 @@
-.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;
-}
-