Skip to content

Commit

Permalink
2.11.20 Adding view account profile
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Sep 30, 2024
1 parent ee5c74c commit aa26ced
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/styles/global-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,18 +318,18 @@ table.results-table{
/* -------------------------- */
/* Tables that make up forms */
/* -------------------------- */

table tr td.form-header{
font-weight: bold;
background-color: #bc6c2550;
text-align: center;
border: 1px solid black;
padding-left: 30px;
padding-right: 30px;
font-size: 18px;
border-radius: 5px;
word-break: break-word;
width: 500px;
table tr td.form-header,
table tr th.form-header {
font-weight: bold;
background-color: #bc6c2550;
text-align: center;
border: 1px solid black;
padding-left: 30px;
padding-right: 30px;
font-size: 18px;
border-radius: 5px;
word-break: break-word;
width: 500px;
}

/* ------------------------------------------------- */
Expand Down

0 comments on commit aa26ced

Please sign in to comment.