Fix: Le nouveau style de titre onglet crée un décalage des onglets
This commit is contained in:
parent
e15b5ef692
commit
9d66361123
@ -142,13 +142,13 @@ div.tabBar {
|
|||||||
color: #234046;
|
color: #234046;
|
||||||
background: #dee7ec;
|
background: #dee7ec;
|
||||||
padding: 0em 1em;
|
padding: 0em 1em;
|
||||||
margin: 0em 0em 2em 0em;
|
margin: 0em 0em 1.5em 0em;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabs {
|
div.tabs {
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
padding: 0em 1em;
|
padding: 0em 0.5em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -162,9 +162,9 @@ a.tabTitle {
|
|||||||
background: #436976;
|
background: #436976;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
color: white;
|
color: white;
|
||||||
font: 100% Bold;
|
font-weight: normal;
|
||||||
padding: 0em 1.0em;
|
padding: 0em 0.5em;
|
||||||
margin: 0em 0em;
|
margin: 0em 1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
@ -175,7 +175,7 @@ a.tab {
|
|||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
padding: 0em 1.0em;
|
padding: 0em 1.0em;
|
||||||
margin: 0em 0.5em;
|
margin: 0em 0.2em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user