Skip to content

Commit

Permalink
Fixed issue 11016: 10 point array does not fit on tablet screen
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 25, 2016
1 parent 57619c1 commit be33b4b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
7 changes: 6 additions & 1 deletion templates/default/css/template.css
Expand Up @@ -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;
}


Expand Down
8 changes: 7 additions & 1 deletion templates/news_paper/css/template.css
Expand Up @@ -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{
Expand Down
9 changes: 5 additions & 4 deletions templates/ubuntu_orange/css/template.css
Expand Up @@ -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;
Expand Down

0 comments on commit be33b4b

Please sign in to comment.