diff --git a/corsscripts/sortable.css b/corsscripts/sortable.css index c49c13796bbe7cc05259950985e33f9af0c2fd30..66570e5f6c105a7b49b214b7bbdd2df6d436ade5 100644 --- a/corsscripts/sortable.css +++ b/corsscripts/sortable.css @@ -15,13 +15,10 @@ button { flex-wrap: wrap; } - .usedList > li[data-id] { background-color:rgb(176, 221, 228); border-left: thick solid rgb(155, 199, 206); float: left; flex-shrink: 1; - /*margin-left: 1;*/ - } .usedList.col-rigid > li[data-id] { @@ -59,19 +56,13 @@ button { .usedList > .header { height: 50px; - /*width: 100px;*/ background-color: inherit; text-align: center; border-bottom: thick solid; padding: 10px; - /*margin: 12px; */ display: inline-block; } .usedList > .index { - /*height: 50px; */ - /*width: 100px; */ background-color: inherit; text-align: left; border-right: thick solid; display: inline-block; - /*padding: 10px; */ margin-right: 12px; - /*margin: 12px;*/ } #availableList > .header { @@ -79,21 +70,18 @@ button { height: auto; width: max(100%, 150px); background-color: inherit; text-align: center; border-bottom: thick solid rgb(196, 131, 10); - /*margin: 12px; */ padding: 10px; display: inline-block; } #availableList > .index { min-height: 50px; height: auto; - /*width:100px; */ background-color: inherit; text-align: left; border-right: thick solid rgb(196, 131, 10); padding: 10px; margin: 12px; } .grid-item { height: 50px; - /*width: 100px;*/ background-color: #fff; border: solid 1px rgb(0,0,0,0.2); padding: 10px; @@ -129,15 +117,6 @@ button { .usedList.col-rigid:empty { width: 150px; } -/* -.usedList > .emptyLi { - height: 50px; - background-color: floralwhite; border: 1px solid rgb(155, 199, 206); - padding: 10px; - margin: 12px; - text-align: center; - display: flex; -}*/ .parsons-button { display: inline-flex;