Skip to content

Commit

Permalink
Fixed issue #CR-1265: fileupload question rtl (#3315)
Browse files Browse the repository at this point in the history
* dev: changed css files for rtl file-upload questiontype align content in table for rtl

* dev: added rtl fileupload fix for new surveytheme

* dev: added rtl fileupload fix for new surveytheme (changed location of rtl)

---------

Co-authored-by: pstelling <patricia.stelling@limesurvey.org>
  • Loading branch information
twilligls and Trischi80 committed Aug 2, 2023
1 parent 455646d commit e59a1d8
Show file tree
Hide file tree
Showing 11 changed files with 379 additions and 12 deletions.
4 changes: 4 additions & 0 deletions assets/packages/questions/upload/styles/uploader.css
Expand Up @@ -92,6 +92,10 @@ img.uploaded {
text-align: left;
}

.dir-rtl .uploadedfiles tbody tr td {
text-align: right;
}

.uploadedfiles thead tr th {
font-weight: bold;
}
Expand Down
@@ -1,3 +1,7 @@
.file-preview fieldset span {
margin-left: 0;
}

.uploadedfiles tbody tr td {
text-align: left;
}
Expand Up @@ -13939,6 +13939,10 @@ body .imageselect-listitem label::after {
margin-right: 0;
}

.uploadedfiles tbody tr td {
text-align: right;
}

.answer-container .bootstrap-select .bs-searchbox .form-control {
padding: 0.375rem 0.75rem;
margin-bottom: 4px;
Expand Down
Expand Up @@ -13962,6 +13962,10 @@ body .imageselect-listitem label::after {
margin-left: 0;
}

.uploadedfiles tbody tr td {
text-align: left;
}

.answer-container .bootstrap-select .bs-searchbox .form-control {
padding: 0.375rem 0.75rem;
margin-bottom: 4px;
Expand Down
Expand Up @@ -13939,6 +13939,10 @@ body .imageselect-listitem label::after {
margin-right: 0;
}

.uploadedfiles tbody tr td {
text-align: right;
}

.answer-container .bootstrap-select .bs-searchbox .form-control {
padding: 0.375rem 0.75rem;
margin-bottom: 4px;
Expand Down
Expand Up @@ -13962,6 +13962,10 @@ body .imageselect-listitem label::after {
margin-left: 0;
}

.uploadedfiles tbody tr td {
text-align: left;
}

.answer-container .bootstrap-select .bs-searchbox .form-control {
padding: 0.375rem 0.75rem;
margin-bottom: 4px;
Expand Down
Expand Up @@ -13939,6 +13939,10 @@ body .imageselect-listitem label::after {
margin-right: 0;
}

.uploadedfiles tbody tr td {
text-align: right;
}

.answer-container .bootstrap-select .bs-searchbox .form-control {
padding: 0.375rem 0.75rem;
margin-bottom: 4px;
Expand Down
Expand Up @@ -13962,6 +13962,10 @@ body .imageselect-listitem label::after {
margin-left: 0;
}

.uploadedfiles tbody tr td {
text-align: left;
}

.answer-container .bootstrap-select .bs-searchbox .form-control {
padding: 0.375rem 0.75rem;
margin-bottom: 4px;
Expand Down
Expand Up @@ -13939,6 +13939,10 @@ body .imageselect-listitem label::after {
margin-right: 0;
}

.uploadedfiles tbody tr td {
text-align: right;
}

.answer-container .bootstrap-select .bs-searchbox .form-control {
padding: 0.375rem 0.75rem;
margin-bottom: 4px;
Expand Down
Expand Up @@ -13962,6 +13962,10 @@ body .imageselect-listitem label::after {
margin-left: 0;
}

.uploadedfiles tbody tr td {
text-align: left;
}

.answer-container .bootstrap-select .bs-searchbox .form-control {
padding: 0.375rem 0.75rem;
margin-bottom: 4px;
Expand Down

0 comments on commit e59a1d8

Please sign in to comment.