diff --git a/assets/css/cyborg/overrides.css b/assets/css/cyborg/overrides.css index 97dd42a0..bef177b5 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 cbdaee6a..39e30072 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 221248ea..84d4d651 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 952e4614..4871dfc5 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;}