Skip to content

Commit e0c9460

Browse files
committed
network bar positioning
1 parent 341182f commit e0c9460

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

assets_styles_payments.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -647,23 +647,22 @@ html.inframe #request_back {
647647
.networks {
648648
position: relative;
649649
width: 100%;
650-
}
651-
652-
#request_back .networks {
653-
position: absolute;
654-
bottom: 15px;
655-
left: 0;
656-
right: 0;
650+
padding-bottom:13px;
657651
}
658652

659653
.networks ul {
654+
display:block;
660655
width: 100%;
661656
list-style-type: none;
662657
font-size: 0.8em;
663658
text-align: center;
664659
color: #8d8d8d;
665660
}
666661

662+
#request_back .networks ul {
663+
margin-top:-18px;
664+
}
665+
667666
.networks ul li {
668667
position: relative;
669668
display: inline-block;
@@ -1147,7 +1146,7 @@ html.inframe #request_back {
11471146
bottom: 0;
11481147
left: 0em;
11491148
right: 0em;
1150-
height: 12px;
1149+
height: 11px;
11511150
border-top: 1px solid #ccc;
11521151
border-right: 1px solid #ccc;
11531152
border-left: 1px solid #ccc;

0 commit comments

Comments
 (0)