Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Github desktop4
Browse files Browse the repository at this point in the history
  • Loading branch information
rossaddison committed Apr 23, 2020
1 parent 1685f1c commit ae19f1d
Show file tree
Hide file tree
Showing 142 changed files with 12,828 additions and 1,193 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/nbproject/private/
/nbproject/private/
/vendor/
23 changes: 23 additions & 0 deletions assets/57bf728e/pluto.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
fieldset {
border: 1px solid #ced4da;
padding: 0 1em;
border-radius: .7em;
}
legend {
display: inline-block;
width: auto;
padding: .2em;
margin-left: 1em;
}
.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove,
.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
width: auto;
}
.bootstrap-duallistbox-container .buttons {
display: flex;
}
.bootstrap-duallistbox-container .box1 .buttons {
justify-content: flex-end;
}
Loading

0 comments on commit ae19f1d

Please sign in to comment.