CC-6067 - deselect when adding library items

This commit is contained in:
Duncan Sommerville 2015-08-18 12:01:23 -04:00
parent d30e32c2d3
commit 4bfb8fa0cb
6 changed files with 19 additions and 15 deletions

View file

@ -534,12 +534,16 @@ li.ui-state-default {
.spl_sortable {
position: relative;
min-height: 0;
height: 100%;
overflow: auto;
flex: 1 100%;
margin: 4px 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.spl_sortable .list-item-container {
@ -551,7 +555,6 @@ li.ui-state-default {
color: white;
text-align: center;
vertical-align: middle;
font-size: 20px;
}

View file

@ -2627,13 +2627,15 @@ label span {
}
fieldset > legend {
font-size: 16px;
line-height: 140%;
background: #333;
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
box-sizing: border-box;
background: #333;
font-size: 16px;
line-height: 1em;
border: 0;
margin: 0;
padding: 10px 0 10px 10px;
}
fieldset.padded > legend {