Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit c8f5fad

Browse files
author
fBrignoli
committed
// css fix ie on admintaxrules
1 parent 5297963 commit c8f5fad

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

admin-dev/tabs/AdminTaxRulesGroup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function displayForm($isMainTab = true)
7979

8080
echo '<br />';
8181

82-
echo '<div class="tab-pane" id="tab-pane-1">
82+
echo '<div class="tab-panet-tax" id="tab-pane-1">
8383
<script type="text/javascript">
8484
var pos_select = '.(($tab = Tools::getValue('tabs')) ? $tab : '0').';
8585
function loadTab(id)

css/tabpane.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
width: 928px;
55
}
66

7+
.tab-pane-tax {
8+
float: left;
9+
position: relative;
10+
width: 900px;
11+
}
12+
713
.tab-row .tab {
814
text-align: center;
915
font-weight: bold;
@@ -57,4 +63,5 @@
5763
.tab-row {
5864
z-index: 1;
5965
white-space: nowrap;
60-
}
66+
}
67+

0 commit comments

Comments
 (0)