Skip to content

Commit

Permalink
fix(tapis): rebrand UI migration as "to-v3"
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Aug 10, 2023
1 parent 8f04e2d commit ec496ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
{# NEW CODE #}

<!-- To style old CMS content on new CMS -->
<link rel="stylesheet" href="{% static 'tapisproject_cms/css/migrate.v1_v2.css' %}">
<link rel="stylesheet" href="{% static 'tapisproject_cms/css/migrate.v1_v3.css' %}">
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* TAPIS upgrade to v3.11.4 revealed UI bugs.
The typical v1_v2 migration did not help;
the result was very different from prod.
So just fix major discrepencies found in:
https://confluence.tacc.utexas.edu/x/_YqkEQ */

/* To restore font size of buttons (whose text appears ot small on TAPIS) */
/* https://tapis-project.org/documentation/ */
.btn {
/* FAQ: Bootstrap 1rem = browser default html 16px, but TACC sets html 10px */
font-size: 16px;
}

This file was deleted.

0 comments on commit ec496ca

Please sign in to comment.