Skip to content

Commit 24a9b91

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2 parents 81ba2c8 + bbf02a1 commit 24a9b91

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

themes/bootstrap/scss/_common.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ td .icon {
265265
padding: 0 0.5em;
266266
}
267267

268+
#pma_demo {
269+
z-index: -1;
270+
}
271+
268272
.confirmation {
269273
color: $black;
270274
background-color: pink;
@@ -1601,6 +1605,7 @@ input#auto_increment_opt {
16011605
.lDiv div {
16021606
padding: 0.2em 0.5em 0.2em;
16031607
padding-left: 0.2em;
1608+
white-space: nowrap;
16041609

16051610
&:hover {
16061611
background: #ddd;

themes/metro/scss/_common.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,10 @@ img.lightbulb {
503503
padding: 20px;
504504
}
505505

506+
#pma_demo {
507+
z-index: -1;
508+
}
509+
506510
#pma_errors #pma_errors {
507511
padding: 0;
508512
}
@@ -1804,6 +1808,7 @@ form.append_fields_form .tblFooters {
18041808
.lDiv div {
18051809
padding: 0.2em 0.5em 0.2em;
18061810
padding-left: 0.2em;
1811+
white-space: nowrap;
18071812

18081813
&:hover {
18091814
background: $navi-background;

themes/original/scss/_common.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ img.lightbulb {
247247
padding: 0 0.5em;
248248
}
249249

250+
#pma_demo {
251+
z-index: -1;
252+
}
253+
250254
.confirmation {
251255
background-color: #ffc;
252256
}
@@ -1605,6 +1609,7 @@ input#auto_increment_opt {
16051609

16061610
.lDiv div {
16071611
padding: 0.2em 0.5em 0.2em 0.2em;
1612+
white-space: nowrap;
16081613

16091614
&:hover {
16101615
background: #ddd;

themes/pmahomme/scss/_common.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,10 @@ img.lightbulb {
445445
padding: 0 0.5em;
446446
}
447447

448+
#pma_demo {
449+
z-index: -1;
450+
}
451+
448452
.confirmation {
449453
color: #000;
450454
background-color: pink;
@@ -1790,6 +1794,7 @@ input#auto_increment_opt {
17901794
.lDiv div {
17911795
padding: 0.2em 0.5em 0.2em;
17921796
padding-left: 0.2em;
1797+
white-space: nowrap;
17931798

17941799
&:hover {
17951800
background: #ddd;

0 commit comments

Comments
 (0)