Skip to content

Commit

Permalink
Fixed issue #11051: wrong alignment of label when multilines
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 28, 2016
1 parent f644579 commit 7926531
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions templates/default/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -773,9 +773,8 @@ td.answer-item.text-center

/* center the label text in no more table mode */
.label-text{
display: inline;
position: relative;
bottom: 0px;
margin-top: -24px;
margin-left: 20px;
}

.label-clickable:hover
Expand Down
5 changes: 2 additions & 3 deletions templates/news_paper/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -744,9 +744,8 @@ td.answer-item.text-center

/* center the label text in no more table mode */
.label-text{
display: inline;
position: relative;
bottom: 0px;
margin-top: -24px;
margin-left: 20px;
}

.label-clickable:hover
Expand Down
5 changes: 2 additions & 3 deletions templates/ubuntu_orange/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -739,9 +739,8 @@ td.answer-item.text-center

/* center the label text in no more table mode */
.label-text{
display: inline;
position: relative;
bottom: 0px;
margin-top: -24px;
margin-left: 20px;
}

.label-clickable:hover
Expand Down

0 comments on commit 7926531

Please sign in to comment.