diff --git a/templates/default/css/template.css b/templates/default/css/template.css index a59e9a410a5..a70a9f7f456 100644 --- a/templates/default/css/template.css +++ b/templates/default/css/template.css @@ -762,7 +762,12 @@ td.answer-item.text-center .table-10-point-array td.answer-item.text-center { - padding-left: 52px; + padding-left: 40px; +} + +.table-10-point-array thead tr th.text-center +{ + padding-left: 0px; } diff --git a/templates/news_paper/css/template.css b/templates/news_paper/css/template.css index 1e964c4f6c5..e00366dc013 100644 --- a/templates/news_paper/css/template.css +++ b/templates/news_paper/css/template.css @@ -732,9 +732,15 @@ td.answer-item.text-center .table-10-point-array td.answer-item.text-center { - padding-left: 52px; + padding-left: 40px; } +.table-10-point-array thead tr th.text-center +{ + padding-left: 0px; +} + + /* center the label text in no more table mode */ .label-text{ diff --git a/templates/ubuntu_orange/css/template.css b/templates/ubuntu_orange/css/template.css index 1e964c4f6c5..f07cb234023 100644 --- a/templates/ubuntu_orange/css/template.css +++ b/templates/ubuntu_orange/css/template.css @@ -725,17 +725,18 @@ td.answer-item.text-center padding-left: 39px; } -.table-5-point-array td.answer-item.text-center +.table-10-point-array td.answer-item.text-center { - padding-left: 54px; + padding-left: 40px; } -.table-10-point-array td.answer-item.text-center +.table-10-point-array thead tr th.text-center { - padding-left: 52px; + padding-left: 0px; } + /* center the label text in no more table mode */ .label-text{ display: inline;