diff --git a/tin/static/css/choose.css b/tin/static/css/choose.css index 313670a9..a48a8ef1 100644 --- a/tin/static/css/choose.css +++ b/tin/static/css/choose.css @@ -2,6 +2,13 @@ box-sizing: border-box; } +.multi-part-container { + display: flex; + justify-content: space-between; + align-items: center; + width: 100%; +} + .row { display: flex; flex-wrap: wrap; diff --git a/tin/templates/assignments/choose_file_action.html b/tin/templates/assignments/choose_file_action.html index 00645944..cf705bc8 100644 --- a/tin/templates/assignments/choose_file_action.html +++ b/tin/templates/assignments/choose_file_action.html @@ -27,7 +27,11 @@ {% block main %} {% if course_actions %} -
For an explanation of what file actions are, and how to use them, check out Tin's documentation
+