diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-13 09:23:54 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-13 09:23:54 +0200 |
| commit | 9d46e7c482cc17f9244ef5d37e8bf4c2d0a3586a (patch) | |
| tree | 8f4a2e74ce7ea4ddb283bcce158c3d1ced4ec3cf /chimere/static/bsmSelect/css | |
| parent | 7e6d76b6620d3877411ea8cfe8ef2415253e9b2d (diff) | |
| download | Chimère-9d46e7c482cc17f9244ef5d37e8bf4c2d0a3586a.tar.bz2 Chimère-9d46e7c482cc17f9244ef5d37e8bf4c2d0a3586a.zip | |
Remove bsmSelect
Diffstat (limited to 'chimere/static/bsmSelect/css')
| -rw-r--r-- | chimere/static/bsmSelect/css/jquery.bsmselect.css | 70 | ||||
| -rw-r--r-- | chimere/static/bsmSelect/css/jquery.bsmselect.custom.css | 45 |
2 files changed, 0 insertions, 115 deletions
diff --git a/chimere/static/bsmSelect/css/jquery.bsmselect.css b/chimere/static/bsmSelect/css/jquery.bsmselect.css deleted file mode 100644 index cc35cc3..0000000 --- a/chimere/static/bsmSelect/css/jquery.bsmselect.css +++ /dev/null @@ -1,70 +0,0 @@ -.bsmContainer { - /* container that surrounds entire bsmSelect widget */ -} - -.bsmSelect { - /* the newly created regular 'select' */ - display: inline; -} - -.bsmOptionDisabled { - /* disabled options in new select */ - color: #999; -} - -.bsmHighlight { - /* the highlight span */ - float: right; - padding: 0; - margin: 0 0 0 1em; -} - -.bsmList { - /* html list that contains selected items */ - margin: 0.25em 0 1em 0; - position: relative; - display: block; - padding-left: 0; - list-style: none; -} - -.bsmListItem { - /* li item from the html list above */ - position: relative; - margin-left: 0; - padding-left: 0; - list-style: none; - background: #ddd; - border: 1px solid #bbb; - width: auto; - margin: 0 0 -1px 0; - line-height: 1em; -} - -.bsmListItem:hover { - background-color: #e5e5e5; -} - -.bsmListItemLabel { - /* this is a span that surrounds the text in the item, except for the remove link */ - padding: 5px; - display: block; -} - -.bsmListSortable .bsmListItemLabel { - cursor: move; -} - -.bsmListItemRemove { - /* the remove link in each list item */ - position: absolute; - right: 0; - 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; -} diff --git a/chimere/static/bsmSelect/css/jquery.bsmselect.custom.css b/chimere/static/bsmSelect/css/jquery.bsmselect.custom.css deleted file mode 100644 index 8c48aeb..0000000 --- a/chimere/static/bsmSelect/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; -} - |
