Skip to content
Snippets Groups Projects
Commit 7040d53e authored by smmercuri's avatar smmercuri
Browse files

Tidy CSS file

parent ec3eaf62
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment