Skip to content

Commit

Permalink
ewpst__cell--institutions -> ewpst__cell-institutions
Browse files Browse the repository at this point in the history
The same convention as *-schac and *-erasmus.
  • Loading branch information
Emkas committed May 6, 2022
1 parent 147f162 commit 8e1f2c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static void generateHtmlTableHeader(StringBuilder sb) {

/* Institution */

row1.append(genRow("Institution", NAME_COLOR_CLASS, 2, 1, "ewpst__cell--institution"));
row1.append(genRow("Institution", NAME_COLOR_CLASS, 2, 1, "ewpst__cell-institution"));

/* SCHAC */

Expand Down
7 changes: 4 additions & 3 deletions src/main/resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ a:hover {
color: #000;
}

.ewpst__cell-institution {
min-width: 200px;
}

.ewpst__cell-schac {
min-width: 200px;
width: 200px;
Expand Down Expand Up @@ -362,9 +366,6 @@ a:hover {
padding-left: 5px;
padding-right: 5px;
}
.ewpst__cell.ewpst__cell--institution {
min-width: 200px;
}
.ewpst__row--header .ewpst__cell.ewpst__cell--cc1 {
background: #b6d7a8;
text-align: center;
Expand Down

0 comments on commit 8e1f2c2

Please sign in to comment.