Skip to content

Commit

Permalink
add a bit more spacing between the terms table and buttons, and trans…
Browse files Browse the repository at this point in the history
…fer to css #1653
  • Loading branch information
stuzart committed Nov 10, 2023
1 parent 769acca commit ee6f88c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*= require organisms
*= require human_diseases
*= require samples
*= require controlled_vocabs
*= require DataTables-1.11.3/dataTables.bootstrap
*= require DataTables-1.11.3/select.bootstrap
*= require DataTables-1.11.3/buttons.bootstrap
Expand Down
7 changes: 7 additions & 0 deletions app/assets/stylesheets/controlled_vocabs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#controlled-vocab-terms #controlled-vocab-terms-fixed {
margin-bottom: 1em;
}

#controlled-vocab-terms #new-terms {
width: 100%;
}
2 changes: 1 addition & 1 deletion app/views/sample_controlled_vocabs/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<div id='controlled-vocab-terms'>
<div id='controlled-vocab-terms-fixed'>
<table id="new-terms" class="table" style="width:100%;">
<table id='new-terms' class='table'>
<thead>
<th>Label<span class="required">*</span></th>
<th>URI</th>
Expand Down

0 comments on commit ee6f88c

Please sign in to comment.