diff --git a/assets/css/cyborg/overrides.css b/assets/css/cyborg/overrides.css index 97dd42a0d..bef177b5a 100644 --- a/assets/css/cyborg/overrides.css +++ b/assets/css/cyborg/overrides.css @@ -135,8 +135,5 @@ path.grid-worked { float:right; } -td { text-align: left !important; } -th { text-align: left !important; } - #qsoList_wrapper th { text-align: left !important; white-space: nowrap;} #qsoList_wrapper td { text-align: left !important; white-space: nowrap;} diff --git a/assets/css/darkly/overrides.css b/assets/css/darkly/overrides.css index cbdaee6ab..39e300725 100644 --- a/assets/css/darkly/overrides.css +++ b/assets/css/darkly/overrides.css @@ -127,8 +127,5 @@ div.alert-success a, div.alert-danger a, div.alert-danger { float:right; } -td { text-align: left !important; } -th { text-align: left !important; } - #qsoList_wrapper th { text-align: left !important; white-space: nowrap;} #qsoList_wrapper td { text-align: left !important; white-space: nowrap;} diff --git a/assets/css/default/overrides.css b/assets/css/default/overrides.css index 221248eac..84d4d6514 100644 --- a/assets/css/default/overrides.css +++ b/assets/css/default/overrides.css @@ -23,8 +23,5 @@ thead>tr>td { float:right; } -td { text-align: left !important; } -th { text-align: left !important; } - #qsoList_wrapper th { text-align: left !important; white-space: nowrap;} #qsoList_wrapper td { text-align: left !important; white-space: nowrap;} diff --git a/assets/css/superhero/overrides.css b/assets/css/superhero/overrides.css index 952e46141..4871dfc50 100644 --- a/assets/css/superhero/overrides.css +++ b/assets/css/superhero/overrides.css @@ -123,9 +123,6 @@ div.alert-danger { float:right; } -td { text-align: left !important; } -th { text-align: left !important; } - #qsoList_wrapper th { text-align: left !important; white-space: nowrap;} #qsoList_wrapper td { text-align: left !important; white-space: nowrap;}