You are here

tft_taxonomy_access.css in Taxonomy File Tree 7.2

#tft-taxonomy-access-access-form td,
#tft-taxonomy-access-access-form th {
  text-align: center;
}

#tft-taxonomy-access-access-form td:first-child,
#tft-taxonomy-access-access-form th:first-child {
  text-align: left;
}

File

modules/tft_taxonomy_access/css/tft_taxonomy_access.css
View source
  1. #tft-taxonomy-access-access-form td,
  2. #tft-taxonomy-access-access-form th {
  3. text-align: center;
  4. }
  5. #tft-taxonomy-access-access-form td:first-child,
  6. #tft-taxonomy-access-access-form th:first-child {
  7. text-align: left;
  8. }