1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 15:16:37 +02:00

Fix css better solution

This commit is contained in:
tale-fau 2023-09-27 17:21:17 +02:00
parent ab7a9b3e32
commit abd2b9a434
3 changed files with 8 additions and 8 deletions

View file

@ -111,11 +111,11 @@
}
}
.decalage-pdf-div:dir(ltr) {
html.ltr .decalage-pdf-div {
padding-right: 350px;
}
.decalage-pdf-div:dir(rtl) {
html.rtl .decalage-pdf-div {
padding-left: 350px;
}
@ -123,18 +123,18 @@
top: 6px;
}
#container-btn-zoom:dir(ltr) {
html.ltr #container-btn-zoom {
right: 368px;
}
#container-btn-zoom:dir(rtl) {
html.rtl #container-btn-zoom {
left: 357px;
}
.file-list-checkbox:dir(ltr) {
html.ltr .file-list-checkbox {
right: 10px;
}
.file-list-checkbox:dir(rtl) {
html.rtl .file-list-checkbox {
left: 10px;
}

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="<?php echo $TRANSLATION_LANGUAGE ?>" dir="<?php echo $DIRECTION_LANGUAGE ?>" style="direction: <?php echo $DIRECTION_LANGUAGE ?>;">
<html lang="<?php echo $TRANSLATION_LANGUAGE ?>" dir="<?php echo $DIRECTION_LANGUAGE ?>" style="direction: <?php echo $DIRECTION_LANGUAGE ?>;" class="<?php echo $DIRECTION_LANGUAGE ?>">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="<?php echo $TRANSLATION_LANGUAGE ?>" dir="<?php echo $DIRECTION_LANGUAGE ?>" style="direction: <?php echo $DIRECTION_LANGUAGE ?>;">
<html lang="<?php echo $TRANSLATION_LANGUAGE ?>" dir="<?php echo $DIRECTION_LANGUAGE ?>" style="direction: <?php echo $DIRECTION_LANGUAGE ?>;" class="<?php echo $DIRECTION_LANGUAGE ?>">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">